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.
Hi,
I am using TM4C129X DK,i want to use the ROM base serial boot loader.i tried to use it through boot_demo_uart and it works fine when the application calls the ROM based boot-loader through ROM_UpdateUART();But when i erase the flash and try to program the flash using the serial rom-based bootloader like the usb ROM based boot-loader i got that error:
Failed to establish communication
To program using the serial uart the board must be programmed with serial flash loader or properly configured
So,my question is why the processor didn't go to the ROM based bootloader as the flash is empty and select the uart interface as it does in case of USB
Thanks
Reagrds
Ahmed
Hello Amit,
Thanks for your reply,I think there is a little bit confusion the usb ROM based bootloader works fine,my problem is with the serial(UART) ROM based bootloader.
Thank you
Regards
Ahmed