STM32 F334R8 UART Category doesnt shown

82 Views Asked by At

Im working on a project with Nextion HMI and STM32 F334R8. When I try to send string to Nextion with STM, UART doest shown in the category section in CubeIDE(This board has 3 USARTs but no UARTs). Is there a mistake Im making or my STM doest normally have any UART(if thats possible)? Where can I select UART? (https://i.stack.imgur.com/4fpuU.png)

1

There are 1 best solutions below

0
simon_lee On

You can use USART instead, in setting parameters choose Mode: Asynchronous (it will be the same as UART).