I use concerto MCU (F28M35H52C1) and have problems with shared ram sector S1. My device is working. All control tasks in c28 and all communication tasks in the m3 work fine. Just after around 10, 20 or 30 minutes one value in the shared ram changes. In our software version 1.2.6 the address 0x200be80 changes to zero and in version 1.2.7 0x200be74 changes to value 0x1555. So we thought something in our software is wrong. Some pointer is running “crazy”. So we used our emulator xds560v2 and made a hardware breakpoint at this addresses. If our controller works with the value (read or wright) the debugging session stops by the breakpoint, but if I have the strange behavior that the value suddenly changes the debugging session doesn’t stops.
Could it be that there is something in hardware of the concerto that it behaves strange by worming? Or are there some know bugs like I describe??