Other Parts Discussed in Thread: BQ25750
Tool/software:
---> above snippet from BQ25756 charger controller data sheet and here the mention some functionality or feature of the charger controller so i list some features and created functions with description for external STM microcontroller.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FUNCTIONS for BQ25756 Features | DESCRIPTIONS |
-------------------------------------------------------------------------------------------------------- -|------------------------------------------------------------------------------------------------------------|
HAL_StatusTypeDef BQ25756_SetOverVoltageLimit(uint8_t value); | Sets the over-voltage limit on the BQ25756 charger controller.
HAL_StatusTypeDef BQ25756_SetUnderVoltageLimit(uint8_t value); | Sets the under-voltage limit on the BQ25756 charger controller.
HAL_StatusTypeDef BQ25756_SetUnderCurrentLimit(uint8_t value); | Sets the under-current limit on the BQ25756 charger controller.
HAL_StatusTypeDef BQ25756_SetChargingSafetyTimer(uint8_t value); | Sets the charging safety timer on the BQ25756 charger controller.
HAL_StatusTypeDef BQ25756_ReadAdapterStatus(uint8_t *status); | Reads the adapter present status from the BQ25756 charger controller.
HAL_StatusTypeDef BQ25756_ReadChargerOperationStatus(uint8_t *status); | Reads the charger operation status from the BQ25756 charger controller.
HAL_StatusTypeDef BQ25756_SetAutonomousChargingMode(uint8_t value); | Sets the autonomous charging mode on the BQ25756 charger controller.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----> Now i need to know what are the features and functionalities list that BQ25756 can Support