• more speed
    dear.. All. I wish to create Stepper project, with command line controlled, i modified Traffic example on keil c51 sample, with like this: #include <reg52.h> #include <stdio.h> #include <rtx51tny...
  • adding more xdata
    Have a Cygnal F120 part with keil compiler and Bl51 linker. It has 8k xdata. The guy doing the hardware said he added 4k more for a total of 12k xdata. But I'm not sure how to access the other 4k. When...
  • more tasks in rtx51tiny?
    Is it possible to increase the maximum number of tasks in RTX51TINY? If it is possible how much effort would this need, and what would I have to do? Of course I could use RTX51 full, but can't spend...
  • More Pointer Problems
    Here's another good one. Again, works fine on simulator/debugger, but not on the target hardware. If I do this: BYTE process_Help(char *cmdBuffer) reentrant { cmdBuffer[0] = '\0'; printf( ...
  • More sample C codes
    Hello. I want to learn how to use two or more interrupts at a time. How to code in C in that case? From where will I get more sample codes to understand some serious programming? I am interested in working...