SYSTIMER: Architecture Description

Arduino SYSTIMER

SYSTIMER
Architecture Description

Architecture Description

Figure 1 : Architecture of SYSTIMER APP

The above diagram represents the internal software architecture of the SYSTIMER APP. A SYSTIMER instance exists in a DAVEā„¢ project with fixed attributes as shown. APP configures SysTick in the MCU.
This in addition requires the consumption of the CPU_CTRL_XMCx (x = [1, 4]) APP for calculating preemption priority levels for SysTick interrupt and CLOCK_XMCx (x = [1, 4]) APP for calculating SysTick interval value.

An instantiated APP (after code generation) generates a specific data structure with the GUI configuration. The name of this data structure can be modified by changing the APP instance label (e.g. change label from default SYSTIMER_0 to SYSTIMER_CONFIG).

Signals
No signals are provided for external connection.