cancel
Showing results for 
Search instead for 
Did you mean: 

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

NYou.1
Associate II

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

3 REPLIES 3
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".
NYou.1
Associate II

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

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