Hello
I am using dialog 1469 usb development kit and not able to program or use cli_programmer.exe for writing data. Device is connected in com3 port. Any procedure is there for
writing data with cli_programmer.exe
What is the procedure for writing data with cli_programmer.exe
和平面ntly devices is programmed using jtag through USB can cli_programmer.exe be used to write data in same port.
E:\socialDistancing\iOT3_WiRA\binaries>cli_programmer.exe com3 read_qspi 0xFE100 - 0x20
cli_programmer 1.26
Copyright (c) 2015-2019 Dialog Semiconductor
使用串口com3波特率1000000。
cannot open serial port
E:\socialDistancing\iOT3_WiRA\binaries>cli_programmer.exe COM3 read_qspi 0xFE100 - 0x20
cli_programmer 1.26
Copyright (c) 2015-2019 Dialog Semiconductor
Using serial port COM3 at baud rate 1000000.
cannot open serial port
E:\socialDistancing\iOT3_WiRA\binaries>cli_programmer.exe COM3 boot uartboot.bin
cli_programmer 1.26
Copyright (c) 2015-2019 Dialog Semiconductor
Using serial port COM3 at baud rate 1000000.
cannot open serial port
Thank you
Jagath
Hi Jagath,
Looks like the programmer is unable to open the COM port and communicate over the serial interface. I am trying to reproduce this on my end. I will follow up again with a solution. Will keep you posted.
Also, can you please if the COM port is accurate. COM3 can be a system port on some PCs. Check if you are using the right JLink CDC UART port.
Best regards,
LC_Dialog
Hello
I have tried com3 and com4 same problem is there.
I tried to run the jlink gdb server and i coudn't find the device number da1469 in jlink gdb window.
Is there any other to write the data into NVMS_PARAM_PART of nvms
Thank you
Jagath
Hello
Please can anyone answer for this issue
I want to store data in nvpram NVMS_PARAM_PART part through cli_programmer but cli_programmer is giving error.
Is there any other way to store data NVMS_PARAM_PART
In social distancing example project in documentation NVMS_PARAM_PART base address is 0x0FE000 for proDK board.
For usb development board what is the base address NVMS_PARAM_PART and i am not able to use cli_programmer for usb development board
Thank you
Jagath
Hello Jagath,
I've been unable to repoduce the problem you are seeing here with my WiRa dev kits.
As LC_Dialog mentioned, please check the COM port in Windows Device Manager.
For my Laptop, my USB WiRa board is on COM118.
The GDB server is not needed for UART coms, but can be enabled with the following commands:-
First launch the GDBserver deamon -
Next we read the flash:-
The flash used on the USB and Pro Dev kit is the same so the NVMS_PARAM_PART address can be referenced.
BR,
KB_Dialog