File transfer through Ethernet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-11 4:55 AM
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 ?
- Labels:
-
Ethernet
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-11 5:41 AM
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?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-11 5:45 AM
I have pendrive with OTG.
my usage is process audio file Using STM32F429 nucleo-144. If store it in pendrive how its possible ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-20 10:08 AM
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
