• Launching tasks from a class
    I am coding a c++ wrapper to listen messages coming from the CAN bus for an ARM7 processor, and need to launch a task for callback function. I define the callback function as static as usual when using...
  • Can a task call function defined in another task?
    Hello, we are using Keil's RTX Real-Time Operating System. Can a task call function defined in another task ? Thank you!
  • How to define a bigger stack for a task
    there are 10 tasks in our application, stack size definition in RTX_cinfig is default setting as follows: // <o>Task stack size [bytes] <20-4096:8><#/4> // Set the stack size for tasks which is...
  • Auto define Memory Class range
    Hi, I am using “Linker Control File” to create MEMORY CLASS using the following directive, CLASSES( HCONST_EeSet1 (0xC00000-0xC003FF), HCONST_EeSet2 (0xC00400-0xC004FF), HCONST_EeSet3 (0xC00500...
  • L251 user defined memory classes
    It is said in the L251 documentation that by default, the linker would use below address ranges for a all memory classes Question 1: In a linker file that i was checking, the two are declared...