Flipper Zero Firmware
Loading...
Searching...
No Matches
stm32wb55_linker.h
Go to the documentation of this file.
1
8#pragma once
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14extern const void _stack_end;
15extern const void _stack_size;
17extern const void _sidata;
18extern const void _sdata;
19extern const void _edata;
21extern const void _sbss;
22extern const void _ebss;
24extern const void _sMB_MEM2;
25extern const void _eMB_MEM2;
27extern const void __heap_start__;
28extern const void __heap_end__;
30extern const void __free_flash_start__;
32#ifdef __cplusplus
33}
34#endif
const void _stack_end
end of stack
const void __heap_start__
RAM1 Heap start.
const void __free_flash_start__
Free Flash space start.
const void _eMB_MEM2
RAM2a end.
const void _stack_size
stack size
const void _sidata
data initial value start
const void _sbss
bss start
const void _sMB_MEM2
RAM2a start.
const void _edata
data end
const void __heap_end__
RAM1 Heap end.
const void _ebss
bss end
const void _sdata
data start