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