How to use half precision floating format (on stm32l073)
Hello,
I would like to use half precision floating format for my project in order to save space in frame transmission. Have you ever used this kind of format on MCU that does not have FPU ?
I saw that gcc allows this kind of format but i can’t activate on my target :
https://gcc.gnu.org/onlinedocs/gcc-4.5.1/gcc/Half_002dPrecision.html
Thank you,
Aurélien