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?