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.

TMS320F28P650DK: Reset issue

Part Number: TMS320F28P650DK


Tool/software:

Hello,

Our code is structured to have a bootloader and application.

When I test the software reset functionality in bootloader, it works.

SysCtl_simulateReset(SYSCTL_SIMRESET_CPU1RSN);

However when I test the same from application code, the cpus get stuck and doesnt get reset.

One of the deltas betweeen bootloader and application is that in bootloader only cpu1 is active while in application both CPUs are active.

I have tried two other options to reset along the one above.

SysCtl_simulateReset(SYSCTL_SIMRESET_XRSN);
SysCtl_resetDevice();

Both display same behaviour. On debugger I can see the following:

Jay