USART2 is not working in NUCLEO-G491RE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-08 2:07 AM - last edited on ‎2024-07-08 2:16 AM by mƎALLEm
Hi STM Community,
I was trying to use USART2 on NUCLEO-G491RE board, but it is disabled from the start.
It is highlighted in Pink and I am not able to edit it. Can you please tell me how to make it work ?
Thank you. Appreciate it.
Regards,
STMUSER
Solved! Go to Solution.
- Labels:
-
STM32G4 Series
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-08 2:15 AM - edited ‎2024-07-08 3:49 AM
Hello,
Check if USART2 is already selected in the Bsp menu:
If it's the case you no more need to configure it in Connectivity menu.
Unless you need to customise the configuration. in that case disable it from the Bsp menu and USART2 will be available in the Connectivity menu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-08 2:15 AM - edited ‎2024-07-08 3:49 AM
Hello,
Check if USART2 is already selected in the Bsp menu:
If it's the case you no more need to configure it in Connectivity menu.
Unless you need to customise the configuration. in that case disable it from the Bsp menu and USART2 will be available in the Connectivity menu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-08 12:12 PM
LPUART1 and UART2 uses the same RX/TX pins. You currently have LPUART1 enabled so that is why you can't use UART2. If you don't need the LPUART1 then disable it. Then you will be able to select UART2.
TimerCallback tutorial! | UART and DMA Idle tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-09 4:39 AM
Thank you. Appreciate your reply.
