Hello, i am using S32k312 EVB in S32DS, i have problem that when i power on the board it triggers reset 9 times and goes low and its the same case when i push the reset button, i can run program with only debugger connected and using debug mode and i am using on board debugger(PE Micro debugger).
Regards,
Sai Praveen Bodhanapu.
Could you give me more details? When did this situation start to occur? Did you upload any code to the board before it happens?
B.R.
VaneB
Hello @VaneB, is there any option to flash program directly using S32DS IDE, i can't find the flash option.
i want to flash program directly without using debug.
when the debugger is not connected and not in debug mode, when i power on the board, the board triggers reset several times and stop and the same thing when i press reset button. when debugger is connected and i am in debug mode, when i press reset button it takes me to startup_cm7.s file and then i have to run the program.
Please let me know if there is any option to flash directly without debug using S32DS ide.
Sai Praveen Bodhanapu
With the provided information, it looks like a possibility of this behavior is that when you power up the MCU immediately enters into a reset escalation, this occurs after a reset is triggered several times without any handling and the microcontroller holds in permanent reset.
Please ensure your code does not reset the microcontroller. For example, you can try to download any example included in S32 Design Studio and check if this error disappears.
Also, check the MC_RGM register to identify the cause of the reset.