Part Number: TIDM-1000
Tool/software: Code Composer Studio
Hi,
How is the value of 1.32 in (VIENNA_vBUSRef_pu) configure in the code? In what line of the code composer studio?
Thank you,
Neguse G.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TIDM-1000
Tool/software: Code Composer Studio
Hi,
How is the value of 1.32 in (VIENNA_vBUSRef_pu) configure in the code? In what line of the code composer studio?
Thank you,
Neguse G.
Hi Negus,
Which device are you using? if it is f2837x or f28004x, it is preset by the code below in Vienna.c
VIENNA_vBusRef_pu = ((float32_t)VIENNA_VBUS_REF_SET_VOLTS /
(float32_t)VIENNA_V_MAX_SENSE_VOLTS );
If it is f2838x, it is also possible to be set through ethernet GUI.
VIENNA_vBusRef_pu = ETHERNET_vBusRef_pu;
Regards,
Chen