STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! UM_2967: Error in figures

Page I of this document contains the top and bottom views of the STM32U5A9J-DK board.BUT...Page 17 shows a 'different' picture when describing the configuration of the board for using STLINK-V3E.Is there an updated version of this document that fixes...

RMand by Senior
  • 1170 Views
  • 2 replies
  • 0 kudos

usart receive

USART receive is not providing the output please check and reply me asapselected USART2 made it to asynchronous also enabled global interruptcode lines that i have addeduint8_t txbuf[10]="hello ";uint8_t rxbuf[10]; while (1){/* USER CODE END WHILE */...