Other Parts Discussed in Thread: SIMPLELINK-CC13X0-SDK
Hi TI friends,
we are using CC1310 and TI 15.4 stack sdk, there are two queries on tx power settings:
1. from the comments in code, the max value allowed for us and etsi band is 14dbm,
but in both "collector" and "sensor" examples, the CONFIG_TRANSMIT_POWER cannot be set to 14dbm:
#if (CCFG_FORCE_VDDR_HH == 0)
#if (CONFIG_TRANSMIT_POWER >= 14)
#error "CONFIG_TRANSMIT_POWER should be less than 14"
#endif
so what's the concern on this limitation?
2. from the comments, there are only some discrete values allowed, for example: from 0 to 12 and 14dbm are allowed, but 13dbm is not in the list,
what happens if we set CONFIG_TRANSMIT_POWER to 13 dbm?
thanks,
Harbor