Skip to main content
Associate II
August 3, 2026
Solved

USART3 (VCP) Mode stuck on "Disable" and greyed out in CubeMX — NUCLEO-H755ZI-Q dual-core project

  • August 3, 2026
  • 2 replies
  • 44 views

I'm working on a dual-core project (Cortex-M7 + M4) for the NUCLEO-H755ZI-Q board in CubeMX/CubeIDE.

I created the project using Board Selector (searched "NUCLEO-H755ZI-Q", selected the board, accepted the default LED/Button/Virtual Com Port options popup). Despite this, USART3's Mode dropdown is stuck on "Disable" and greyed out/unselectable in the peripheral configuration panel.

Pins PD8/PD9 initially showed as "under BSP control". I right-clicked on PD8/PD9 in the pinout view and manually assigned them as USART3_TX and USART3_RX. The pins now show these labels correctly on the diagram — but the USART3 Mode dropdown is still stuck on "Disable" and I still cannot select Asynchronous mode, set baud rate, or configure anything.

I also tried:

  • Toggling the M7 core-assignment checkbox off/on for USART3
  • Creating a brand new project from scratch via Board Selector (same issue every time)



     
  • What to do ? 
Best answer by Souhaib MAZHOUD

Hello ​@dinesh_ee_bme_72 

You should uncheck Virtual com Port in BSP configuration to complete your configuration with USART3;

 

KR, Souhaib

2 replies

Souhaib MAZHOUDBest answer
ST Technical Moderator
August 3, 2026

Hello ​@dinesh_ee_bme_72 

You should uncheck Virtual com Port in BSP configuration to complete your configuration with USART3;

 

KR, Souhaib

To give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question.
Associate II
August 6, 2026

it worked  Thanks