Skip to main content
Visitor II
August 16, 2021
Solved

Where to find UCPD1_CC2 pin definition? USB-PD with only CC1 pin?

  • August 16, 2021
  • 1 reply
  • 1974 views

Hi there. It appears that the STM32G0B1KET LQFP32 MCU lacks a UCPD1_CC2 pin. For this reason I have a couple questions.

  • Can another pin be set to something that will function the same as the UCPD1_CC2 pin?
    • Can UCPD_DBCC1 and UCPD_DBCC2 be used for normal USB-PD functionality aside from dead-battery support?
  • Can USB-PD be implemented with just the UCPD1_CC1 pin?

    This topic has been closed for replies.
    Best answer by Yohann M.

    Dear @NYou.1​ 

    A application like STM32G071B-DISCO is clearly an application which can be done with 1 CC line.

    UCPD_CC1 line is directly connected to the CC line available in the cable.

    Regards,

    Yohann

    1 reply

    Super User
    August 16, 2021

    You can't assign CC2 to another pin. Since it's not exposed, you can only do things that do not require use of that pin. Seems like you need both CC pins for USB-PD.

    NYou.1Author
    Visitor II
    August 16, 2021

    So I guess the question becomes: What can we do with the UCPD_CC1 Pin? What is the purpose of only having one?

    Yohann M.Answer
    ST Employee
    August 17, 2021

    Dear @NYou.1​ 

    A application like STM32G071B-DISCO is clearly an application which can be done with 1 CC line.

    UCPD_CC1 line is directly connected to the CC line available in the cable.

    Regards,

    Yohann