[SOLVED] Configuration settings in IFX configwizard

Announcements

Webinar: Integrated solutions for smaller, simpler low-voltage motor control design.
Join the webinar to experience!

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello,

Can anyone please tell me how much voltage and current I should give for activating MOSFET bridge driver in motor control application and ADC 2 channel configuration settings in TLE9879QXA40 board?

Thanks
0 Likes
1 Reply
Mc-Key
Employee
Employee
Welcome!
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/threads/5623-TLE9879-Eval-Kit-Bridge-drive-Not-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.
0 Likes