Part Number: CC1352P
Hello,
I have a specific question regarding LBT and CSMA with TI 15.4 stack depending on the band used (ETSI or US).
If ETSI band is chosen, the stack automatically does LBT for about 5 milliseconds. Is the RSSI threshold fixed at -92 as defined in source/ti/ti154stack/low_level/cc13xx/mac_radio_defs.h?
#define MAC_LBT_THRESHOLD -92 // -92 dBm
As I cannot find any place where this define is used, I suppose its used for compilation of the closed-source stack itself? Can this threshold be modified by stack configuration?
I found this one:
"RSSI threshold for CCA, expressed as a signed int with range -127 to 127"
common/osal_port/api_mac.h: ApiMac_attribute_rssiThreshold = 0xF4,
but I think it would only change the threshold if US or China bands are used, but changes nothing for ETSI band. Is this correct?
Thanks for clarifications,
hkr