Skip to main content
RSmit.12
Associate II
November 23, 2020
Question

How to configure HTTP/FTP example

  • November 23, 2020
  • 1 reply
  • 987 views

Hello folks,

I'm playing around with the SPC58 discovery kit and trying to setup the HTTP/FTP worked example. It doesn't appear to me that out of the box that FTP nor HTTP code on the target runs correctly. I can ping the discovery kit, so clearly there is some code running.

HTTP (from a browser) requests however go unanswered. Analysis of the networkwith Wireshark show that there are no UDP datagrams, and subsequent pings go unanswered.

I've been working through AN5413, but struggle to get the example to work. Could someone detail the default configuration for me to get the example up and running please?

Cheers, Rich

    This topic has been closed for replies.

    1 reply

    RSmit.12
    RSmit.12Author
    Associate II
    November 24, 2020

    Hi folks,

    I think I've found a clue. The application note describing the HTTP/FTP server has a mistake in it. The FreeRTOS server ignores incorrect file names, after adding some breakpoints to the code. The Application note calls for http://aa.bb.cc.dd/st~1.htm. The correct filename however is st.html.

    As soon as that was corrected the code started responding to me with UDP frames.

    Al the best, Rich