Hi,
I have a STM32F103 Blue Pill project using VS2022/VisualGDB and can’t get command atof t work, it always return empty.
I think this comes down to the software FPU is not enabled.
Can anyone tell me where/how to enable this in VisualGDB properties.
Googling the issue it’s suggested that CFLAGS settings may need set, but this must have been an old version of VisualGDB as stuff has moved and I can’t find CFLAGS.
PS. I have an Arduino IDE based STM32F103 Blue Pill project from years ago where float etc just worked fine, so I guess the software FP was enabled by default.
Any help appreciated.
Ian.