Resolved! STM32F767ZI: Hard fault with FreeRTOS mutexes + DMA I2C
My setting is a Nucleo F767ZI board with a IKS01A2 shield. I created a FreeRTOS project that periodically queries the temperature sensor, calculates an average of temperature data, and prints the temperature on the UART. It has three threads that wor...