DA 14580 - Smart Snippets does not recognize Reset button to burn flash

2 posts / 0 new
Last post
史蒂芬T
Offline
Last seen:3 years 7 months ago
加入:2016-02-18 10:31
DA 14580 - Smart Snippets does not recognize Reset button to burn flash

We are using the Dialog Pro Development Kit with a PAN1740 Beacon connected to it.

We have the Demo DSPS code (DA1458x_DSPS_v_5.150.2) running and it works fine when the code is loaded directly to the SRAM by the programmer.
Now we have tried to burn the code directly to the flash memory on the PAN1740 using the Smart Snippets Tool.

When starting the flash procedure the Smart Snippets Tool asks to "press the reset button".
Which is what we do (pressing the button labeled "reset" and also all others to test) but it does not seem to be recognized by the software.

We have tried this with 2 different motherboards and an old and the most current version of the Smart Snippets Tool.
The Dialog Pro Eval Board is configured as described in the documentation (and printed on the board) as "SPI" setting.

Is there anything we could have forgotten to get the reset pin working?

Device:
MT_dialog
Offline
Last seen:2 months 4 weeks ago
工作人员
加入:2015-06-08 11:34
Hi Steffen T,

Hi Steffen T,

你are using the UART in order to download code into the flash, so you should connect the UART and the SPI ports as well. The sw check the UART on the PC and waits for a 0x02 tag that signals the UART start of the bootloader, apparently the UART port is unconnected, and thats why Smart Snippets can't see the reset.

Thanks MT_dialog