Hi,
I have a serial boot loader working. I use booty loader provided in TIVAWARE and I used UART to update my app via UART. I set my app start address at 0x4000 and boot loader at 0x0000 and I ableto update firmware update via UART. Problem currently I have is that I want to modify the serial boot loader as I want to update my firmware over BT. I need to setup UART interrupts and timer interrupt handlers. When I try to enable interrupts or even try to modify the code, boot loader stopped working. When I pause in debug, program always at no source location. Kindly could you please explain me step by step what I need to do to modify the boot loader? how and where I need to setup/map interrupt handlers? etc
Thanks
Moh