• 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;...
  • XC888 Reset behaviour ???
    We are currently having a bit of difficulty with the Infineon micros. I think that this problem might have been around before but I might have missed it when I debugged the system months ago. An...
  • Strange reset behaviour
    I am using the Accutron prototyping board with the ADuC841 controller to develop an application that converts voltages to power to display power, VSWR and temperature and displays the results on a 4...
  • Philips 8031 chip keeps reseting
    My company is using Philips 8031 chip. The new batch of chips we received, every one of them keeps reseting itself when when it come accross the PRINTF statement !!! The c-code works fine with the...
  • LPC2148 Reset source Identification
    hi, I need to find out whether the LPC2148 is reset due to POR(power-on reset) or by the RESET pin becoming low. As per the user manual UM10139, I read about the RESET SOURCE IDENTIFICATION REGISTER...