STM32F7 using FreeRTOS V2 crash problem-PRECISERR
I recently learned to use FreeRTOS on STM32F7. The program runs for a certain period of time and then enters HardFault_Handler. The time is variable.The fault analyzer is reporting an error as "FORCED" and "PrecisErr". There are 6 threads in t...