• ARTX - ARM7 - os_evt_set, os_evt_wait_or
    Hi, I'm developping on ARM7 chip with ARTX OS and I would like to implement periodic task. My software is based onto the example you can find at the following link : http://www.keil.com/support...
  • ARTX - ARM7 - os_evt_set, os_evt_wait_or
    Hi, I'm developping on ARM7 chip with ARTX OS and I would like to implement periodic task. My software is based onto the example you can find at the following link : http://www.keil.com/support...
  • Call SWI functions from a FIQ Handler using RTX
    Hello to all! Is possible to make a call to a SWI routine from a FIQ Handler when you are using the RTX Kernel? I try this approach but a UNDEFINED exception occurs on exit of SWI function. See...
  • Call SWI functions from a FIQ Handler using RTX
    Hello to all! Is possible to make a call to a SWI routine from a FIQ Handler when you are using the RTX Kernel? I try this approach but a UNDEFINED exception occurs on exit of SWI function. See...
  • how to return from FIQ ISR in assembly?
    I am writing an assembly FIQ ISR using GCC complier. I want to change return address in FIQ ISR so that after ISR, it returns to the requested address. the reason for doing that is because i am writing...