S32k324 SysTick

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

S32k324 SysTick

340 Views
Simone9
Contributor III

Hello,

We are currently developing on MCU s32k324.
I wanted to know if the SysTick peripheral was unique per Core or was only one instance of it in the MCU?
I mean, does each core have a SysTick peripheral or is there only one SysTick in general.

Thank you very much.

0 Kudos
Reply
1 Reply

323 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Systick belongs to ARM Cortex-M7 Core. S32K324 has two Cortex-M7 Cores. But the Systick is an optional feature so I'm not sure if it's implemented on every M7 core. (Armv7-M: System Tick Timer)
Sorry, I don't have S32K324 around to test. If it is convenient, you can try to access the Systick of the two cores separately during debugging to see if they exist.


Best Regards,
Robin

0 Kudos
Reply