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.
Tool/software: TI-RTOS
I am using TI-RTOS version tirtos_c2000_setupwin32_2_16_01_14 on TMS320F28075 microcontroller. I am facing issue to boot the application from flash on this RTOS. My application is not getting boot from flash after power cycle to board. I have enable the option "Boot from FLASH " in RTOS configuration file. Please let me know ,if I need to do some additional settings in configuration file.
Does the application work fine with the emulator connected? Are you using a controlCARD? If so, do you have the switches configured correctly to boot from flash?
Whitney
Yes the application works fine with emulator connected. I am not using controlCARD. I am working on prototype board which is designed for our application.
Hi Whitney,
Thanks for your reply. Simple C2000Ware application works will from flash. But my application with RTOS doesn't work from flash.
Can you please tell which BOOT register ,I should verify to check , if my application is configured properly to Boot from flash ?
Hi Todd,
My application is now working from flash. I have disabled the watchdog timer from RTOS configuration file. I think by default watchdog timer is enable so my application was getting reset. Now it is working fine.
Thanks for your help and support.
Atul,
I think by default watchdog timer is enable so my application was getting reset
Yes, by default watchdog is enable in hardware. When connected to emulator, CCS Gel file disables the watchdog. In standalone, application need to disable the same if not used.
Regards,
Vivek Singh