User Activity

Hi,there is a bug in the S2-LP library function S2LPTimerSetRxTimerStopCondition:void S2LPTimerSetRxTimerStopCondition(RxTimeoutStopCondition xStopCondition){ uint8_t tmp; s_assert_param(IS_RX_TIMEOUT_STOP_CONDITION(xStopCondition)); S2LPSpiReadRegis...
Are there any design guidelines or rule of thumbs for the clear channel assessment period T_CCA and T_Listen? Which considerations should be taken into account for T_CCA and T_Listen? According to my knowledge, T_CCA should at least be greater than ...
Hi,in the SPIRIT1 SDK (STSW-CONNECT009), ST provides the wireless m-Bus stack as a library. Is it possible to get the source code of the stack?
Hi,do you prefer the low layer (LL) APIs or direct register access by means of the CMSIS? Why do you prefer your choice?