Part Number: CC2640
Other Parts Discussed in Thread: CC2650
Tool/software: Code Composer Studio
Hi All
Device:CC2640F128RHB 5*5(15GPIO) module.
IDE:ccsv7
SDK: ble_sdk_2_02_01_18
Example: Simple_Peripheral_cc2650
i was changed only on macro CC2650DK_7ID to CC2650DK_5XD
// Client Characteristic Configuration UUID
CONST uint8 clientCharCfgUUID[ATT_BT_UUID_SIZE] =
{
LO_UINT16( GATT_CLIENT_CHAR_CFG_UUID ), HI_UINT16( GATT_CLIENT_CHAR_CFG_UUID )
};
When i expand "GATT_CLIENT_CHAR_CFG_UUID " Macro then i got below error
"An internal error occurred during: "Open Declaration".
