![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
The LWIP HTTP Server is implemented using LWIP ethernet stack & USB Mass Storage functionality is implemented using LCPUSBlib library with FreeRTOS. The HTTP server & USB Mass storage functionality can be configured to run on any of the cores (M4 or M0). The user should connect the board to the network by using the ethernet cable. The board will get an IP address by using DHCP method. The use can access the HTTP Server by using a web browser from the host PC. The HTTP contents from USB Mass storage disk will be read & provided to the user. In FreeRTOS/uCOS-III configurations, the net_conn API interface will be used. In stand-alone configuration, HTTPD interface will be used. Please note that this application includes the code in "LPCUSBlib Mass Storage Device Dual core example" & "HTTP Server dual core example using LWIP ethernet stack" stand-alone applications. Please refer to the documentation in these examples.