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 Registers Not Updating F28035

Hey all,


I am trying to configure the F28035 microcontroller as an I2C slave.  I wrote a pretty simple function that just configures a bunch of registers to configure the micro as an I2C slave.  When I execute the code however and look at the value of the registers in the debugger the registers for the I2C module never update.  I even step through the config code after putting in a break point and nothing happens.  I have tons of other stuff I configure but I2C isn't doing anything.  Any ideas as to why this particular set of registers just won't work?

Lance