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.

code on 28035 CONTROL CARD not running at power ON, but works in debug mode

Other Parts Discussed in Thread: TMS320F28035

Hi

I am using TMS320F28035 control card along with TI Docking station USB-EMU [R3]  for my application.

IDE used: CCSV6 [6.0.1.00040 ]

While testing my code, I observed that the code works during debug mode.

BUT when I power cycle the docking station the code does not start up [NON-DEBUG mode].

It appears that even the initialization routines are NOT running as the GPIOs are not getting configured as per the code. It's a Flash build.

To get this working, on which of the 4 options, should the changes be done ?

1) Code (Note: Has timer and UART-RX Interrupt along with the application)

2) Cmd file

3) Project settings in CC Studio (v6.0.1.00040). I had migrated the code from CCSv5 to CCSv6.

4) Any other