FreeRTOS + 0/9 examples
CodeScope will show references to __privileged_data_start__ from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
STM32469I-Discovery
Applications
FreeRTOS
STM32469I_EVAL
Applications
FreeRTOS
STM324x9I_EVAL
Applications
FreeRTOS
STM324xG_EVAL
Applications
FreeRTOS
STM32F412G-Discovery
Applications
FreeRTOS
STM32F413H-Discovery
Applications
FreeRTOS
STM32F413ZH-Nucleo
Applications
FreeRTOS
STM32F429I-Discovery
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

__privileged_data_start__

Syntax

extern uint32_t __privileged_data_start__[];

Examples

__privileged_data_start__ is referenced by 9 libraries and example projects.

References

LocationReferrerText
port.c:653
extern uint32_t __privileged_data_start__[];
port.c:778
extern uint32_t __privileged_data_start__[];
port.c:683prvSetupMPU()
portMPU_REGION_BASE_ADDRESS_REG = ( ( uint32_t ) __privileged_data_start__ ) | /* Base address. */
port.c:689prvSetupMPU()
prvGetMPURegionSizeSetting( ( uint32_t ) __privileged_data_end__ - ( uint32_t ) __privileged_data_start__ ) |
port.c:802vPortStoreTaskMPUSettings()
( ( uint32_t ) __privileged_data_start__ ) | /* Base address. */
port.c:809vPortStoreTaskMPUSettings()
prvGetMPURegionSizeSetting( ( uint32_t ) __privileged_data_end__ - ( uint32_t ) __privileged_data_start__ ) |

Data Use

Functions reading __privileged_data_start__
__privileged_data_start__