Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/31/02 15:13
Read: times


 
#35293 - RE: P89C557E4
What do i need to do to use P1 as output ports? Just writing to them doesn't seem to have any effect
If the chip is not bad, the following can be the cause:
1) code not running.
2) wrong SFR address (check generated machine code in assembler listing).
3) hardware holding the pins up or down (cut a trace to test).
4) bad code.
5) ignored assembler/compiler/linker errors or warnings.


Make the simplest possible program
loop: set p1
clear p1
goto loop


If it does not work, post it here

Erik

List of 15 messages in thread
TopicAuthorDate
P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      
RE: P89C557E4            01/01/70 00:00      

Back to Subject List