How to send files from NAND Flash(connected to a microcontroller) to PC?

123 Views Asked by At

I have data stored of sensors in NAND flash using SPI Protocol with STM32H743 IC in file format(.txt)(multiple files are created in NAND flash).

I want to take out that data from NAND flash and send it to my PC for analysis.

How should I transfer this data?

We have already stored data in NAND flash, we are struggling to send data to the PC as we are not able to find a way to transfer files from SPI.

We are using a USB Connection to connect to the PC. There is no other use of the USB. We are only using 1 SPI connection for sensor data and 1 SPI for NAND Flash memory.

The USB connection is a serial device,we are not using this port to upload the code or something else, we had planned to send data through this port to the CPU,which is not happening for now.

0

There are 0 best solutions below