SmartSnippets DA1459x SDK
Modules | Files | Macros
Memory Default Configuration Values

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...
 

Detailed Description

BSP memory default configuration values.

The following tags are used to describe the type of each configuration option.

Macro Definition Documentation

◆ __HEAP_SIZE

#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.

APP EXPERT-only

◆ __STACK_SIZE

#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.

APP EXPERT-only