• READWRITE with MON51
    Has anyone set a memory breakpoint using the debug monitor under uVision? I found a technote that says BS READWRITE BYTE(X:0x0000) should work, but it doesn't seem to. Wassup??
  • 89s8252 Internal EEPROM
    How to see the content of internal EEPROM of 89s8252
  • Using onchip EEPROM in 89S8252
    Could anyone tell me how to use onchip EEPROM in 89S8252 ? Kindly give me C language instructions
  • initiate eeprom for 89s8252
    Hello, every body! Now, I'm having a problem. Can you help me? I have a project and i want to initializes some variation in eeprom. This variation will be written when i "burn" eeprom. What directive...
  • 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...