Hey All, was wondering if someone could help me out with a couple of warnings I'm getting in KiCad. This is from the tutorial video from Phil's Lab on building out a PCB with the STM32 chip. Here's the warning's I'm getting when I run ERC -> https://github.com/CodingInGreen/project_green_storm/blob/master/ERC_Warnings/ERC_Warnings.png Here's the my schematic in PDF -> https://github.com/CodingInGreen/project_green_storm/blob/master/green_storm.pdf I think the problem might be that Pins 5 and Pins 6 are used in both U2 (Microcontroller) and in J1 (USB_B_Micro), but I'm not sure if that would cause me any actual problems as I proceed to future steps. Thanks all!