Hello,
I have a custom target board with F28069. CCS ver: 6.1.0.00104, XDC ver: 3.31.1.33,TI-RTOS ver :2.12.1.33.
Problem:
1. In debug perspective , on entering the first line of main(), ROV view - Task - shows invalid mode: 4 in red. label:ti.sysbios.knl.Task.IdleTask
2. All startup functions show NOT DONE.
3. I can single step till Bios_start(). On giving a continuous run, there is a reset and execution comes back to _cint00.
4. With the same target board , I can run the example - clock_tms320f28069 without any problem.
5. To ensure uniformity, .cfg files of both projects have identical setups.
6. No changes have been made to TMS320F28069.cmd file.
7. program branches properly to _cint00 and executes in boot28.inc.
Am I missing something? What could be the problem?