• Can not simulate AT89C51CC03 EEPROM write access
    Hello I wrote the following little test program: #include "at89c51cc03.h" // Write EEPROM 8-bit 'val' at address 'adr' void Write_8bit_EEPROM (unsigned int adr, unsigned char val) { EA = 0;...
  • Can not simulate AT89C51CC03 EEPROM write access
    Hello I wrote the following little test program: #include "at89c51cc03.h" // Write EEPROM 8-bit 'val' at address 'adr' void Write_8bit_EEPROM (unsigned int adr, unsigned char val) { EA = 0;...
  • 89s8252 internal EEPROM Write
    I had written a code in c for read and write the data to internal EEPROM as a char.Now I want to wriye it as a int or float then what i have to do? Is it any way to access the the int as a char so that...
  • 89s8252 internal EEPROM Write
    I had written a code in c for read and write the data to internal EEPROM as a char.Now I want to wriye it as a int or float then what i have to do? Is it any way to access the the int as a char so that...
  • How often can i write to the internal flash (XC167)
    Can somebody tell me how often i can write to the internal flash of the xc167 controller? i'm doing a lot of tests and therefore i'm programming the flash very often and right now i am a little bit afraid...