Real time generation using FRDM KV31

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

Real time generation using FRDM KV31

429 Views
J_prakash
Contributor I

Hi,

I am using the FRDM KV31F evaluation board, which contains the microcontroller MKV31F512VLL12. I'm running the PIT to do interrupt-based functionalities. 

I need to get real-time information or real timestamps to bind with the data and send it to another device. Please help me how to get real time stamps.

Regards

Labels (1)
0 Kudos
Reply
1 Reply

406 Views
Celeste_Liu
NXP Employee
NXP Employee

Hello @J_prakash ,

Thanks for your post.

The KV31 does not have an RTC module, so it is unable to achieve real-time timing. If you only want to record the relative change of time, you can use the FTM. Regarding the use of the FTM, you can refer to the relevant demos in the SDK.

Screenshot 2025-03-06 183753.png

Hope it can help you.

BRs,

Celeste

0 Kudos
Reply