• AT89S8252 memory write and read problem
    /*------------------------------------------------ Function for memory write ------------------------------------------------*/ void EeWrite() { temp_prog = PROG_NO - 0X30; WMCON |= EEMEN_; WMCON...
  • Read and write EEPROM in AT89S8252
    May I know how to read and write EEPROM in AT89S8252 using C51 of KEIL. There is no external data memory on board.
  • MCP3204 reading problem with At89s8252
    I have a problem about reading mcp3204 serial adc with atmel at89s8252 microcontroller. I am reading digital signal but from 800 to BFF. it must be from 000 to FFF. I written the program below... ...
  • At89s8252
    I am using At89s8252 to develope my project. and i have some difficult now. I need to set the following things, 1. Timer 0 and a time ticker 2. SPI port for serial interfancing 3. Serial port...
  • problem with AT89s8252 internal eeprom
    hello everybody, my name is narender . iam a new be keil. i am doing a project where i need to write data into internal eeprom of atmel 89s8252 microcontroller. i have written a sample code for that purpose...