2023-09-06 08:40 PM
Hi i m just wondering if xprintf are supported in STM32 IDE? Whats the lib file to include?
2023-09-07 01:11 AM
Well, xprintf is one of many printf implementations and usually has the goal of reducing the memory footprint. You can of course integrate the library you like into your project, as long as it is suitable for Cortex-M.
Regards
/Peter
2023-09-14 12:24 AM
ok, how could i use this xprintf? STM32IDE report error when use this.
2023-09-14 12:33 AM
you have to menu: File -> "import" the lib you want ( .c + .h ) , maybe:
https://github.com/rafagafe/xprintf