Part Number: TMS320F28027
Tool/software: Code Composer Studio
Hello,
I try to read and write with the AM4096 as a slave and theTMS320F28027 as a master.
I use Example_2802xI2c_eeprom.c . I have already use this example with a eeprom( as a slave) and it's work.
The problem is with the AM4096 as a slave and the F28027 as a master, there is no SDA and SCL signal.
My SDA and SCL signal are in GPIO28 and GPIO29.
In the Example_2802xI2c_eeprom.c, I have just change the value of the Prescaler to have a Frenquency equal to 126 kHz..
( #if (CPU_FRQ_60MHZ)
I2caRegs.I2CPSC.all = 6; // Prescaler - need 7-12 Mhz on module clk
#endif
I'm aware that I have a lot of things to set in this exemple but it's already strange that I don't see the SCL signal.
Do you have any solutions ?
Regards,
Anja RD
