cancel
Showing results for 
Search instead for 
Did you mean: 

FreeRTOS and CMSIS v2 hard faulting on Nucleo-F746ZG board

DBurr
Senior

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

1 ACCEPTED SOLUTION

Accepted Solutions
DBurr
Senior

All sorted out, I realized I had not allocated enough stack to the thread that start LwIP.

View solution in original post

1 REPLY 1
DBurr
Senior

All sorted out, I realized I had not allocated enough stack to the thread that start LwIP.