| ??? 11/20/07 16:20 Read: times |
#147270 - Goofy chip Responding to: ???'s previous message |
Here is what I used:
void NvWriteByte(U8 xdata *dptr, U8 val)
{
WMCON |= EEMWE_;
*dptr = val;
while((WMCON&EERDY_) == 1) // Note that each byte now takes
; // 4ms instead of 2.5ms.
while((WMCON&EERDY_) == 0)
;
WMCON &= ~EEMWE_;
}
|
| Topic | Author | Date |
| Problems writing EEPROM on AT89S8253 device | 01/01/70 00:00 | |
| I know this is entirely unhelpful, but... | 01/01/70 00:00 | |
| Try this... | 01/01/70 00:00 | |
| My anser | 01/01/70 00:00 | |
| Goofy chip | 01/01/70 00:00 | |
| Problems writing EEPROM on AT89S8253 device | 01/01/70 00:00 | |
| just to sample a few from this very Forum... | 01/01/70 00:00 | |
in an earlier post I wsrote | 01/01/70 00:00 |



