Posted on August 02, 2004 at 14:32I'm trying to read and write to the EEPROM with no sucess. This is my code unsigned char *EEPROM = (unsigned char *) 0x1002; //Write EECSR = 0x02; //EEPROM write mode * EEPROM = 0x20; EECSR = 0x03; //Start Progra...
Posted on May 18, 2004 at 13:58I want to read the RCCR0 register then load it into the RCCR register to accurately set my clock speed. I tried using a pointer to address (0x01000h) as it states in the user manual but this didn't seem to work. Any id...
Posted on March 22, 2004 at 10:00I'm using an ST7FLITE09 and was wondering what is the maximum frequency I can sample. From the datasheet I see tCONV = tSAMPLE + tHOLD where tHOLD is 8 cycles. But how many cycles is tSAMPLE and how is the number of ...