|
SmartSnippets DA1459x SDK
|
Debugging settings. More...
Modules | |
| SYSTEM_VIEW | |
| System View configuration settings. | |
Macros | |
| #define | dg_configENABLE_DEBUGGER (1) |
| Enable debugger. More... | |
| #define | dg_configFREERTOS_ENABLE_THREAD_AWARENESS (1) |
| Enable FreeRTOS thread aware debugging. More... | |
| #define | dg_configENABLE_CMAC_DEBUGGER (0) |
| Enable CMAC debugger. More... | |
| #define | dg_configUSE_SW_CURSOR (0) |
| Use SW cursor. More... | |
| #define | dg_configENABLE_MTB (dg_configIMAGE_SETUP == DEVELOPMENT_MODE) |
| Enable Micro Trace Buffer. More... | |
| #define | dg_configMTB_MASK (6) |
| Micro Trace Buffer mask. More... | |
Debugging settings.
| #define dg_configENABLE_CMAC_DEBUGGER (0) |
Enable CMAC debugger.
| #define dg_configENABLE_DEBUGGER (1) |
Enable debugger.
| #define dg_configENABLE_MTB (dg_configIMAGE_SETUP == DEVELOPMENT_MODE) |
Enable Micro Trace Buffer.
| #define dg_configFREERTOS_ENABLE_THREAD_AWARENESS (1) |
Enable FreeRTOS thread aware debugging.
| #define dg_configMTB_MASK (6) |
Micro Trace Buffer mask.
This value determines the maximum size of the trace buffer in SRAM. A circular buffer of size 2 ^ (dg_configMTB_MASK + 4) in bytes is reserved. The buffer is located at the end of RAM.
| #define dg_configUSE_SW_CURSOR (0) |
Use SW cursor.
1.8.16