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

849件の閲覧回数
steverobalino
Contributor I

I only find functions for programming PIT

ラベル(1)
0 件の賞賛
返信
1 返信

726件の閲覧回数
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 件の賞賛
返信