|
SmartSnippets DA1459x SDK
|
BSP memory default configuration values. More...
Modules | |
| Memory Layout Configuration Settings | |
| Memory Layout Configuration Settings. | |
Files | |
| file | bsp_memory_defaults.h |
| Board Support Package. Memory Configuration file default values. | |
Macros | |
| #define | __HEAP_SIZE 0x0100 |
| Heap size for used libc malloc() More... | |
| #define | __STACK_SIZE 0x0200 |
| Stack size for main() function and interrupt handlers. More... | |
BSP memory default configuration values.
The following tags are used to describe the type of each configuration option.
| #define __HEAP_SIZE 0x0100 |
Heap size for used libc malloc()
Specifies the amount of RAM that will be used as heap for libc malloc() function. It can be configured in bare metal projects to match application's requirements.
| #define __STACK_SIZE 0x0200 |
Stack size for main() function and interrupt handlers.
Specifies the amount of RAM that will be used as stack for the main() function and the interrupt handlers.
1.8.16