HAL_UART_TRANS WITH PRINTF
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-26 2:06 AM
Posted on January 26, 2017 at 11:06
i will use HAL_UART_TRA ... + Printf function.
but i can not do this .how can i transmite the content of variable whit printf function???????#uartSolved! Go to Solution.
Labels:
- Labels:
-
UART-USART
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-26 2:42 AM
Posted on January 26, 2017 at 11:42
Hi,
I'd highly recommend you to refer to UART examples under your related firmware packages.
if your are using STM32F4 product:
- STM32Cube_FW_F4_V1.14.0\Projects\STM324x9I_EVAL\Examples\UART\UART_Printf ,if you are a Cube useror
- STM32F4xx_DSP_StdPeriph_Lib_V1.7.1\STM32F4xx_DSP_StdPeriph_Lib_V1.7.0\Project\STM32F4xx_StdPeriph_Examples\USART\USART_Printf if you are SPL user.
-Nesrine-
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-26 2:42 AM
Posted on January 26, 2017 at 11:42
Hi,
I'd highly recommend you to refer to UART examples under your related firmware packages.
if your are using STM32F4 product:
- STM32Cube_FW_F4_V1.14.0\Projects\STM324x9I_EVAL\Examples\UART\UART_Printf ,if you are a Cube useror
- STM32F4xx_DSP_StdPeriph_Lib_V1.7.1\STM32F4xx_DSP_StdPeriph_Lib_V1.7.0\Project\STM32F4xx_StdPeriph_Examples\USART\USART_Printf if you are SPL user.
-Nesrine-
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-26 7:10 AM
Posted on January 26, 2017 at 15:10
thank you
it is working very good.