Other Parts Discussed in Thread: TMS320DM6446
Hi,
I am working on developing a code for I2C on DM6446EVM board using CCS (not using Linux)
I am facing the following problems-
1. When I write 1 byte of data to the output LEDS, on running the program using CCS + emulator, I dont get an output on the LEDs. But when I disconnect the emulator, I get valid output on the LEDs.
2.TO debug this, I checked the memory map of the processor, and found that the I2C registers are being written to correctly. But the same data is reflected in the subsequent reserved registers of the I2C and that to periodically with a gap of 80h addresses in between.
3.Does this have anything to do with my cmd file? What can I do to solve this problem?I am using I2c in master transmitter mode.
Thanks and Regards,
Sidharth Garde