• C lib multi-threading problem
    Hello, I am having problems getting a multi-threaded application running (Cortex-M4) with a custom OS and standard C library. I have re-implemented the three necessary mutex functions, however, only...
  • What is thread , process in the code
    Hi I am new to RTOS and keil. Please clarify which is thread and which is process in the following code. Can i say main is a process ? and all the TASKS as Thread? /*----------------------...
  • Capturing output to PC application
    MDK-ARM, uVision 3.4: I am looking for a way that a custom PC test app can directly control uVision so that it can open a project, build it, run it under the debugger, and capture any output from the...
  • 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 threading not working on RTX Kernel fro LPC1768
    I am trying to configure RTX Kernel for LPC1768. I use RTX help from " http://www.keil.com/support/man/docs/rlarm/rlarm_ar_create_newapp.htm" In the help a file named RTX_Config.c is suggested ...