Hi, sir
I have a bin font file for LVGL to display Chinese, I want to burn this file to the external flash of nrf52840DK by nrfjprog, how should I do it?
I have tried nrfjprog -f NRF52 --program myFont.bin --qspichiperase --verify, but it returns
I tried nrfjprog --readqspi and the generated bin file is completely empty
How should I read the content in external flash?