Hello.
I want to use the external SDRAM for executing my application project. I will execute a bootloader at internal memory at first, and the bootloader loads application project to SDRAM and jumps to it.
There are two project, bootloader and application. I can use a debug mode for bootloader project in CCS. But I can't use the debug mode for application project, because the application project is executed on the external SDRAM, so it needs EMIF initialization before downloading the binary(*.out). Is there a way to initialize the external memory in CCS before download? I heard that other MCU and IDE has a script function for configure registers before download, so they can use debug mode like this situation.
Please let me know the way.
Best Regards.