• 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?
  • Page writing to flash
    Hey Guys, I am writing to my micro's flash one byte at a time using that APP note from NXP (AN10342_1), I saw that it is possible to write a page at a time. How do I go about writing a page at a time...
  • 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...
  • SFR paging problem
    I am having quite a problem using a silabs 8051F120 micro. void DAC_Init() { SFRPAGE = DAC0_PAGE; DAC0CN = 0x84; SFRPAGE = DAC1_PAGE; DAC1CN = 0x00; } As can be seen above I am using two...
  • pdata paging
    Hello, I'm using a Cygnal C8051F020 that has a nice fat 8k SRAM and a nifty register EMI0CN that allows "paging" of the pdata segment into the 8k. 1) How do I get the compiler to accept the fact...