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?
2023-03-28 10:23 PM
Which interfaces do you have up and running?
Most simple: UART
Then come USB and Ethernet.
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.