Skip to main content
HSabi.1
Associate
March 1, 2021
Question

Hi, i am using STM32F103RB micro controller. i want to use and print float numbers in atollic true studio. i have implemented all solutions available on google. they are not working. please guide me with some good tutorial.

  • March 1, 2021
  • 3 replies
  • 867 views

..

This topic has been closed for replies.

3 replies

Pavel A.
March 1, 2021

If you have already googled and tried all the advises, I don't know what else can help.

-- pa

HSabi.1
HSabi.1Author
Associate
March 1, 2021

i have implemented the tool settings adding -u float in the C linker settings not any other solution.

Ozone
Principal
March 1, 2021

There should a a documentation of the libraries available.

Check those if they support float formats for printf-like functions. Some do not, for size reasons.

The F1 are M3 controllers without FPU, I would consider integer-based algorithms.