-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Implementing cc26xx_cc13xx interrupts #13215
Copy link
Copy link
Closed
Description
Description
During the implementation of the CC1312 RF driver I needed to implement ISR handlers, primarily the isr_rfc_cpe0 and the isr_rfc_cpe1 which are used by the Command and Packet Engine to inform about command completion, etc.
Currently there is no way of implementing them in the cc13x2 CPU as it gets overriden by the weak definition of those interrupts in cc26xx_cc13xx/vectors.c.
Useful links
- @kaspar030 removed the dependency on the
cc26xx_cc13xxmodule and implemented the vectors directly in thecc26x0CPU module. https://github.com/kaspar030/RIOT/tree/cc2650_driverlib/cpu/cc26x0, should this be done?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels