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.