Posted on May 04, 2009 at 12:29Hi, I use ST7lite29 with internal oscillator. My options bytes are: Write Protection: OFF Read Out: ON SEC: 4K OSCRANGE: ReservedWDG_HALT: not reset in halt WDG_SW: Software LVD: medium OSC: RC oscillator ON PLL Enalbl...
Posted on January 30, 2009 at 04:48Hi, I use C language. I can reporto the .LST file generated by compiler. C language: EECSR |= BIT_1; // E2LAT = 1 EEPROM[INDICE_EEPROM] = MyVar; EECSR |= BIT_0; // E2PGM = 1, inizio scrittura while (EECSR & BIT_1) ...
Posted on January 29, 2009 at 08:32Hi, I have a question about theory of pointer. I use ST7Lite19F and 29F. I use old compiler Hiware. I have a problem and I don't understand if it is a limit of microcontroller or a compiler problem! If I write: Var...
Posted on July 23, 2008 at 20:05Hi, there are some libraries for generate random integer? Now I have used srand() and rand() of Hiware. srand() setting start value. rand() generate random integer binded of start value. star value = ADC1 + ADC2 ADC1=...