2019-12-23 01:17 PM
Hi,
Does anybody know how to enable and use semihosting with STM32F405? If so, could you give me some guidance?
Thanks.
2019-12-23 02:05 PM
Keil doesn't support it, but can retarget printf(), putchar(), etc.
Semihosting is mentioned here
What are you trying to do? File IO?
2019-12-24 08:42 PM
Hi,
Actually, sorry I forgot to mention that I'm using STM32Cube IDE. I just want to have some form of output to help debugging, especially when it comes to reading MEMS sensors.
Thanks,