Hi,
I want to realize an on-board firmware update function for the 14586 from host mcu via direct access to SPI. Can I use the addresses in the hex files created from Keil direct without any modifications to write progamm data to flash or do I have to make some address translations?
Thanks and regards,
Oliver
Keywords:
Device:
I believe you have to add a header to the hex file so that DA14586 can boot from SPI flash at least.
谢谢你的回应。是there any docs I can derive header from?
Regards,
Oliver
我不确定about the detailed derivation but you can check mkimage tool under the utilities folder of SDK to get a picture of what has be done to prepare a hex file into bootable image.
Thanks, that points me to a (perhaps) much better solution:
Is this correct?
Regards,
Oliver
Hi Oliver,
Yes, image on flash starts from 0 addr.
Please update here if any issue encountered and we're willing to help