• PWN without output, comparor etc.
    I'm just getting started with STM32, so I apologize for a possible trivial question. I'm trying to find the optimal solution for this task The internal comparator compares the voltage Uss to the reference...
  • PWN without output, comparor etc.
    I'm just getting started with STM32, so I apologize for a possible trivial question. I'm trying to find the optimal solution for this task The internal comparator compares the voltage Uss to the reference...
  • How to enable GPIO PIN interrupt in LPC1837
    Hi, I am trying to enable GPIO PIN interrupts using following procedure, But not getting why flags in IST itself not setting. Please anyone point what went wrong here my code: NVIC_DisableIRQ...
  • How to enable GPIO PIN interrupt in LPC1837
    Hi, I am trying to enable GPIO PIN interrupts using following procedure, But not getting why flags in IST itself not setting. Please anyone point what went wrong here my code: NVIC_DisableIRQ...
  • How to use a GPIO pin to do Rx's job
    Hi, Are there any examples or any information about how to use a GPIO pin to achieve Rx function? The baud rate is at 4800, 8 N 1, and no flow control. I plan to do the following but I have a problem...