dear all,
when i use TM4C1231H6PZI MCU with frequently data write in EEPROM, it will break down after a long time write. do i need some reset operate?
In my application, we made about 500 boards and ran after half year customer found that about all TM4C1231H6PZI MCUs can’t work. It isn’t because short issue and not heat on MCU. So I think TM4C1231H6PZI not broken. But the MCU can’t work continue and can’t load program or debug online. We think maybe that is because the MCU be locked, so we tried to unlock it. But then it still not work.
our application is very easy and the code is not very big. we doubt the issue maybe is because frequently write in EEPROM. In this case, MCU need write the time in a same EEPROM area in every 1 second. So we made a test that more frequently write in a some EEPROM area as 1ms. we found TM4C1231H6PZI EEPROM will can’t be written continue and keep a time all the time. And then TM4C1231H6PZI will can’t work, can’t realize any function and can’t load new code in it.
what purpose reason for this situation?
thanks a lot.