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 ?.
This project was modified from the controlSUITE v130 CPU1 blinky.