Hi ..
Im working on F28069 Experimenters kit. I tried to program into flash & tried to boot from it in emulator mode. But is not working
-> i have selected option FLASH from build options menu.
-> used below code in main
#ifdef FLASH
// Copy time critical code and Flash setup code to RAM
// The RamfuncsLoadStart, RamfuncsLoadEnd, and RamfuncsRunStart
// symbols are created by the linker. Refer to the linker files.
MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
// Call Flash Initialization to setup flash waitstates
// This function must reside in RAM
InitFlash();
// Call the flash wrapper init function
#endif //(FLASH)
-> compiled & selected debug option, before starting execution, i have selected scripts->Emu boot mode select->Boot from Flash option->EMU_BOOT_FLASH ( as given reference manual)
-> then switched off experiment kit. tried to switch on back. but it is not swtching to my program on flash.
Please reply me . where im doing wrong.
Regards,
Askar