Im using SDK 2.0 with a K66 - I cant find a driver for programming SysTick - where can I find it

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Im using SDK 2.0 with a K66 - I cant find a driver for programming SysTick - where can I find it

850 次查看
steverobalino
Contributor I

I only find functions for programming PIT

标签 (1)
0 项奖励
回复
1 回复

727 次查看
Jmart
NXP Employee
NXP Employee

Steve,

The drivers that you see inside of the device folder for your K66 are specific to the SoC and do not contain any special core functionality. The systick is an ARM Cortex-M feature and all register information can be found in the core_cm4.h header file under the <install_dir>/CMSIS/Include folder. The register information for systick begins around line 735.

Jason

0 项奖励
回复