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.

I2C driver problem on C6747

Other Parts Discussed in Thread: TMS320C6747, OMAPL138

Hello

 

I'm using the I2C driver from pspdrivers_01_30_00_05 and i'm having a problem using the GIO_write/GIO_read model.

My goal is to have the i2c bus in slave mode, receiving data from the bus on a TSK with GIO_read.

I know GIO_read is a blocking call, however it remains blocked even after the i2c transmission (i see the full transmition on the data analyzer).

If i pause the code, i can see the data correctly in the buffer i passed to GIO_read.

 

I've also tried to send something in master mode to debug if it had to do with the slave mode, and the same occured.

(All my configurations are based on the example that is included in the PSP)

Is there any known issue?

 

 

Thanks in advance,

Sergio Martins