Replies: 1 comment
-
SubGHz support for the CC13xx/CC26xx was added #29598 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for some guidance on enabling Sub-GHz for CC13xx.
I am not an expert, but on reading through the CC1352 TRM, it seems like we just need to set the channel correctly. There are two places in the code that needs change it looks like:
https://github.com/zephyrproject-rtos/zephyr/blob/master/drivers/ieee802154/ieee802154_cc13xx_cc26xx.c#L81
loDivider
inCMD_RADIO_SETUP
:zephyr/drivers/ieee802154/ieee802154_cc13xx_cc26xx.c
Line 698 in 1342dad
Please let me know if you plan to support Sub-GHz for CC13xx in the near future. If not, any guidance you provide in moving forward would be appreciated. Thanks! @bwitherspoon
Beta Was this translation helpful? Give feedback.
All reactions