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.
Hi. In old days, with AVR, i can read binary as HEX file using AVR studio.
It was very useful for me.
Anyway, I'm curious. Is there any method do that with keil?
Is there any menu or command?
My target is M0 (nrf51). and programmer is CMSIS-DAP (FRDM-KL25Z)
I wanna make HEX file from code memory on target.
I'm not saying about flash load to target.
Thanks for reading. Have a nice day.
Anything wrong with the massive collection of tools (many free) available on the inter web thingy?
You mean like NXP LPC FlashLoader thing?
Plz, give me recommend.
You mean something like flash loader for NXP LPC model?
plz, give me recommend.
You mean like LPC FlashLoader?
Plz, give me some recommend.
You mean like LPC FlashLoader or CoFlash?
is that things has limited target i remember.
anyway, you also don't know about that, huh?
I expected keil support this
Doesn't the SAVE command at the debugger console write to a .HEX?
You mean like Flash Demonstrator?
So keil dose not support that kind function?
little disappoint...
but, I believe the way is
plz, give me some tip.
I believe you are talking about the save command in uVision.
Goto the command windows in uVision.
Enter
save c:\temp.hex 0x00000000, 0x00000200
this will save the first 512 bytes as a hex file (actually 513 in the above case)
The parameters are filename, start address and end address
this will save the first 512 bytes as a hex file (actually 513 in the above example
Parameters are filename, start address, end address