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.
Hello,
I would like to know if it is possible to generate an executable with only hexadecimal instructions with Keil, to be able to flash it with a bootloader?
Thanks in advance.
Best regards,
Aina
Like a binary file?
Use FromELF utility to convert .AXF to .BIN, or something like HEX2BIN to convert the .HEX
Hi Westonsupermare Pier,
Yes, this what I needed. Thank you :-)