Hi All
Looked at this a little bit further..... I now believe it is RB5/AN13/T1G Causing me the issue.
Maybe the T1G Timer ??
How do I disable this and make the port just a DI
Many thanks
Andy
Hi All
Looked at this a little bit further..... I now believe it is RB5/AN13/T1G Causing me the issue.
Maybe the T1G Timer ??
How do I disable this and make the port just a DI
Many thanks
Andy
TRISB = 15
You're only setting RB0-RB3 as inputs
You have porta set to output try with resistor 4K7 between RA5 and VCC.
Just a tip for visual people like me:
- use individual bits for fuses, it's much easier to determine which bit is ON or OFF.
For example:
TRISB=%00001111
versus
TRISB=$0F
versus
TRISB=15
Robert
![]()
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
Andy, Make sure CM2CON1 is set to all zero's.
CM2CON1 = %00000000
This register defaults to T1GSS to T1G enabled at power on. I don't however believe that is the problem.
Dave Purola,
N8NTA
EN82fn
Bookmarks