• Diff between RLARM RTX and CMSIS RTX
    Hi Experts, I could find two versions of RTX here. Even though i got an application note on porting RTX to CMSIS RTX I got few confusions with the below links. http://www.keil.com/support/man/docs/rlarm...
  • SWI interrupt (SVC) on ARM Cortex A9
    Note: This was originally posted on 9th February 2011 at http://forums.arm.com Hi, Right now I'm trying  to access some CP15 registers (ARM Cortex A9). And these registers can  be accessed only in privileged...
  • When does RTX (re)evaluate which thread to run next?
    Hi, a hopefully simple example to explain the background of my question. Say, an interrupt handler is interrupting a thread "some_thread_id_A" and looks as follows: SomeIRQHandler(void) { ... some code...
  • SWI
    I am trying to execute the following SWI program. It doesnt execute the SWI function body. I have 0 errors and 0 warnings. Any help as to why? CODE: #include <LPC21xx.H> void __swi(8) Call1...
  • Running ARM RTX RTOS in DS-5
    Hi Experts, Did somebody tried running ARM RTX RTOS in the DS-5 environment?