Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Simulatring I2C communications in AVRStudio?

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

Simulatring I2C communications in AVRStudio? - Anonymous - 09:14 31-01-06



Hello,

I'm trying to test my I2C code in the AVR simulator in AVRStudio. Is it
possible to simulate an entire I2C communications session without having
to resort to setting bits in the processor registers? Any tips?

TIA



-=-
This message was sent via two or more anonymous remailing services.





Re: Simulatring I2C communications in AVRStudio? - Roland Zitzke - 10:58 31-01-06

"Anonymous" <B...@bigapple.yi.org> schrieb im Newsbeitrag 
news:AX7AQN6538748.3851851852@anonymous...
>
> I'm trying to test my I2C code in the AVR simulator in AVRStudio. Is it
> possible to simulate an entire I2C communications session without having

I doubt that you can completly and accurately simulate an I2C communication 
with the simulator. At least you'ld have to provide for effects caused by 
clock stretching and other real-world I2C conditions.

/Roland