Hi,I am encountering a hard fault on my STM32F407ZG when using snprintf(). We are using FreeRTOS for the development.The system resets due to a precise data access violation (PRECISERR).Below is the fault status: HFSR: 0x40000000
BFAR: 0x38383600...
Thanks @Ozone ,I have task1() running which is of 512Bytes, I tried increasing it to 1KBytes but facing same issue. I also check the available free stack size for each task running and I can see that there is generous amount for stack free.The only t...