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.

TMS320F28035: Stand alone running problem

Part Number: TMS320F28035
Other Parts Discussed in Thread: CONTROLSUITE

Hello,

My code runs using XDS100 emulator and entering real time debug mode.

But I cant run my code in standalone mode.

TDO=1 and GPIO34 =1 at power on reset to boot from flash.

TRST at low state with pulldown.

Wotchdog is disabled after entering main routine .

So what can be the reason that code dosent start at stand alone application after power on reset? 

void DeviceInit(void)
{
WDogDisable(); // Disable the watchdog initially
DINT; // Global Disable all Interrupts
IER = 0x0000; // Disable CPU interrupts
IFR = 0x0000; // Clear all CPU interrupt flags

Regards,