Remove Dispaly Module¶
This guide aims to remove the Display Module and related code to simplify CC23xx or CC27xx basic_ble example to reduce memory footprint.
In Sysconfig Display section in TI Drivers and click on “Remove All” (top right).
Exclude MenuModule from build under common and app_menu.c from app folder.
Comment out Menu_start() App_StackInitDoneHandler() from app_main.c
Comment out MenuModule_printf() and #include “ti/ble/app_util/menu/menu_module.h” in:
app_main.c
app_simple_gatt.c
app_connection.c
app_pairing.c
app_peripherial.c
app_data.c
1. Remove the Display Module from Sysconfig¶
Removing the Diplay Module from SysConfig can be done by using the Remove All button from Display section in TI Drivers.