cancel
Showing results for 
Search instead for 
Did you mean: 

How to send files from NAND Flash to PC?

SGupt.15
Associate

I have data stored of sensors in NAND flash using SPI Protocol with STM32H743 IC in file format(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?

2 REPLIES 2
LCE
Principal

Which interfaces do you have up and running?

Most simple: UART

Then come USB and Ethernet.

SGupt.15
Associate

We are using , 1 SPI to collect data from sensors,1 SPI to store data to NAND Flash.

We are planning to use UART for communication(file transfer) to PC.