This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Include a bootloader to my application

I´m using the 71M6511 microcontroler from MAXIM. I have developed an energy meter application. But I want to include a bootloader to update the firmware in field. The bootloader run in 0x000 address (first 2 kbytes) and the meter application start in 0x800 address. I don't know how configure the keil compiler and the startup.a51 of meter aplication to run in 0x800 addres. And how jump from bootloader to this address.

I´m using the HEX2BIN and BIN2HEX to create only one hex file.