nRF52832 PPI

PPI共有32個,但是隻能使用20個。
Some of the PPI channels are pre-programmed. These channels cannot be configured by the CPU, but can be added to groups and enabled and disabled like the general purpose PPI channels. The FORK TEP for these channels are still programmable and can be used by the application。
一些PPI通道被預先編程了,這些通道不能被CPU配置,但是可以將其加入組、使能、失能。它們的FORK TEP還是可以配置的。

配置也比較簡單
CHENSET、CHENCLR用於使能、失能操作。
EEP爲Event的地址。
TEP爲Task的地址。
FORK爲第二個Task的地址
CHG0 ~ CHG5爲6個組,可以批量使能、失能,這些動作爲task,很有意思。

突然發現nRF52832的NVIC,中斷相關還沒找到。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章