• ARTX166 stack
    Hi to all , I'm writing an application using ARTX166 and PK166 ( all updated to last versions ) . I'm writing it for an our board that use XC167CI 32F40F with external RAM 1 Mbit ( 16 bit multiplexed...
  • ARTX166 stack
    Hi to all , I'm writing an application using ARTX166 and PK166 ( all updated to last versions ) . I'm writing it for an our board that use XC167CI 32F40F with external RAM 1 Mbit ( 16 bit multiplexed...
  • ARTX166 not available
    I bought the ARTX-166 Advanced RTOS Version 6 . When I installed Keil uVision from the delivered CD-ROM no ARTX examples have been added to my Keil-path. Also I can't include the AR166.H file. Can...
  • ARTX166 not available
    I bought the ARTX-166 Advanced RTOS Version 6 . When I installed Keil uVision from the delivered CD-ROM no ARTX examples have been added to my Keil-path. Also I can't include the AR166.H file. Can...
  • EC++ and ARTX166 "..._ex" functions incompatibility
    [code.cpp] #include <AR166.h> #include <stdio.h> OS_TID tsk1,tsk2_0,tsk2_1; int parameter[2] = {0, 1}; void task1 (void) __task 1 { tsk2_0 = os_tsk_create_ex (2, parameter[0]); tsk2_1 = os_tsk_create_ex...