Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 10 months ago.
Copy data to SD card while connected to Nucleo board
Hi,
I'm prototyping some application on the Nucleo-F767ZI making use of an SD card connected to it using the `BlockDevice` interface. I was wondering if there's a way to easily copy data to the SD card (I'm currently using the FatFileSystem) while flashing the binary onto the board without having to manually detach the SD card from it's shield and connect it to my PC and transfer the files (some data that the application might use) manually. Is this possible?
Thanks, Javier
1 Answer
5 years, 10 months ago.
Maybe programming your board as a FTP server and your PC as a client (using FileZilla).