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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/11/06 12:15
Read: times


 
#120012 - It is not "code arch", it is CodeArchitect and the
Responding to: ???'s previous message
Will code arch code support c8051f005
It is not "code arch", it is CodeArchitect and the answer is yes, with the exception of the clocking setup and - of course - some SFR renames (SILabs like to confuse you with different names for SFRs) and the setting of the SFRPAGE. the process takes less than 10 minutes.

the only part that need be different (except renaming and SFRPAGE) is this (an example)
////////////////////////////////////////////////////////////
//
//  FUNCTION: void IICinit (void);
//
//  common init routines for all LPC932 using IIC
//
void IICinit (void)
{
  SG_SFRPAGE  = 0;
  // configure internal SCL generator
  S0_SMB0CR   = 0xc9;    // SMBUS 0 CLOCK RATE 100kHz
...
the rest of this routine is the same as CodeArchitect

Erik






List of 10 messages in thread
TopicAuthorDate
help pcf8583 interfacing with C8051f005            01/01/70 00:00      
   switch case??            01/01/70 00:00      
   What about the Bit-banged version?            01/01/70 00:00      
      bit vank version            01/01/70 00:00      
         that is a mistake, you will get faster processing            01/01/70 00:00      
   use CodeArchitect            01/01/70 00:00      
      while code arch code support c8051f005            01/01/70 00:00      
         It is not "code arch", it is CodeArchitect and the            01/01/70 00:00      
   I just realize you have a fundamental error            01/01/70 00:00      
      and I did a thing I often do ...            01/01/70 00:00      

Back to Subject List