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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/27/05 15:17
Read: times


 
#103038 - Definition
Responding to: ???'s previous message
I do use this port for normal I/O functions, namely to read a keypad. Here goes the previous port configuration:

sfr ADINS = 0xA3;
sfr ADCON0 = 0x8E;
sfr ADCON1 = 0x97;
sfr ADMODA = 0xC0;
sfr ADMODB = 0xA1;
sfr ADINS = 0xA3;

Port0CFG1 EQU 10000000B
Port0CFG2 EQU 01111000B

MOV P0M1,#Port0CFG1
MOV P0M2,#Port0CFG2
MOV KBMASK,#00000111B
MOV KBPATN,#0x087
MOV KBCON,#0x000


List of 16 messages in thread
TopicAuthorDate
A/D on the Philips LPC933            01/01/70 00:00      
   codearchitect            01/01/70 00:00      
   Assembler            01/01/70 00:00      
      any compiler I know of for the '51 will            01/01/70 00:00      
         Assembler            01/01/70 00:00      
            I doubt any members here are psychic eno            01/01/70 00:00      
               Assembler            01/01/70 00:00      
                  please explain            01/01/70 00:00      
                     Assembler            01/01/70 00:00      
                        definition            01/01/70 00:00      
                           more            01/01/70 00:00      
                              Definition            01/01/70 00:00      
                                 I am missing what you want to do            01/01/70 00:00      
                                    I want            01/01/70 00:00      
                                       if anyone is interested, follow the para            01/01/70 00:00      
                                          Still can not find the problem            01/01/70 00:00      

Back to Subject List