• Interrupt and osSignalSet issue
    Hi all, I'm using a NXP Cortex M4 microcontroller to which I have connected a matrix keypad ( 4 rows and 3 columns ). My goal is to have the rows connected to interrupts and whenever one of the keys...
  • RTX: osSignalSet wakes a lower priority thread.
    Hello. I have a thread that waits for up to n signals before sending a specific message. This is a low priority thread that should only send the message after the higher priority thread sleeps...
  • VBIC immediate
    I'm looking for the intrinsic that corresponds to VBIC{cond}.datatype Qd, #imm I can't find it and it's not listed as not implemented.
  • CMSIS-RTOS user manual
    Hi I want to start studying CMSIS-RTOS but I couldn't find any user manual for it. there is some user manual for keil-RTX. what is difference between CMSIS-RTOS and keil-RTX? I read in a document that...