User Activity

Hello,I'm encountering an issue where the printf function is providing an incorrect output for float or double values. The simplified code snippet causing this problem is as follows:float f = 0.33; printf("d:%4.2f;\r\n", f);Upon analyzing the output ...
HelloI am encountering an issue with a code running on an STM32F4xxx board. The code is designed to perform a measurement, and I aim to transfer this data to a computer. While I can successfully receive the measurement using various terminal programs...
Kudos from
Kudos given to