Hi,
I'm making FLASH booloader using f2803x_flash_kernel project in controlSUITE.
f2803x_flash_kernel is RAM based project, but I need FLASH based bootloader.
So I convert from RAM to FLASH. This is allocated in FLASHA sector.
Downloaded application run after downloading in f2803x_flash_kernel .
But in standalone mode (JTAG is disconnected), Application doesn't run.
In debugging mode (JTAG is connected), Application run after downloading.
The last code is 'return SCI_Boot();' in example.
SCI_Boot() returns entry point of application.
What is difference between JTAG and Standalnone mode?