Skip to main content
SGupt.15
Associate
March 29, 2023
Question

How to send files from NAND Flash to PC?

  • March 29, 2023
  • 2 replies
  • 825 views

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?

This topic has been closed for replies.

2 replies

LCE
Principal II
March 29, 2023

Which interfaces do you have up and running?

Most simple: UART

Then come USB and Ethernet.

SGupt.15
SGupt.15Author
Associate
March 29, 2023

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.