• Interrups Do not Trigger User Code ISR's
    I am running a piece of code that has ISR's (ie timer, serial) When I generate interrupts.. say by writting to the SBUF register I get the data in the SERIAL I/O window and it shows an interrupt occurred...
  • UART ISR() not triggering with RTX/ADUC7020
    Hello all, I'm using RTX and ADUC7020 processor and have a problem with the UART ISR routine where the ISR isn't triggering when UART data is sent to it. In my main(), I have: GP1DAT |=...
  • UART ISR() not triggering with RTX/ADUC7020
    Hello all, I'm using RTX and ADUC7020 processor and have a problem with the UART ISR routine where the ISR isn't triggering when UART data is sent to it. In my main(), I have: GP1DAT |=...
  • Interrups Do not Trigger User Code ISR's
    I am running a piece of code that has ISR's (ie timer, serial) When I generate interrupts.. say by writting to the SBUF register I get the data in the SERIAL I/O window and it shows an interrupt occurred...
  • Any Method to trigger/start FreeRTOS task from normal STM32 ISR??
    Hello Folks, What is the most effecient method to start a freeRTOS task only after an ISR is completed and flag or something set by ISR that triggers freeRTOS task. Lets take an example scenario ...