This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F28M35H52C: F28M35 frequently resets, and we can view the reset signal on the pins of ARS~ and XRS~, Why?

Part Number: F28M35H52C

Tool/software:

Hi, 

        F28M35 frequently resets, and we can view the reset signal on the pins of ARS~ and XRS~, Why?

    Maybe frequent resetting of the device causes that we can't program or erase flash. shown as below:

Here, we can erase the flash of M3, but can't erase flash of C28.

And we can't load program using CCS, shown as below:

BRs

Ethan

  • Hi,

    We have RESC (Reset Cause) status register on both M3 and C28x subsystem (MRESC and CRESC). You can check this register to find what is causing the reset. If reset is caused by NMIWD then you can check NMIFLG register to check which error has triggered the NMI.

    Thanks