Posted on April 22, 2004 at 06:40 Ok here is my main code: //Portinit PADDR = 0x7E; // PORTA: bits 1,2,3,4,5,6 (output=1)/ 0,7 Input PAOR = 0x7E; // PushPull PADR = 0x81; // Outputs 0 setzen PBDDR = 0x11; // Port B: bits 0&4...
Posted on April 20, 2004 at 13:00 Hey Jatin, What are the instructions you use to switch from interrupt enable to disable mode? I use the instruction with modifieing the I/O Register. With SetBit(PAOR,0) I enable the External Interrupt 0 ...
Posted on April 19, 2004 at 12:29Hey all, Controller: ST7FLITE09 can someone tell me how I can disable my external interrupt?? I have a timer interrupt, so it's not possible to disable all Interrupts. I looked in the manual and I understood it like ...
Posted on April 19, 2004 at 11:53Thanks for your information, I thought it is a little bit strange that the two option Bytes have just one signals!!! I already tried it with the external oscillator, but it doesn't work at all! Thanks for your help, ...
Posted on April 15, 2004 at 12:13Again me, today I found out that I have just HI-Signals on my Option Bytes!?! Is it possible that my read out doesn't work? I checked all connections, that shouldn't be the problem. Ok, now everything! I have the ind...