Other Parts Discussed in Thread: SYSCONFIG
I run project_zero_CC26X2R1_LAUNCHXL_tirtos_css with CCS 10.4.0.
First, the program compiled without errors. Then, I tried to rename the device name (project_zero.syscfg - BLE - Radio Configure BLE Radio Settings - General Configuration - Device Name).
I then get these errors in project_zero.c:
advData1 is undefined, scanResData1 is undefined.
Both variables were initially defined in the auto-generated file ti_ble_config.c which doesn't contain the definition anymore.
Please advice how to handle this bug.