5 years, 3 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, 3 months ago.

Maybe programming your board as a FTP server and your PC as a client (using FileZilla).