FreeRTOS float printf STM32L476RG hardfault NOCP
Hello,
When I do a simple printf("%f",onefloat); in freertos task (code generated with STM32CubeIde 1.3.1, using HAL L5_V1.15.1), I have an hardfault, UFSR register tell me that an NOCP error occur, -mfloat-abi=hard, GNU Toolchain. On internet someone propose patch https://github.com/leech001/STM32-FreeRTOS-float but it require to be reimplemented everytime when the code is regenerated.
Is there another clean solution ?
Thank you
