Low output voltage
Robert B
Posts: 14
I am using an output to control an N channel mosfet but have been getting a low output voltage from the propeller chip 1.62V instead of the advertised 3.3V . I am using an OUTA command and a short loop to control the time the output stays high. I had been using a 10K resistor·pulling the gate of the mosfet down so it wasnt floating but even removing the·resistor did not bring the output up to its claimed 3.3V. The voltage regulator feeding the propeller has been sitting rock steady at 3.3V. Am I missing anything or does anybody know how to ensure I get the 3.3V output.·
Comments
-Phil
outa[noparse][[/noparse]14]~~
outa[noparse][[/noparse]9]~~
waitcnt (clkfreq / 3 + cnt)
outa[noparse][[/noparse]14]~
outa[noparse][[/noparse]9]~
waitcnt(clkfreq / 2 + cnt)
-Phil
-Phil