2003-05-21 03:38 AM
2003-03-24 03:27 AM
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?2003-03-26 10:22 PM
It is a bug but fortunately this need not stop you. You could use one of the other 321AR7 or 321AR9 package for emulation for the time being.
2003-04-03 03:28 PM
Any bug as well for the EMU3MDT10 (ST72264)? The I2C cell seems not OK on the emulator side....
2003-04-03 05:12 PM
Yeph there is one.
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. Jojo2003-04-03 07:53 PM
I got the same symptoms (not me, the emulator!)...Nothing after the start bit; any release/update to clear this problem?
Thanks Florent2003-04-03 08:58 PM
A study is under doing in ST tools department concerning the MDT10 emu3 and the I2C. It will be corrected in the next release.
Workaround: any version of STVD7 older than the 2.5.1 work!2003-05-21 03:38 AM
The patch is now available on this site (download part: ST72264Gx I2C correction for ST7MDT10-EMU3). Make a search on I2C to find it easily.
Good work!