• The exact meaning of "thread count" in thread configuration
    The RTX RTOS provides users a configuration UI to configure RTOS parameters. In the configuration UI, there is a item called "Number of concurrent user threads" under "Thread configuration". What...
  • DS 5.16  30-day-evaluation license could not be used
    Said there was no such feature" armasm"  ,while I am sure I used the professional version. It seems that there is no such problem before 5.16 which was updated recently
  • Action scheduler
    Hello, I am currently exploring the possibilities on how to solve this task: I need to create a scheduler which would be able to schedule a task or an action for a long period (hours, days) e.g...
  • SPECIFY EXACT LOCATION FOR C51 USER DEFINED FUNCTIONS
    HELLO all, Can we Sepecify exact location to our own defined functions. for example void function() _at_ c:0x5000; void main() { ... ... } void function() { ... ... }
  • Exact delay time to make an LED off in ARM
    Hi, Thanks for the previous help. I was trying out a program to make LED on and off (something like blink). So please let me know method or a way to find the delay time as trying out different combinations...