uRTEDemo_03_Nucleo-F446RE_SystemStates_10_Model

Linkage

This block contains all global data-object collectors (OutputSections) as well as the memory protections configuration.

Properties

configuration
MPU Alingment8
Linkage StrategyMonoBlock
In MonoBlock linkage mode, all data will be linked to the outputsection defined by the central activation engine ( .uRTE).
The output sections for tasks are ignored.
Content

Output-Sections (6)

All Outputsections of this model.

OutputSection SIL References Initialization Generate Section start symbol Section end symbol Memory

a section containing application data for the button

SIL_1 UnInit true ADRL_uRTE_BUTTON_BEGIN* ADRL_uRTE_BUTTON_END* main

Stack for the Button Task

SIL_1 UnInit true ADRL_uRTE_RTOSTASKBUTTON_BEGIN* ADRL_uRTE_RTOSTASKBUTTON_END* main

Stack for the LED Task

SIL_1 UnInit true ADRL_uRTE_RTOSTASKLED_BEGIN* ADRL_uRTE_RTOSTASKLED_END* main

Stack for the UART Task

SIL_1 UnInit true ADRL_uRTE_RTOSTASKUART_BEGIN* ADRL_uRTE_RTOSTASKUART_END* main

Stack for the uRTE Task

SIL_1 UnInit true ADRL_uRTE_RTOSTASKURTE_BEGIN* ADRL_uRTE_RTOSTASKURTE_END* main

Contains the data for uRTE internals

SIL_1 UnInit true ADRL_uRTE_URTE_BEGIN* ADRL_uRTE_URTE_END* main
Symbols marked with * are automatically generated because no value was set.

Protection-Sets (2)

All ProtectionSets of this model.

ProtectionSet Globals OutputSections Hardware Software Units Tasks

The BaseProtection set contains all resources which need to be available in every context.
Typical examples are the timestamp source, logging, error handling etc.

Contains the resources to use the UART module