验证写入qspi地址0 x0失败了。Retrying... error when running program

2 posts / 0 new
Last post
sjdorsay
Offline
Last seen:3 years 12 months ago
Joined:2016-09-21 15:50
验证写入qspi地址0 x0失败了。Retrying... error when running program

Hi Everyone:

I have a question regarding programming on the DA1468x development kit. When I run my code, I get the following on my console for smartsnippets:

.......................................................................................................................
..
.. QSPI PROGRAMMING
..
.......................................................................................................................

Please enter your COM port number and press enter.
-> 8

COMPORT=COM8

C:\Users\sjdorsay\Desktop\DA1468x_SDK_BTLE_v_1.0.6.968\utilities\scripts\qspi>CALL "..\..\..\binaries\cli_programmer.exe" --prod-id DA14681-01 --enable-uart y --ram-shuffling 0 COM8 write_qspi_exec C:\Users\sjdorsay\Desktop\DA1468x_SDK_BTLE_v_1.0.6.968\projects\dk_apps\features\ble_central\DA14681-01-Release_QSPI\ble_central.bin
cli_programmer 1.22
Copyright (c) 2016 Dialog Semiconductor

Using serial port COM8 at baud rate 57600.
bootloader file not specified, using internal uartboot.bin

Connecting to device...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00001000
验证写入qspi地址0 x0失败了。Retrying ...
Write to qspi failed. Abort.
Write executable failed: unknown error (1)

.......................................................................................................................
..
.. FINISHED
..
.......................................................................................................................

I am wondering why this happened? Could this be a software or hardware issue?

Thanks

Device:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
Joined:2015-06-08 11:34
Hi sjdorsay,

Hi sjdorsay,

Do you have a pro or a basic kit ? I can tell that you are trying to program via UART, what i ve noticed is that the console doesn't probe you to hit the reset button, can you try to use the JTAG instead of UART. Are you using a different kind of flash than the one on the dev kit ?

Thanks MT_dialog