Question
strtod exception on STM32F746NG-Discovery
Posted on February 11, 2016 at 05:19
I am using STMCube with an STM32F746NG-Discovery kit and the IAR tools. I can build the samples with STMCube and run then but if I use strtod() then the application will crash in:
_Stoflt + 0x113__iar_Stodx + 0x39__iar_vfp_iar_Stod + 0x7Is there an option I require to be able to use strtod? Has anyone seen this?Thanks