• AT89C51ED2
    I am trying to start a project using the AT89C51ED2 and uVision 2.03. However, cannot find header files or support files for the ED2 version of this 80C51. Can't find support at Keil website or at...
  • programming AT89C51ED2 !!!???
    HI I have purchased AT89C51ED2 . I want to know if there is any difference between this IC and AT89S52 IN programming. I mean is 89c51ed2 compleltely compatible with 89s52 ??? and can I use the same...
  • Trouble with AT89C51ED2
    i have bought a mini-board that has an ICP connection and was trying to program it using keil uvision3. since i use my laptop, i had to interface the USB with RS232, so i used USB to DB9 serial port...
  • Watchdog
    When a watchdog timeout occurs, it could be the result of many causes. The code could be 'out in space' due to a bad pointer corrupting anything it wants to. It could be due to a fault condition that...
  • Using watchdog?
    Hi, I'm trying to setup watchdog but it deosn't run Any hints? #include <Reg935.h> void InizWatchDog(void); void WatchDogFeed(void); void ResetSW(void); void StartWatchdog(void); void main(...