cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure HTTP/FTP example

RSmit.12
Associate II

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

1 REPLY 1
RSmit.12
Associate II

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