cancel
Showing results for 
Search instead for 
Did you mean: 

UART communication, Not USART case, with STM32F429IGH

edmond yun
Associate II
Posted on June 29, 2018 at 13:56

Hello, 

I have some trouble to control uart communication with uart port not usart port of STM32F429,

I can communicate tx/rx with USART port, even in interrupt mode,

but when trying to communicate rx/tx with UART port(UART7), I can't see any progress in HAL_UART_RxCpltCallback & HAL_UART_TxCpltCallback function, why ?

please help to let me know the method with example, 

I need to use the interrupt service routine to control rx/tx data, 

thankful for your support in advance,

thanks.

#stm32f429
1 REPLY 1
Posted on June 29, 2018 at 14:15

Tightly configured examples will need more specific details on the board in question, the pins used, and clock sources.

Perhaps look at some of the available examples in the HAL trees for direction

STM32Cube_FW_F4_V1.21.0\Projects\STM324x9I_EVAL\Examples\UART\UART_Hyperterminal_IT

For interrupts check the plumbing from the IRQHandlers and NVIC, and into the HAL and out via the callbacks

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..