Can any one suggest me a documents for the current measurement and QEP for TMS320F2812 please.
HOW TO SET THE ADC CHANNELS AS WELL
ILEG2DCBUSMEAS ilg2_vdc1 = ILEG2DCBUSMEAS_DEFAULTS;
QEP qep1 = QEP_DEFAULTS;
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.
Can any one suggest me a documents for the current measurement and QEP for TMS320F2812 please.
HOW TO SET THE ADC CHANNELS AS WELL
ILEG2DCBUSMEAS ilg2_vdc1 = ILEG2DCBUSMEAS_DEFAULTS;
QEP qep1 = QEP_DEFAULTS;
The output ports after modification of the controller in our university to use it for 2 BLDC motors
#define LED6 GpioDataRegs.GPADAT.bit.GPIOA15 // added by sudhansu
#define LED7 GpioDataRegs.GPADAT.bit.GPIOA14 // added by sudhansu
#define LED8 GpioDataRegs.GPADAT.bit.GPIOA13 // added by sudhansu
//#define LED4 GpioDataRegs.GPBDAT.bit.GPIOB10 // added by sudhansu
#define M2_E GpioDataRegs.GPBDAT.bit.GPIOB11 // added by sudhansu
#define M1_E GpioDataRegs.GPBDAT.bit.GPIOB12 // added by sudhansu
#define X_1 GpioDataRegs.GPBDAT.bit.GPIOB13 // added by sudhansu
#define X_2 GpioDataRegs.GPBDAT.bit.GPIOB14 // added by sudhansu
Please check the project PMSM3_1A.C and F281X_EN.C
I am able to run the Build level one.
THE PROBLEM IN EVERY STUDENT LIFE HERE IS NO ONE FROM TI EXPLAINS THE PROGRAM , HOW TO CONFIGURE THE ADC AND NO DOCS AVAILABLE EXCEPT THE LAB FROM WIKI WHICH I DOWNLOADED. AT LEAST IF SOME ONE CREATES A VIDEO TUTORIAL ON THE 15 LAB EXPERIMENTS WE WOULD HAVE BEEN IN A STABLE POSITION
WHAT i AM TRYING TO DO IS
" https://www.youtube.com/watch?v=gxlYRZRz988 "https://www.youtube.com/watch?v=A-Ji2VdQEKY "
I am looking at position control of the BLDC , but I have used sprc129 and also sprc179 both are similar but one extral PID is added for postn control.