Other Parts Discussed in Thread: UNIFLASH, CC3220SF
Hi,
I am trying to load a .bin file on flash using CCS debug option, however after reset the code is not retained.
After going through some posts I got to know that, on reset the code from serial flash is loaded, and for internal flash to retain the code, flags like _SF_DEBUG_ and retain ulDebugHeader are to be added.
After adding flags the code is not retained on internal-flash after reset. Due to some constraints it is not possible to use uniflash as of now.
Please suggest ways to retain code on internal-flash using CCS debug option.
Thank you,
Aditya