I am reading from the internal board, using JlLink(same steps I use to read from QN9020 MIniDk Board).The internal board I mentioned is one of our internal development boards with QN9020. With JLink when I save the data using
savebin C:\path\data.bin 0x30000000 0x1000, it is all 0.
I dont think it is something to do with JLink because I can read the BLE Processor memory 0x2E000000 and get data which i recognise.
But after the above step, if I use NVDS Configurator tool to check the data, it reads the data over UART without any error. All the NVDS data are there intact.
Not sure what is different. So am presuming
- either the JLink read somehow failed or
- the NVDS Configurator is accessing the memory from another location?