Other Parts Discussed in Thread: SYSBIOS
Hello,
I am migrating from a working dsp/bios project to TI-RTOS on 28069. After a few adaptations code is working properly on TI-RTOS.
However, if debugger is disconnected,execution does not branch off to _c_int00 on power up .This was found out by turning on "load symbols only" option after power up.
SWIs and idle tasks are working properly with debugger.
codestartbranch.asm has been excluded from build.
Instead - "boot from flash" option is enabled in TI-RTOS.
Tried otherwise also - ie including codestartbranch.asm in build and disabling "boot from flash" option in TI-RTOS.
Please do not direct me to wiki pages and other app notes as I went through almost all of them. :)
Am I missing something?
With " load symbols only" option - first address is 0x3ff75c(no symbols defined for 0x3ff75c).
With "load program" option - fist address is 0x3e9294.(_c_int00 at boot_cg.asm : entry point was reached)
CCS: 6.1.0.00104
TI-RTOS: 2.12.1.33
Thank you.