If I create an STM32CubeMX project, what is the easiest way to enable semihosting to use printf etc.? You don’t get the options for newlib-nano, generate system call stubs etc. with this project type
Thanks
EDIT: totally forgot I made a simalar post the other week, saw your reply and installed the 4073 build, thanks for that!
After installing that, if I enable Support Semihosting, I can include stdio and printf works, but if I enable fast semihosting I still get the errors about _sbrk etc. With both enabled I get the “multiple definition of _isatty” error like in the tutorial, so I will keep this post for that.
-
This reply was modified 3 years, 7 months ago by dave93cab.
-
This reply was modified 3 years, 7 months ago by support.