• Watchdog resets processor after bootloader started.
    The T89C51CC01 has an ISP bootloader that can be started from software. However, it appears that the WDT resets the processor after the bootloader starts running, causing the processor to start running...
  • Watchdog resets processor after bootloader started.
    The T89C51CC01 has an ISP bootloader that can be started from software. However, it appears that the WDT resets the processor after the bootloader starts running, causing the processor to start running...
  • On STM32h753 UART interrupt is working fine after programming the controller using keil but malfunctions after complete power reset ?
    I am working on STM32H753 microcontroller. I want to receive string using UART interrupt and send the same string back on UART. The IDE is keil uvision 5. The problem I am facing is that when I first...
  • On STM32h753 UART interrupt is working fine after programming the controller using keil but malfunctions after complete power reset ?
    I am working on STM32H753 microcontroller. I want to receive string using UART interrupt and send the same string back on UART. The IDE is keil uvision 5. The problem I am facing is that when I first...
  • Problem in LPC2368 I2C START Condition
    hii, I am Working on LPC2368 I2C ,I am facing problem in Start Condition i.e,after setting Start Condition bit ,it is not switching to Interrupt Handler,I am first time writing code for I2c ,Is there...