Created Sun, 21 Apr 2013 21:22:06 +0000 by tsalzmann
Sun, 21 Apr 2013 21:22:06 +0000
I have a max32 and I'm having problems with one of the digital ports. It seems that when i set HIGH on the digital port of number 51, only 0.95 volts are coming out instead of the 3.3V. Is there any possible solution?
Tanks in advance.
Sun, 21 Apr 2013 22:35:45 +0000
Are you sure you've switched the port to output with a pinMode() first?
Mon, 22 Apr 2013 01:13:39 +0000
Yes, I did it already
Wed, 24 Apr 2013 23:01:01 +0000
Are you using SPI?
It could be that the system is toggling the HIGH/LOW so fast it looks like 1V.