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.

TMS320F28377D: CPU1: Telling [CpuSysRegs.RESC.bit.XRSn=1] to user code like main().

Part Number: TMS320F28377D
Other Parts Discussed in Thread: CONTROLSUITE

Hello,

Could you please advise how user code evaluates the bit CpuSysRegs.RESC.bit.XRSn ?

I made the attached project and observed the bit.

As the result, the bit was cleared when "SETC  OBJMODE" was executed:

[F2837xD_CodeStartBranch.asm]
Ln-67          SETC OBJMODE        ;Set OBJMODE for 28x object code
        $../F2837xD_CodeStartBranch.asm:67:78$(), wd_disable:
082668:   561F        SETC         OBJMODE    ;  *** Here RESC changes from 0xC000002 to 0xC0000000.

I would think a solution would be saving the bit before the line, but I wonder there would be an easy way, could you pelase advise ?.

/cfs-file/__key/communityserver-discussions-components-files/171/blinky_5F00_cpu01_5F00_v130_5F00_01temp.zip

This project was modified from the controlSUITE v130 CPU1 blinky.