• 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 Problems ?
    I am writing a program in which 3 tasks run simultaneously. In the idle state all the tasks wait for signal (which originates in an ISR). The program invariably stops responding after a few minutes of...
  • 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...