• p89V51rd2bn not getting programmed
    hello, recently i have purchased an ic P89v51RD2BN which is not getting programmed, in flash magic it gives reset the device into ISP mode!!!, and when i pressed reset switch hex file/program is not...
  • p89v51rd2bn programming issue
    hello, recently i have purchased an ic P89v51RD2BN which is not getting programmed, in flash magic it gives reset the device into ISP mode!!!, and when i pressed reset switch hex file/program is not...
  • Watchdog timer in P89V51RD2BN
    Hi, Am Working on Watchdog timer in P89V51RD2. But Am not getting the result. My code is WDTC|=0x18; // Enable OUT and Reset WDTD=count; // Load Count to Reg WDTC|=0x01; // Start WDT On...
  • p89v51rd2bn code not working
    hai....now i am using guava pi development board for programming ,in this board have 89v51rd2 controller,i was used flash magic and tested led blinking code and lcd hex code files given by the kits &...
  • Get current program coutner
    I'm looking for a way to get the current program counter. I adapted the function __get_PSP() from core_cmFunc.h in the following way: __STATIC_INLINE uint32_t __get_PC(void) { register uint32_t...