• Multi-application progam issue
    Hi all, Now, I am writting a multi-application program. There are two projects (A, B). I have read some articles about " Application Note 180:Multi-Application Programming for 8051 Devices with PK51...
  • Multi-application progam issue
    Hi all, Now, I am writting a multi-application program. There are two projects (A, B). I have read some articles about " Application Note 180:Multi-Application Programming for 8051 Devices with PK51...
  • why this progam in RTOS not running?
    This is my source code, very simple. #include <rtx51.h> #include <stdio.h> #include <math.h> #include <REGX51.H> void task1 (void) _task_ 1 _priority_ 1 { P2_1 = 0; os_wait(K_TMO, 100, 0); } ...
  • why this progam in RTOS not running?
    This is my source code, very simple. #include <rtx51.h> #include <stdio.h> #include <math.h> #include <REGX51.H> void task1 (void) _task_ 1 _priority_ 1 { P2_1 = 0; os_wait(K_TMO, 100, 0); } ...
  • Getting Execution Time of progams on armv8_64-bit processors
    I have written a library for ARMv8-A 64 bit processors (OS- linaro debian). Now I want to time them. I am utilising gcc compiler and on Intel processors I was timing the execution utilising std::chrono...