Skip to main content
DBurr
Senior
October 15, 2019
Solved

FreeRTOS and CMSIS v2 hard faulting on Nucleo-F746ZG board

  • October 15, 2019
  • 1 reply
  • 678 views

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

This topic has been closed for replies.
Best answer by DBurr

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

1 reply

DBurr
DBurrAuthorBest answer
Senior
October 17, 2019

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