cancel
Showing results for 
Search instead for 
Did you mean: 

Please share example code : USART with PrintF, for STM32F4

listunov
Associate
Posted on May 24, 2012 at 07:23

good day

Please

share

example

code

USART with PrintF for STM32F4

I want

send

characters

to the

rs232

port of

the computer

.

#rs232 #printf #stm32f4-usart-printf-rs232 #stm32f4 #usart
2 REPLIES 2
Posted on May 24, 2012 at 10:24

https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Problem with USATT, cant receive anything from X-CTU&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&currentviews=69

[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Discovery/uart communication stm32f4&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&currentviews=363]https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM32Discovery%2Fuart%20communication%20stm32f4&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F¤tviews=363

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
kwzn
Associate
Posted on January 25, 2014 at 07:28

I made it.

Use 

printf2 func.It

automatically

format

script so you can use it like printf func via USART2 at GPIO_A2 pin.Befor use it, you must run 

printf2_Init func.

http://raucha-blog.blogspot.jp/2014/01/stm32f4uartprintf.html

Japanese page