Hi , I want to lpc23xx firmware update (iap) but I do not understand a few issues.
- How , hex file convert to bin file , I try to program the following web site but has failed but it did not "http://www.keil.com/download/docs/7.asp"
- open the .bin file use notepad , charecters not 1101010 Is it true that ?
- Can I read to .bin file than write to program. Examples ,
char frmupdate []= {1,0,1,0,0,1,}..........
Thank you very much for the answer.
update code samples studied serial port; AN10835 LPC2000 secondary bootloader for code update using IAP - Tera Term Send File (1K) to uart, char uart_rx (); ..... frmupdate char [x] ..... frmupdate copy to a flash
algorithm it true?