Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I used to use basic ble sample code, it can run successfully.
But now, i need to modify the sample code base on my own requirement, and add some MCU functions, sucn as i2c and uart.
While after I deleted the Display component and Uart component and just compile it, there are some error occured.
Then, i comment out the Menu_start(); in app_main.c and compiled it again. This time, only little logs shown as below. I tried to find Display_doVprintf, but this function is not present anywhere in the project.
Description Resource Path Location Type unresolved symbol Display_doVprintf, first referenced in ./common/MenuModule/menu_module.o basic_ble_LP_EM_CC2340R5_freertos_ticlang C/C++ Problem
Could you please tell me what should i do to delete the uart clearfully and add my own uart code.