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