Easyweb with FreeRTOS on LPC1769

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Easyweb with FreeRTOS on LPC1769

666 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kvanderkamp on Wed Dec 05 18:36:22 MST 2012
For a project I'm trying to combine TCP funcitonality with multiple thread support, specifically by combining easyweb with the FreeRTOS example code. Somehow if I add a breakpoint in the Init_EthMAC function just after it sets the PHY to autonegotiation link speed, the code runs well and I'm able to access the webserver. However if I remove the breakpoint it will throw a HardFault.

Does anyone have a suggestion how to fix this, or even an alternative way of adding IP functionality to FreeRTOS?
0 项奖励
回复
1 回复

631 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by FlySnake on Thu Dec 06 02:13:07 MST 2012

Quote: kvanderkamp
For a project I'm trying to combine TCP funcitonality with multiple thread support, specifically by combining easyweb with the FreeRTOS example code. Somehow if I add a breakpoint in the Init_EthMAC function just after it sets the PHY to autonegotiation link speed, the code runs well and I'm able to access the webserver. However if I remove the breakpoint it will throw a HardFault.

Does anyone have a suggestion how to fix this, or even an alternative way of adding IP functionality to FreeRTOS?



http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1...

https://bitbucket.org/antlabs_dev/lpc176x_freertos_lwip_skeleton

Easyweb is too easy for production
0 项奖励
回复