Question
STM32N6 Hard Fault from FreeRTOS
I am attempting to setup a new Hello World project on the STM32N6 using the following:
- FreeRTOS running two tasks, a timer, and a semaphore
- A couple of hardware timers
- A USART
- The PSSI doing 16 bit bi-directional transfers
- The BSP package
Running the debugger I get

followed by a Hard Fault:

The code is running on a Nucleo-N657XO-Q development board. My development tools are:
- STMCube 6.18.1
- STM32Cube_FW_N6_V1.4.0
- IAR 9.60.4
Something not correctly setup or a bad board?
