I try to use I2C HW in st72321, but i can't write registers with EMU3.
Registers appear but if i try to write them an error message appears saying that i try to write into a reserved area. In fact, if I watch in MCU configuration the I2C regosters area seems to be reserved, (from 0x18 to 0x1E) and if i try to reconfigure another error appears. Is it a bug or am i doing something wrong?
I made some tests using STVD7 V2.5.1 and V2.5.2 and it seems that the I2C signal stop right after the start bit. At the first clock pulse to be exact. The same program with a device (ST72264G2) works fine. Jojo