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.
Tool/software: TI C/C++ Compiler
Hi,
I have download a bootloader software RM48L952. I`m not able to erase the flash memory
Kindly share Working Hercules RM48L952 bootloader source code.
Regards,
Murali
Hello Murali,
Your application is placed at 0x180000, so the application start address should be 0x180000. You also need to modify the int vector table (sys_intvecs.asm)
b _c_int00 ;0x00
b #0x180000-0x8
b #0x180000-0x8 ;; Software interrupt
b #0x180000-0x8 ;; Abort (prefetch)
b #0x180000-0x8 ;;Abort (data)
reservedEntry
b reservedEntry
ldr pc,[pc, #-0x1b0]
ldr pc,[pc, #-0x1b0]