Easyweb with FreeRTOS on LPC1769

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Easyweb with FreeRTOS on LPC1769

656 Views
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 Kudos
Reply
1 Reply

621 Views
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 Kudos
Reply