2020-02-13 05:30 AM
Hello there,
I am working on stm32wb nucleo board, On stm32wb I am using freertos (CMSIS 2) and when I am trying to use printf or snprintf with float argument my code going to hard-fault. printf is working fluently with integer values but not with floating values.
my task stack size is 2048 Byte.
2020-02-14 02:04 AM