Schematic Design Review Checklist
SCL appears only on Net (U1 - SCL) (only U1:SCL). The SCL portal is present but not actually connected to that net.SDA appears only on Net (SDA - P1) (only U1:SDA). The SDA portal is present but not connected.INT_N appears only on Net (U1 - INT_N) (only U1:INT_N). The FUSB302_INT portal is present but not connected.U1:SCL, wire SDA to U1:SDA, and wire FUSB302_INT to U1:INT_N.P1, but R3 P2 only connects to D1 IO4 on Net (D1 - IO4). The USB_D portals exist but are not connected to either side of R3.P1, but R1 P2 only connects to D1 IO3 on Net (R1 - P2). The USB_D- portals exist but are not connected.SCL/SDA to a supply rail. Datasheet “Recommended Component Values” calls for I2C pull-up resistors (typ 4.7 kΩ) to a pull-up voltage between 1.71 V and VDD.INT_N is an open-drain output and needs an external pull-up. Datasheet reference schematic shows an INT_N pull-up (min 1.0 kΩ, typ 4.7 kΩ).VCONN pins (12, 13) are connected to Net (U1 - VDD) (same net as VDD pins 3, 4).VCONN is a regulated input intended to be switched onto the CC pin as VCONN, and the reference schematic shows VCONN as a separate supply net (with its own decoupling distinct from VDD).VCONN onto its own net/supply (instead of shorting it to VDD), and decouple it per the reference schematic approach.
anttituni
copilot
Pin 1 (CC1)on the USB Type-C connector should connect toU1:CC1(pins 10 and 11).Pin 11 (CC2)on the USB Type-C connector should connect toU1:CC2(pins 1 and 14).+5Vnet (which should be your source VBUS voltage, typically 5V) toU1:VDD(pins 3 and 4) for the chip's power supply. This connection supports the initial operation of the FUSB302BMPX before negotiating for 12V.GND) are interconnected among all components, including theU1:GND(pin 8, 9) and theUSB Type-C GND.U1:SCL(pin 6) to theSCLnet.U1:SDA(pin 7) to theSDAnet.U1:INT_N(pin 5) to theFUSB302_INTnet to enable the host microcontroller to react to PD-related events and status changes.anttituni
copilot
USB Type-C:CC1toU1:CC1andUSB Type-C:CC2toU1:CC2.+5VtoU1:VDD. Ground connections should also be consistent across the board to provide a stable operation environment for the PD negotiation.INT_Npin to manage interrupts generated by the FUSB302BMPX in response to PD events. This pin would typically be connected to an interrupt-capable GPIO on your microcontroller, allowing your firmware to respond to changes in PD status or errors.anttituni
copilot
anttituni
copilot