• ARM7+ARTX
    I find a ARM7+ARTX manual and where are downloads manual?
  • HardFault when I use os_evt_wait_or
    With STM32 (Cortex M3)... when I execute this, the RTX jumps to HardFault_Handler in STM32F10x.s if(os_evt_wait_or(flag1 | flag2 | flag3 | flag4, 15) == OS_R_EVT) { bla bla bla } I don...
  • 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.
  • 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...