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.

Viewing signals from ADC peripherals in Motorware DRV8312-69M kit

Other Parts Discussed in Thread: MOTORWARE, CONTROLSUITE

Hello all,

I am presently using Motorware for trying out motor control techniques in DRV8312-69M BLDC motor control kit. When I worked with Control Suite, it had something called the DLOG channel which i could tag on to the required ADC peripherals and was able to observe the real time waveforms thereof. DLOG uses some kind of .asm language which I am not able to understand. Can someone tell me if there's a easy way for viewing the adc signals, like inveter pole voltages, currents in Motorware codes within the software itself without using an external oscilloscope.

PS: I could create a array variable in the code and store the values of the currents, voltage. But there's a limitation where I can't create one with somewhere larger array with more than 400 elements. ( so i can't have a real time look).

Thanks in advance :)