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 <Your RTOS>, you must modify its RTX kernel by modifying the file Startup\RTX_Config.c  Please note that there is no default configuration in the RTX Library: you must add the file RTX_Config.c to each µVision Project you create.

By no means this documentation can be regarded as the complete RTX kernel documentation: please refer to the Keil documentation. We focus on integration with Rhapsody generated C code and the RXF by Willert Software Tools:
In fact there are two ways to alter the RTX configuration:
The file WSTRTOS.h is used to specify details for the RTL-ARM which are needed by the RTOS bridge interface. You can modify the constants:

NOTE If you modify a source file, you must rebuild your application, see GettingStarted example



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