32R274 Function Reset times limited?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

32R274 Function Reset times limited?

427 Views
jjr_net
Contributor I

Hello:

      I try reset the mcu repeatedly, I found that the mcu could not run after 6 or 7 times of reset until the mcu was recharged. why? reset way is function reset , code bellow:

       MC_ME.MCTL.R = 0x00005AF0;
       MC_ME.MCTL.R = 0x0000A50F;

       while(1); // wait reset

0 Kudos
1 Reply

370 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi,

The feature is called 'Functional' Reset Escalation and 'Destructive' Reset Escalation (MC_RGM_FRET and MC_RGM_DRET) and it causes that after predefined number of functional reset, destructive reset happen and after predefined number of destructive resets, device will stay in reset.

0 Kudos