STM32H743: sprintf not working in newlib_nano after upgrade from HAL 1.3 to 1.6
Not a question but a statement. I've just upgraded a very large project from HAL V1.3 to V 1.6. The code uses sprintf in a couple of places. This worked fine under 1.3 using newlib_nano. Under 1.6 the same statement gives a NULL return. Swapping to newlib_standard fixes the issue. It appears that the version of newlib_nano distributed under 1.6 has changed and is no longer reliable, at least for floats.
