Skip to main content
This topic has been closed for replies.
Best answer by JJame.1

Hi Louis,

I use GCC but I found a solution using sscanf from this post : https://community.st.com/t5/stm32-mcus-products/floating-point-support-in-sscanf/td-p/429726 

Thanks

2 replies

ST Employee
February 14, 2024

Hello @JJame.1 ,

Exceptions can be use in your project's code but are not handled by default, and the TouchGfx library is not compiled with exceptions.
Can you tell me which ToolChain you are using?
 

Regards,
 

JJame.1
JJame.1AuthorBest answer
Associate II
February 17, 2024

Hi Louis,

I use GCC but I found a solution using sscanf from this post : https://community.st.com/t5/stm32-mcus-products/floating-point-support-in-sscanf/td-p/429726 

Thanks