Implement each data store block as a unique access point

Description

Specifies whether the generated code contains a single unique variable to hold the value for every Data Store Read and Write operation performed on a Data Store Memory block.

Category: Code Generation > Interface

Settings

Default: off

On

Creates a unique variable for each Data Store Memory block read/write operation. This unique variable enhances data coherency.

Off

Does not allocate a unique variable in the generated code for each Data Store Memory block read/write operation. This absence of an unique variable, diminishes data coherency.

Dependencies

This parameter requires Embedded Coder® license.

Command-Line Information

Parameter: DSAsUniqueAccess
Type: character vector
Value: 'on' | 'off'
Default: 'off'

Recommended Settings

ApplicationSetting
DebuggingOn
TraceabilityOn
EfficiencyNo impact
Safety precautionNo impact

Related Topics