I'm trying to persuade MUCXpresso to generate the code to put in a serial EEPROM which can then be bootloaded to update software.
It's going reasonably well. I found out how to turn the code into a .hex or .s19 file which I can load into my EEPROM programmer, and I found out how to edit the Linker file so that it doesn't generate the data and bss tables.
I'd really like the code to start at the beginning of the file, and there is one half-word that I can't seem to get rid of.
The first hword is always an instruction that branches to itself. Any ideas?
It's an LPC1517, by the way.