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.

RM46xx UART Bootloader example on the LaunchPad

Other Parts Discussed in Thread: RM46L852

Hi,

I am having trouble in running UART Bootloader for RM46L852
mentioned in the Applcation note:SPNA189.

I was able to compile the boot_uart sample project and run on the
RM46xx launchpad. (CCSv6.1, Compiler: v5.1.6)

But when I try to download the application(.bin) through Teraterm, there is no progress
in the download as shown below.

And in the boot_uart program, the program is always stuck in the below line of bl_flash.c.

while( FAPI_CHECK_FSM_READY_BUSY == Fapi_Status_FsmBusy );
while(FAPI_GET_FSM_STATUS != Fapi_Status_Success);

The application's default adress is set to 0x20000 so that it won't  effect the bootloader application.

Please let me know if there is anything else required to download
application through UART bootloader.

Best Regards
Kummi