This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

FLASH_KERNEL : Application doesn't run in standlone mode

Other Parts Discussed in Thread: CONTROLSUITE

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?