• Watchdog reset Philips 89v51RD2
    Hello All! I want to reset 89v51RD2 in less than 1 ms after external Interrupt. i wrote this code void external(void) interrupt 0 // External INT0 ISR { EA = 0; // interrupt disable WDRE=1;...
  • 89V51RD2
    Which header file we use for 89V51RD2. I use 89C51RD2 header but it not work properly. Please reply me.
  • I need help to choose a protocol!
    Hi. My name is Rodrigo and I'm working in a project that contains 2 device connected by means of a serial line. Now, I need to implement a protocol that will support a common communication between...
  • SPI Protocol Problem in AT89C51ED2
    Hi Frnds, I am working on a SPI based ADC MCP3202, using Atmel 89C51ED2 micro controller..,I am facing problem in Implementation of protocol. 1. The ADC is of 12 bit ADC, but the problem is...
  • spi interfacing with 93c56 eeprom to 89v51rd2 controller coding
    i want to know about how to interface spi with 93c56 eeprom to 89v51rd2 micro controller and also i want the sample 'c' code for it.