Top.Mail.Ru
1 Комментарий
Старые
Новые
Межтекстовые Отзывы
Посмотреть все комментарии
Marc
Marc
4 лет назад

Hello,

I'm trying to implement your UART tutorial in my kit NUCLEO G070RB of STM.
I have exactly the same code that you wrote in the tutorial, but still, I don't know why but even 1 bit is transmited into the receiveBuffer. After the
HAL_UART_Receive_IT(&huart2, receiveBuffer, 32); is executed, I look at the variable and all the positions are still 0.
As baud rate I have 9600 b/s, Fuart = 64Mhz and 16 of over sampling.

Hope you can help me,
Thanks!

Marc