Issue When the HTTP Server is added using the New X-ware - NetX configurator, the dependency for the media pointer is added as part of the configuration. The developer needs to then choose the Media which can be either USB, SD card, or eMMC depending on what is available on the board. However, using the USB media for the HTTP server application is not fully supported and has issues in SSP 1.2.0-b1. Solution In order to make the Webserver / HTTP server application work without using the Media configuration via the SSP Configurator follow these steps: 1) Bring in the IP instance component via the configurator. This brings in the TCP/IP stack. 2) Add FX and Http_server componets using the component Tab. (Select these manually using the check boxes). 3) In the Application code a) Initialize fx_system_initialize b) Open a RAM disk to get the media pointer c) Create an HTTP_server with the media pointer created from RAM disk
↧