• I2C Page Write problem
    If a problem with the I2C-Bus. I use a 80C515C and a Philips PCF8582C2T EEPROM. I can write one or two bytes without problems. But when I write more than two bytes (for excample eight bytes) I can do...
  • PROBLEM IN PAGE WRITE IN AT24C64
    Hi, Getting problem if more than 32 bytes written to 24c64 EEPROM using 89C51. How to increment the page using word address?
  • Flash Bank2 Pages Write / Erase Problem
    Hi! I try to erase Bank2 using this code: //Pages = 0x08080000;//bank2 start adress FLASH_UnlockBank2(); FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_PGERR | FLASH_FLAG_WRPRTERR); FLASH_Status1...
  • How do I know which flash page to erase to subsequently write to it?
    I have been asked to write an application to be able to change some variables during runtime and be able to store them in non-volatile memory (flash). I read the C8051f507 datasheet and the process to...
  • flash prog algorithm page size
    Hello, I want to write a new flash algorithm for a nor flash S29GL512N. www.spansion.com/.../s29gl-n_00_b8_e.pdf Could someone tell me the exact page size of this flash device? I can't find...