RTOS Resource Management


Opposite to earlier versions of Frameworks by Willert Software Tools, the latest Frameworks are build inside your IDE and no longer inside Rhapsody. As a result, you no longer can set properties in the Rhapsody model to specify various RTOS details. Instead, you must use the mechanisms offered by your RTOS manufactorer. Usually, this means adapting a configuration file which you also can keep in your IDE project.

For DSP/BIOS, you must configure its kernel inside Code Composer. In the GettingStarted example, the task TSK_Main is configured and the memory segment L47SARAM which is used for the heap and task stacks..

The file WSTRTOS.h is used to specify details for the DSP/BIOS which are needed by the RTOS bridge interface. You can modify the constants:
The file RiCOSDimMemoryAllocation.c contains the functions


NOTE If you modify this header file or your DSP/BIOS configuration, you must rebuild your application, see GettingStarted example



Copyright (c) Willert Software Tools GmbH. All rights reserved.