I tried to open a Embedded project for a baremetal STM32F103C8 board, using J-Link_V510g with SWD interface and 1Mhz fixed clock speed.
I activated ARM semihosting in Debug Settings as Follows:
Virtual ARM console support:Enabled
And I added #include<sdtio.h> as a header in my main file where I have used printf(…) command.
Nothing is reflected to the ArmSemiHosting console.
I am wondering what I have missed in my settings?
Thanks