How to send files from NAND Flash to PC?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-28 10:09 PM
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?
Labels:
- Labels:
-
SPI
-
STM32H7 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-28 10:23 PM
Which interfaces do you have up and running?
Most simple: UART
Then come USB and Ethernet.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-28 10:29 PM
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.
