• STR9 interrupt handling information
    Hi, I'm quite confused about some interrupt handling issues on STR9. In http://www.keil.com/support/docs/3248.htm, technical support suggests this: "You must acknowledge both VIC at the end of each...
  • Str9 Interrupt Handling
    Hello, I am a complete beginner when it comes to keil, but I want to learn. However I stumble upon different stuff and get stuck, so I thought it was about time to ask for some help. I work on MCBSTR9...
  • Keil RTX interrupt handling
    I'm using lpc1768 controller keil RTX rtos and uart receive function by an interrupt. I was set a NVIC priority using NVIC_SetPriority(UART1_IRQn,1) while thread processing it don't goes to IRQHandler...
  • RTX Tiny - Interrupt Handling
    Hello, I am programmin a Cygnal C8051F040 in C with RTX-51 Tiny. I have a task structure with 5 tasks. The tasks are started step by step, so task 1 sets task 2 "READY", task2 sets task 3 "READY",...
  • External Interrupt handling with RTX Kernel
    Hi; I have been working on a simple project a couple of week now. It has two task which work simultaneously, and an interrupt handler in order to catch user button input.the board i use is stm32l152...