Hi,
Can you please further explain what you want to do?
How to activate the Bridgedriver, is already explained in this thread:
https://www.infineonforums.com/threa...ot-Functioning
The Input voltages depends on the different channels of ADC2.
The easiest way to read the ADC2 values is to use the user API functions:
uint16 ADC2_VS_Result_mV(void);
uint16 ADC2_VSD_Result_mV(void);
uint16 ADC2_VCP_Result_mV(void);
uint16 ADC2_MON_Result_mV(void);
uint16 ADC2_VAREF_Result_mV(void);
uint16 ADC2_VDDP_Result_mV(void);
uint16 ADC2_VBG_Result_mV(void);
uint16 ADC2_VDDC_Result_mV(void);
sint16 ADC2_Temp_Result_C(void);
The result values are scaled related to their internal attenuators, units, and the ADC2 resolution.
For more informations and documents please visit:
http://www.infineon.com/tle987x
Best Regards,
M.K.
Can you please further explain what you want to do?
How to activate the Bridgedriver, is already explained in this thread:
https://www.infineonforums.com/threa...ot-Functioning
The Input voltages depends on the different channels of ADC2.
The easiest way to read the ADC2 values is to use the user API functions:
uint16 ADC2_VS_Result_mV(void);
uint16 ADC2_VSD_Result_mV(void);
uint16 ADC2_VCP_Result_mV(void);
uint16 ADC2_MON_Result_mV(void);
uint16 ADC2_VAREF_Result_mV(void);
uint16 ADC2_VDDP_Result_mV(void);
uint16 ADC2_VBG_Result_mV(void);
uint16 ADC2_VDDC_Result_mV(void);
sint16 ADC2_Temp_Result_C(void);
The result values are scaled related to their internal attenuators, units, and the ADC2 resolution.
For more informations and documents please visit:
http://www.infineon.com/tle987x
Best Regards,
M.K.