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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

408 Views
steverobalino
Contributor I

I only find functions for programming PIT

Labels (1)
0 Kudos
1 Reply

285 Views
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 Kudos