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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/04/08 17:12
Read: times


 
#155500 - the fact is ....
Responding to: ???'s previous message
... that to expect Keil to provide complete and error free header files for all 4711 deriatives is just asking too much.

Erik

PS I never use them, the "standard system" for header files leads to way too many misses in a global search. And missing a place where a bit is manipulated can lead to veeeeery long debugging sessions.

as an example, here is my TCON for 93x

sfr     SF_TCON         = 0x88;
  sbit    SB_TCON_IT0     = 0x88;
  #define SM_TCON_IT0       0x01
  sbit    SB_TCON_IE0     = 0x89;
  #define SM_TCON_IE0       0x02
  sbit    SB_TCON_IT1     = 0x8A;
  #define SM_TCON_IT1       0x04
  sbit    SB_TCON_IE1     = 0x8B;
  #define SM_TCON_IE1       0x08
  sbit    SB_TCON_TR0     = 0x8C;
  #define SM_TCON_TR0       0x10
  sbit    SB_TCON_TF0     = 0x8D;
  sbit    SB_TCON_TR1     = 0x8E;
  #define SM_TCON_TR1       0x40
  sbit    SB_TCON_TF1     = 0x8F;


List of 6 messages in thread
TopicAuthorDate
Interesting new LPC924 code problem            01/01/70 00:00      
   Additional note            01/01/70 00:00      
      check reg924.h file            01/01/70 00:00      
   Go to the horse's mouth?            01/01/70 00:00      
      Actually that was a good place to start but...            01/01/70 00:00      
   the fact is ....            01/01/70 00:00      

Back to Subject List