cancel
Showing results for 
Search instead for 
Did you mean: 

File transfer through Ethernet

chum
Associate II

Hi all,

How to transfer file through server to target board using Ethernet ?

I'm using STM32F429 Nucleo-144 board, currently done with STM32F4xx Webserver Demo

( Based on the lwIP TCP/IP stack ).

Based on this server demo how transfer file server to target and process on target ?

3 REPLIES 3

One typically uses HTTP or FTP. You'd need to have somewhere to store the data, writing to internal flash is a bit slow. Do you have an SD card wired up?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
chum
Associate II

I have pendrive with OTG.

my usage is process audio file Using STM32F429 nucleo-144. If store it in pendrive how its possible ?

Hi,

I'm using stm32f429 nucleo 144.

I want to connect board with PC using Ethernet with static IP.

My application should transfer the PC file data to the target board through Ethernet.

Using latest STM32Cube_FW_F4_V1.24.0 how its possible ?

Which protocol suites this type of file transfer?

Is it possible with this example application - /home/STM32Cube_FW_F4_V1.24.0/Projects/STM32F429ZI-Nucleo/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS

How to view target board data on debugger memory window ?(Just sharing text information)

PC side and target board side what are the application should alive for this process?

Thanks