4. Displaying Heap Log
In this section we see to how to display the heap log information step by step.
4.1. Configuration
Open
../target_apps/ble_examples/ble_app_peripheral/Keil_5/ble_app_peripheral.uvprojx. Here we use DA14535 in order to demonstrate this feature.From
sdk_archfolder findsystem_library_535.cthen from this file find thesystem_library.h
In
system_library.hfindCFG_USE_HEAP_LOGand change it as follow:- #undef CFG_USE_HEAP_LOG + #define CFG_USE_HEAP_LOG
Build the project for desired target (Here is DA14535) then start the Debug session.
Type in
disp_heaplog()command and press enter in the Command window found near the bottom of screen.
As you can see the heap log information is displayed in Command window.