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.

Measure Speed Using F28335

Hi, I using F28335 for motor control purpose. I saw in the example which control has, it is told to see the analog signal using PWMDAC output. I tried this thing using this command 

pwmdac1.MfuncC1 = speed1.SpeedRpm;
pwmdac1.MfuncC2 = speed1.Speed;
PWMDAC_MACRO(6,pwmdac1).

But i did not see any output in that pin. I used RC filter and also tried to see not using filter. But failed. But i could see the rotor position using PWMDAC. 

Can anybody tell me how to measure the speed in scope using F28335?

Arafat