Real time generation using FRDM KV31

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Real time generation using FRDM KV31

430 次查看
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

标签 (1)
0 项奖励
回复
1 回复

407 次查看
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 项奖励
回复