Dear Dialog,
I follow the instructions of UM-B-056 section 5 build the proximity reporter project. and I successfully programming it in da14681 pro board with 14681ae-atdb daughter board.
.......................................................................................................................
..
.. QSPI PROGRAMMING
..
.......................................................................................................................
Please enter your COM port number and press enter.
-> 7
COMPORT=COM7
D:\workspace_SmartSnippets_Studio\DA1468x_SDK_BTLE_v_1.0.8.1050\utilities\scripts\qspi>CALL "..\..\..\binaries\cli_programmer.exe" --prod-id DA14681-01 COM7 write_qspi_exec "D:\workspace_SmartSnippets_Studio\DA1468x_SDK_BTLE_v_1.0.8.1050\projects\dk_apps\demos\pxp_reporter\DA14681-01-Release_QSPI\pxp_reporter.bin"
cli_programmer 1.23
Copyright (c) 2016 Dialog Semiconductor
从cli_programmer.ini文件配置loaded.
Using serial port COM7 at baud rate 57600.
bootloader file not specified, using internal uartboot.bin
Connecting to device...
Setting serial port baud rate to 57600.
Press RESET.
Uploading boot loader/application executable...
Executable uploaded.
Setting serial port baud rate to 57600.
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x00002000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x00004000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x00006000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x00008000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x0000a000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x0000c000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x0000e000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x00010000 chunk size: 0x00002000
Writing to address: 0x00000000 offset: 0x00012000 chunk size: 0x000019c8
Writing to address: 0x00000000 offset: 0x00000000 chunk size: 0x00000002
done.
.......................................................................................................................
..
.. FINISHED
..
.......................................................................................................................
but after reset, I found the device didn't start advertising, check the uart output, seems the device is rebooting again and again.
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
DA14681AE
I erased flash before my programing.
What would be the reason? And how to fix it?
Regards,
Neil
Hi Neil.duan,
Are you able to program anything else (any other example besides the proximity design) on your board ? And what is the proximity reporter build that you are using (SUOTA, no SUOTA, QSPI, ...... )? I suppose that you are using the SUOTA version of the proximity so you can either choose the non-SUOTA build or follow the SUOTA guidelines in the UM-B-056 at section 8 Software Upgrade in order to use it.
Thanks MT_dialog