2024-11-25 03:35 AM - last edited on 2024-11-25 03:43 AM by Andrew Neil
2024-11-25 03:41 AM - edited 2024-11-25 03:51 AM
You posted this as a reply to the Knowledgebase article:
Have you actually read that article?
As noted here:
The first thing you need to do is to get basic, direct UART output working:
https://wiki.st.com/stm32mcu/wiki/Getting_started_with_UART
You need to get that done before you start thinking about redirecting printf to it!
See also:
2024-11-25 03:43 AM - edited 2024-11-25 03:44 AM
See these threads:
https://community.st.com/t5/stm32-mcus-products/how-to-use-printf-in-stm32f429i-disc2/td-p/736508
2024-11-25 03:51 AM - edited 2024-11-25 03:52 AM
+ You asked the same question in this thread: https://community.st.com/t5/stm32-mcus-embedded-software/how-to-use-printf/td-p/733254
And I provided you a project on which printf is used on stm32f429i board.
So the question is, are you reading our posts/comments?
2024-11-25 03:57 AM
@SofLit wrote:I provided you a project on which printf is used on stm32f429i board.
@syedhashmiraza you even marked that as The Solution!
And that thread has already covered the importance of getting basic, direct UART output working first.