• 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...
  • 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!
  • 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!
  • 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...