O quão rápido o carregamento pode ser útil
Com o aumento da capacidade das baterias dos telefones, foi necessário aumentar a potência dos carregadores para atingir um curto tempo de carregamento, para o qual foi necessário aumentar a potência de saída: tensão, corrente. Assim, os carregadores com Quick Charge 3.0, além de 5 V, podem fornecer 9V / 12V / 20V + a capacidade de ajuste em incrementos de 0,2 V (até 12 V).
Tendo em vista a prevalência de dispositivos de memória com essa tecnologia, há interesse em usá-los para obter aumento de tensão sem conversores adicionais.
Diagrama de conexão
O circuito apresentado permitirá que os pinos configurados como uma saída push-pull forneçam os valores de tensão desejados para os pinos DN , DP :
Ambas as conclusões são negativas
|
0 pol
|
O terminal superior é positivo e o terminal inferior é negativo
|
0,6 V
|
Ambas as conclusões para o positivo
|
3,3 V
|
Configuração em STM32CubeMX
(Output Push Pull) (No pull-up and no pull-down) ( -> Enter User Label).

Quick Charge
QC 2.0 ( CHY100)
DN, DP DP, 0.325 2 ( 0.6 ) 1.25 . DN ( 0.325 ) 1 . , , :
QC 3.0 ( FAN6290Q)
200 , , Continuous Mode:
(5/9/12), (DN: 3.3 , DP: 0.6-3.3-0.6), (DP: 0.6 , DN: 3.3-0.6-3.3).
HAL, -, :
void QC_GPIO_9V(void){
/* DP: 0.6V; DN: 0.6V - preset */
HAL_GPIO_WritePin(QC_DP_UP_GPIO_Port, QC_DP_UP_Pin, GPIO_PIN_SET);
HAL_GPIO_WritePin(QC_DP_DOWN_GPIO_Port, QC_DP_DOWN_Pin, GPIO_PIN_RESET);
HAL_GPIO_WritePin(QC_DN_UP_GPIO_Port, QC_DN_UP_Pin, GPIO_PIN_SET);
HAL_GPIO_WritePin(QC_DN_DOWN_GPIO_Port, QC_DN_DOWN_Pin, GPIO_PIN_RESET);
HAL_Delay(1250); /* min 1.25s */
/* DP: 0.6V; DN: 0V */
HAL_GPIO_WritePin(QC_DN_UP_GPIO_Port, QC_DN_UP_Pin, GPIO_PIN_RESET);
HAL_Delay(1); /* min 1ms */
/* DP: 3.3V; DN: 0.6V for 9V */
HAL_GPIO_WritePin(QC_DP_UP_GPIO_Port, QC_DP_UP_Pin, GPIO_PIN_SET);
HAL_GPIO_WritePin(QC_DP_DOWN_GPIO_Port, QC_DP_DOWN_Pin, GPIO_PIN_SET);
HAL_GPIO_WritePin(QC_DN_UP_GPIO_Port, QC_DN_UP_Pin, GPIO_PIN_SET);
HAL_GPIO_WritePin(QC_DN_DOWN_GPIO_Port, QC_DN_DOWN_Pin, GPIO_PIN_RESET);
}
:
QC_GPIO_5V();
QC_GPIO_9V();
QC_GPIO_12V();
QC_GPIO_20V();
QC_GPIO_Reg();
QC_GPIO_Dec();
QC_GPIO_Inc();
STM32CubeIDE GitHub: Quick-Charge-STM32-HAL
( QC 3.0):

:

:

USB Type-C 5.1 CC1, CC2 GND, UFP (Upstream Facing Port).
, , .
, ( VBUS 3.3 ) — "".
USB-A USB-C
, 65 USB Type-C.

, 4.2 , 3.7 .

Power Delivery (PD), Quick Charge (QC), .
, 20 , . , , .