关于启动加载的问题。

3 posts / 0 new
Last post
michaelquicquaro
Offline
Last seen:4 years 12 months ago
Joined:2014-09-26 14:40
关于启动加载的问题。

Hello,
I am writing a UART firmware downloader on an external processor to be used on a Dialog DA14580 Basic running in "DevMode" as decscribed in UM-B-012. I have been able to download successfully by referencing my uVision .hex file in the SmartSnippets "Booter" tab.

In looking at some of the boot code in uart_booter.c, it appears as if binary data is being downloaded.

Is there a way to have uVision create a binary file? If not, is there a document that specifies the format of the uVision .hex file? What exactly does SmartSnippets do with the hex file? Is there a code example for that available?

- Mike

MHv_Dialog
Offline
Last seen:3 days 21 hours ago
Staff
Joined:2013-12-06 15:10
Hi Mike,

Hi Mike,

If you have downloaded an installed the Dialog Connection Manager, you can find hex2bin.exe which is a hex to binary conversion tool in the folder: "C:\Program Files\ConnectionManager\bin\firmware_upload"

The hex files generated by uVision are of the Intel Hex file format. You can find more information about this format inhttp://en.wikipedia.org/wiki/Intel_HEX

michaelquicquaro
Offline
Last seen:4 years 12 months ago
Joined:2014-09-26 14:40
Thank you.

Thank you.