Part Number: TMS320F28335
Hello TI Team,
I am using a TMS320F28335 controller for my project. I am able to update the firmware successfully using the TI Flash API, and that code runs correctly after reset.
However, when I program the device through Code Composer Studio (CCS) using JTAG, the code runs immediately after loading, but does not run after a power cycle or reset.
It seems like the code is being loaded and executed from RAM instead of Flash. I would like my application to always run from Flash, whether it’s programmed via JTAG or updated via Flash API.
Thanks