• How To convert the files used in ARTX into RTL
    Hi, I am want to compile my older codes ( i.e codeing done earlier on keil220 - ARTX - for LPC2214 ) into new compiler using keil320 ( RTL - for LPC2366 ). I want to know what are the changes...
  • 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.
  • Migrating Keil MDK projects to Arm Development Studio
    Arm has launched the Arm Development Studio , the latest suite of tools for embedded C/C++ software development on any Arm-based platform. Building on over 25 years of experience, Development Studio incorporates...
  • 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...
  • 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...