-
Notifications
You must be signed in to change notification settings - Fork 2
Home
straight-coding edited this page Nov 13, 2020
·
5 revisions
Welcome to the LPC407x-NoOS-LWIP-MBEDTLS-HTTPD-KEIL wiki!
This project originated from straight-httpd
, but it works on an real embedded platform. The hardware is an evaluation board and the following is the configuration. (该项目是 straight-httpd 的顺势之作,将 Windows 模拟环境的代码移植到真实的嵌入式系统,基于从简到繁的原则,本项目未采用RTOS,后续再增加对 RTOS 的支持).
-
MCU
: NXP LPC4078-FET208, Cortex-M4 -
SDRAM
: 16MB @ 0xA0000000 -
Ethernet PHY
: KSZ8041NL. This project also supports other PHYs and can automatically identify DP83848C and DM9161A as well. (该项目可以自动识别三种PHY芯片) -
GPIO P4.23
for LED:Clear this PIN to light the LED and set this PIN to turn off the LED.(在 DHCP 获得 IP 之前闪烁间隔0.5s,拿到 IP 地址后间隔为1s)