• rtx tiny
    #include <reg51.h> #include <rtx51tny.h> #include <stdio.h> unsigned char global; void First (void) _task_ 0 { os_create_task(1); os_create_task(2); os_delete_task(0); } void Second (void...
  • A problem about rtx-tiny
    When I debug the following program, received an errno: ***errno34: undefined identifier #include <rtx51tny.h> #include <reg52.h> #define INIT 0 #define ONE 1 #define TWO 2 int counter1; int counter2;...
  • RTX Tiny and floatnig point
    Can multiple task use simultaneously floating point operations?
  • RTX tiny and power on of NRF24LE1
    Hello to everyone. I write code for NRF24LE1 using KEIL and rtx tiny. But i have some problems. When i power on my device, programm don't run correctly, but when hard reset everythink works good...
  • In Application Loader and RTX Tiny
    I'm looking into using RTXTiny for a project with a Cygnal F020. However, the device requires end-users to be able to update firmware via USB. Is is possible to move RTXTiny and applications a few...