2024-10-28 05:57 AM - last edited on 2024-10-28 06:04 AM by SofLit
Hello,
How to use printf in stm32f429i-disc2 board and my MCU is stm32f103cbt6
Solved! Go to Solution.
2024-10-28 06:01 AM
Before getting into printf, do you have the basic HAL UART (or bare-metal) comms working?
printf relies upon that, so you need to have that working first:
Then read this Knowledge base article:
And here's a 3rd-party article on the same:
2024-10-28 06:01 AM
Before getting into printf, do you have the basic HAL UART (or bare-metal) comms working?
printf relies upon that, so you need to have that working first:
Then read this Knowledge base article:
And here's a 3rd-party article on the same:
2024-10-28 06:03 AM
You can refer to the web for that.
I hope it will be helpful.
Cheers :)
2024-10-28 06:03 AM - edited 2024-10-28 06:06 AM
Hello,
Same thread as https://community.st.com/t5/stm32-mcus-embedded-software/how-to-use-printf/m-p/736424.
It's the same content but not the same user!