Timer recourses used by MQX 4.1 (K70).

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

Timer recourses used by MQX 4.1 (K70).

524 Views
poul-erikhansen
Contributor II

I am using kinetics K70 and MQX version 4.1.

How can I find out with hardware timer devices is used by the system timer and scheduler in my system by the MQX system.

Poul-Erik.

Tags (2)
0 Kudos
1 Reply

228 Views
anthony_huereca
NXP Employee
NXP Employee

That is setup in C:\Freescale\Freescale_MQX_4_1\mqx\source\bsp\twrk70f120m\init_bsp.c starting on line 95.

It uses the ARM Cortex M4 systick timer by default, with a 5ms timer.

-Anthony

0 Kudos