Tool/software:
Hi Champ,
I try to load the flash programming example (Example_Flash2803x_API) in flash, so that the example could run from flash, then in runtime, executing flash operation in RAM.
However, adding the Flash Linker cmd file (F28035.cmd) into the project and having memcpy and InitFlash() in main, it seems the code not run properly in flash.
Also, the pragma was initially put there with #pragma CODE_SECTION (Example_CallFlashAPI,"ramfuncs");
Do I miss any configuration to have the example to load in Flash in the beginning ?
Regards,
Johnny