cancel
Showing results for 
Search instead for 
Did you mean: 

why STM32CubeMX shows a conflict ?

SA.17
Associate III

I am using stm32L072RB MCU,

When I am assigning pins using STM32CubeMX ,why it shows conflict for some pins ,and is it very critical ?

For E.g. -

USB

Status:

Partly disabled conflict with:

PC9 mapped with GPIO_output or/and

SYS: Serial Debug Wire

Where i have assigned USB to PA12 and PA11 pins not to PC9

2 REPLIES 2
berendi
Principal

It is showing conflict for the USB_NOE pin, which can be mapped to PC9 or PA13 (SWD debugger I/O). Just ignore it.

As long as you can configure the pins you want to use, you can safely ignore the yellow ! signs.

Ozone
Lead

Reconfiguring the JTAG/SWD pins at runtime will disable the debugger, causing possible issues when trying to reconnect or flash.

Unless you know what you do and have no other option, leave the debug pins alone.