Other Parts Discussed in Thread: CC1354P10,
Tool/software:
Hey TI Team,
Example: basic_ble_oad_offchip_LP_EM_CC1354P10_1_tirtos7_ticlang
SDK: simplelink_cc13xx_cc26xx_sdk_7_41_00_17
While using OAD I discovered a serious issue in OAD_AddService.
GATTServApp_InitCharCfg seems to iterate over linkDBNumConns internally.
So iterating over linkDBNumConns in an external loop will write in memory regions beyond oadCCCDTable boundaries which leads to unpredictable crashes.
Best Regards,
Tobias