Skip to content

RCP and CSL #9960

Answered by Irving-cl
CodingRays asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @CodingRays,

Note that the CSL_RECEIVER feature currently is not supported under host+rcp mode. It can only run on single chip mode (like ot-cli-xxx, ot-ncp-xxx). The reasons are:

  • Functionally, if a device is under host+rcp mode, then the device shouldn't be a low power device since it has a powerful host. It tend to be Thread router and won't behave as an SSED
  • Technically, in host+rcp mode, the submac control (when to sleep, when to receive) is still done on the host, so there will be some delay for the RCP to do the actual radio action when the host change the state, which is challenging to CSL.

So the problem here is that CSL_RECEIVER option shouldn't be turned on for a RCP build.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CodingRays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants