sprintf, FreeRTOS, Hard Fault and Stack aligment, need explanation
Hello!I encounter random HardFault when calling sprintf, sscanf from thread context in FreeRTOS. MCU is F446. When called before KernelStart, it works well. Meanwhile, it was working ok, before I`ve rearanged modules and added new structures. I didn`...