This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSIDK437X: I2C2 bus error

Part Number: TMDSIDK437X

Trying to modify the VxWorks BSP to access I2C2 generates a bus error 10 during the I2C initialisation. The virtual memory alloated to the device cannot be accessed.

The BSP as supplioed contains entries for I"C0 to access the EEPROM, I2C1 to access the audio device. Some data is allocated for each device at addresses 0x22066000 and 0x22067000. When the third I2C is added the memory seems to be allocated at 22068000 but cannot be accessed, what causes such a bus error?