Skip to main content
CScot
Associate
August 7, 2018
Question

How to incorporate UDP & TFTP Client using Raw LwIP AOI

  • August 7, 2018
  • 2 replies
  • 823 views

Trying to figure out how to add UDP and TFTP to LwIP using the RawAPI

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
August 10, 2018

Ok, any specific STM32 platform? Custom board?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
CScot
CScotAuthor
Associate
August 10, 2018

STM32F765 CPU, custom board, using STM Cube generated code without an RTOS. It should be a simple question. I am trying to incorporate TFTP so that I can easily update internal code. I am having a problem getting a handle on how to incorporate this into this code set. Unfortunately, I cannot determine how UDP decides that a TFTP request has been made from a TFTP server so that I can route the packet to the appropriate TFTP process code.