RCP and CSL #9960
Answered
by
Irving-cl
CodingRays
asked this question in
Q&A
RCP and CSL
#9960
-
I found that a RCP build will still build the csl functions (for example |
Beta Was this translation helpful? Give feedback.
Answered by
Irving-cl
Mar 23, 2024
Replies: 1 comment
-
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:
So the problem here is that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CodingRays
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
So the problem here is that
CSL_RECEIVER
option shouldn't be turned on for a RCP build.