Without seeing your schematic, my guess would be the Read-Modify-Write issue documented in the data sheet. Try to write to PORTA as a whole rather than in bits to confirm this is the issue.
Without seeing your schematic, my guess would be the Read-Modify-Write issue documented in the data sheet. Try to write to PORTA as a whole rather than in bits to confirm this is the issue.
Resistor-led-pin, that's all![]()
Strange, and how to write PORTA in whole? like this?
PORTA=%00000001
?
It does not work, even setting PORTA.1=1 does nothing
Try
Code:SIKO: PORTA=%00000011 PAUSE 500 PORTA=%00000000 PAUSE 500 GOTO SIKO
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!
Everybody together now:
Remember to disable analog functions...
Remember to disable analog functions...
Remember to disable analog functions...
/Henrik.
628A has analog functions?
P.S. I do have CMCON disabled...
Bookmarks