We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 ?
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