• ARTX os_get_first Data Abort
    I keep getting a data abort on the same line of code. When I trace back to which line it is, its inside the os_get_first function. I don't have the source code for the ARTX, so I can't figure out what...
  • ARTX
    ARTX it have datasheet for programing or user's guide, because i need learn ARTX programing. i am new programmer, i don't understand for ARTX.
  • How to modify startup.a51 to execute codes before main() ?
    Hi, I have couple of lines of codes to insert into startup.a51. However, placing them at different places of startup.a51, either cause memory overlap (this disable my interrupts) or not to be executed...
  • ARTX sample
    Hi, I'm just looking or a sample application which could start and use the semaphores mecanism with ARTX on ARM7. Is someone have this ? Thanks,
  • An advice for ARTX
    The LPC2200 have 3 timer: Timer0,Time1,PWM timer. But the ARTX just can use Timer0 or Timer1 as ARTX Kernel timer. In some situation, we need the capture or match funtion of the Timer0 and Timer1 but...