chipKIT® Development Platform

Inspired by Arduino™

Only 0.95V from digital port?

Created Sun, 21 Apr 2013 21:22:06 +0000 by tsalzmann


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.


majenko

Sun, 21 Apr 2013 22:35:45 +0000

Are you sure you've switched the port to output with a pinMode() first?


tsalzmann

Mon, 22 Apr 2013 01:13:39 +0000

Yes, I did it already


rasmadrak

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.