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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/19/01 13:09
Read: times


 
#10137 - RE: EPROM creation & other problems
Hi all,

Ok, the full code is here (with a revised while loop):

#define PORTC *(char*)0x8002
#define CW8255 *(char*)0x8003

void main(void)
{
CW8255=128;
while (1)
{
delay(5);
PORTC=0xAA;
delay(5)
PORTC=0x55;
}
}


Becasue i defined it this way a line saying "CW8255=128;" is valid.

let me know what you think.

THanks!

Amos




List of 12 messages in thread
TopicAuthorDate
EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      
RE: EPROM creation & other problems            01/01/70 00:00      

Back to Subject List