Hi,
I have one LM4F232H5QR evaluation board. I am using CCS.
I'm trying to learn bootloader program by using boot_serial example in LM4F232H5QR. First of all, l've loaded bootloader, ie, boot_serial.bin, to the board using LM Flash Programmer via JTAG. Then i've loaded another example code, ie, blinky.bin to the board using UART. In blinky_ccs.cmd file, i've changed the APP_BASE from 0x00000000 to 0x00002800. When i reset the board, the LED starts blinking.
But, if i am trying to load the blinky program again, it is not getting loaded. ie, second time if i press 'program' in LM Flash Programmer one error message is coming.
I've tried by defining " MyCheckUpdateFunc(void)" and "#define BL_CHECK_UPDATE_FN_HOOK MyCheckUpdateFunc". Then i repeated above procedures, first i've loaded boot_serial.bin, then blinky.bin. This time blinky program is not working, but i can load the blinky.bin file again and again.
Can anyone please tell me the solution.