Which project is programmer_ES5.bin built from?

9 posts / 0 new
Last post
summer20100514
Offline
Last seen:4 years 2 months ago
Guru
加入:2014-12-30 05:01
Which project is programmer_ES5.bin built from?

Hi, I want to change the uart pin definition in programmer_ES5.bin, but I can not find the origin project. Could you please tell me which project is the firmware built from? Thanks.

Device:
summer20100514
Offline
Last seen:4 years 2 months ago
Guru
加入:2014-12-30 05:01
And what's more, if I have

And what's more, if I have burned the OTP memory and disable the JLINK interface, I can no longer use UART to download firmware to the RAM, am I right?

summer20100514
Offline
Last seen:4 years 2 months ago
Guru
加入:2014-12-30 05:01
I have another question, I

I have another question, I burned the image to OTP at offset 0x160, which is not at 0x00, and is it the reason that I can't see DA14580 advertising? I am stucked, so please shed some light on me, thanks.

MT_dialog
Offline
Last seen:2 days 14 hours ago
Staff
加入:2015-06-08 11:34
Hi summer20100514

Hi summer20100514

Check the AN-B-020 doc at paragraph 9.2.1 Uart downloading. You should be able to change uart pin using the included command.

MT_dialog

summer20100514
Offline
Last seen:4 years 2 months ago
Guru
加入:2014-12-30 05:01
Well, I have read the doc

Well, I have read the doc before, but as far as I am concerned, the command can only select specific UART pins, not a arbitrary one.

Joacimwe
Offline
Last seen:1 year 3 months ago
Guru
加入:2014-01-14 06:45
You should not download the

You should not download the image to 0x160, but 0x00. Otherwise probably nothing will work.
You can build your own programmer_ES5 from the project flash_programmer in the tools directory in the sdk. You can modify it to use another gpio port/pin and/or baud rate for uart communication.

summer20100514
Offline
Last seen:4 years 2 months ago
Guru
加入:2014-12-30 05:01
nice answer, thank you

nice answer, thank you Joacimwe.

MT_dialog
Offline
Last seen:2 days 14 hours ago
Staff
加入:2015-06-08 11:34
Thanks for Sharing Joacimwe

Thanks for Sharing Joacimwe

Also, yes you are right, after you burn the OTP the serial boot sequence will not be executed anymore.

MT_dialog

summer20100514
Offline
Last seen:4 years 2 months ago
Guru
加入:2014-12-30 05:01
Thank you.

Thank you.

Topic locked