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