2021-08-24 04:18 AM
Hello,
I want to implement TFTP server with nucleo f429zi. I had completed up to ethernet port detection on nucleo f429zi using ping cmd. Please suggest settings for TFTP in .IOC file and the provide help for firmware implementation.
2021-08-24 03:28 PM
Try to adapt this example to your needs.
2021-08-26 04:38 AM
Thanks!!!
Now I'm trying to put the file into nucleo board using tftpd64 client. when I hit the PUT button on tftpd64 my program stops at hardfault error and file transmission halts at block#0. lwip implementation done successfully and verified using ping cmd. I want to download file from tftp client to sd card interfaced with nucleo. Kindly provide the solution.....
2021-08-26 04:39 AM
Thanks!!!
Now I'm trying to put the file into nucleo board using tftpd64 client. when I hit the PUT button on tftpd64 my program stops at hardfault error and file transmission halts at block#0. lwip implementation done successfully and verified using ping cmd. I want to download file from tftp client to sd card interfaced with nucleo. Kindly provide the solution.....