Toolchain:
IAR Embeded Workbench ARM
Toolchain version:
89.20.2
MbedOS version:
6.9.0
Target:
nucleo-L476RG
Hi, I am trying to debug mbed application on IAR.
I want to use standard version of printf/snprintf instead of minimal-printf because I want to print floating poit.
I know I need to change the parameter target.printf_lib
with the value minimal-printf
in mbed_app.json , but I cannot find mbed_app.json.
Could you please advise how to do for using standard version of printf/snprintf on IAR?
What I did are as show below.
- Open program named “mbed-os-example-mbed5-blinky” on Mbed Online compiler.
- Change revision newest one to 6.9.0.
- Export the program to IAR Embedded Workbench
Thank you