• 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.
  • 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...
  • 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...
  • A problem of ARTX
    I use the LPC2294, make a project with ARTX and use the ULink to debug. In the Startup.s, the default VPB Clock=CPU Clock/4, when I change it to 'VPB Clock=CPU Clock', then the problem come. After I push...