Using LPC2387, Keil µVision 3 and ULINK2 probe
I had different project with differents .axf files and corresponding .bin files. I want my subcontractor to program my board once, so I combined the differents .bin file in one, then I transform it to a .hex file. On uVision 3 I made an empty project on which I use the LOAD command through a .ini file to load this data file. It seems to work because when I look at the memory the data is correct.
My problem is that if I turn power OFF an ON again the data disappeared : how is it possible, I though the LOAD command was really programming my flash ?
No.
The LOAD command just loads into uVision: http://www.keil.com/support/man/docs/uv4/uv4_cm_load.htm
For flash programming, see: http://www.keil.com/support/man/docs/uv4/uv4_flash_programming.htm
Thanks for your reply.
Does I have to understand, that beiing in Debug mode, I use the LOAD command, then the View Memory Windows menu, and what I see is not really the µP Memory ?
Regards