Hello,
To develop a project, I'm using the ControlCard F28377D before have our own hardware.
I used the integrated JTAG debuger Xds100 and now I'm using the Blackhawk USB560 v2.
Then I compile and flash the software under CCS v7.
All run correctly, the controlCard is plugged on a motherboard IDDK on which I added some part like 7 segments display.
But now, when I flash the board, run with the debuger it is Ok. So I power off the board, unplug the JTAG link and then power on the board, I'm expecting the last flashed software run in "standalone".
But no! nothing run, no data is send over the serial, the display 7 segments is not managed. So like if no code is executing.
What I have missed to make run the board in "standalone" mode?
Thank you