Hello everyone,
I want to suppress all the code and all linked files using UART for debug log prints.
The ProjectZero example program is linked with many LogPrint functions that use pins used as serial ports, and also take memory resource I want to release.
THe goal is to adapt this sample project to a spécific board my customer has developped and which uses I/Os for specific personal functions, and which is based on a 5x5 chip with less I/Os than the LAUNCHXL one.
Could someone explain and list what to change :
- Where are parts of code to suppress ? (I already suppressed some, but still have link errors such as unresolved symbol uartLog_flush, first referenced in D:\MesDocuments\Projets_TI\A020_S02_CARMOTIC_RELAY_App_v07\FlashROM_StackLibrary\configPkg\package\cfg\app_ble_pem3.oem3 A020_S02_CARMOTIC_RELAY_App_v07 C/C++ Problem).
- Do I need build option modifications ? (I already suppressed some defines suh as UARTLOG_ENABLE and defined xdc_runtime_Log_DISABLE_ALL as explained in main.c of projectZero).
- What are the files or links to SDK files I should remove ?
As it's not easy to find information in the documentation, I hope that someone can help me.
THank's a lot.
Regards
Patrick