Hi everyone,
I was following DA1468x QSPI tutorial testing my DA14681-01A9DEVKT-B Development Kit - Basic, but can not initial flash
.......................................................................................................................
..
.. QSPI PROGRAMMING
..
.......................................................................................................................
JlinkGDBServer path used: "C:\Program Files (x86)\SEGGER\JLink_V632c"
The system cannot find the path specified.
C:\Users\Varun\Desktop\Dialog\DA1468x_DA15xxx_SDK_1.0.12.1078\projects\dk_apps\templates\freertos_retarget\scripts\qspi\prepare_local_ini_file.vbs(99, 1) Microsoft VBScript runtime error: File not found
C:\Users\Varun\Desktop\Dialog\DA1468x_DA15xxx_SDK_1.0.12.1078\projects\dk_apps\templates\freertos_retarget\scripts\qspi>"..\..\..\binaries\cli_programmer.exe" --cfg "C:\Users\Varun\AppData\Local\Temp\cfg_24357.ini" --prod-id DA14681-01 gdbserver write_qspi_exec "C:\Users\Varun\Desktop\Dialog\DA1468x_DA15xxx_SDK_1.0.12.1078\projects\dk_apps\templates\freertos_retarget\DA14681-01-Debug_QSPI\freertos_retarget.bin"
The system cannot find the path specified.
找不到C:\Users\Varun\AppData\Local\Temp\cfg_24357.ini
.......................................................................................................................
..
.. FINISHED
..
.......................................................................................................................
All though the file is there at that particular location
Hi Varun Bhargava,
Could you please go to theWindows->preferences->Run/Debugtab of the SmartSnippets and check from theSEGGERpath folder? The path folder should point into the installation folder of the JLink. Also, in order to download image to the SPI flash, after you build your project, you should select your project or the output generated file, and after that you should program the flash. Otherwise, the tool doesn’t know which image is going to burn into the SPI Flash.
Thanks, PM_Dialog