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 ?