2019-10-15 11:13 AM
Hi, I have a Nucleo-F746ZG development board and I'm trying to get LwIP and FreeRTOS going on it but when I use CMSIS V2 it constantly goes into hard fault. If I use CMSIS V1 everything is fine. Any ideas what parameter in the RTOS config could be causing this? I'd prefer to use CMSIS V2 since it offers a few new features that V1 does not.
Thanks,
Doug Burrell
Solved! Go to Solution.
2019-10-17 12:02 PM
All sorted out, I realized I had not allocated enough stack to the thread that start LwIP.
2019-10-17 12:02 PM
All sorted out, I realized I had not allocated enough stack to the thread that start LwIP.