RTIC

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决
3,917 次查看
东升王
Contributor II

Hi

I am working on Vybrid platform to enable RTIC feature. When I wrote those registers, the value I read back was always zero. Even I used U-boot. For example:

I wrote : CAAM_RTIC_BASE_PTR->RWDOG = 0xffff;

              CAAM_RTIC_BASE_PTR->RTHR = 0x1;

Then the value I read back was :

              CAAM_RTIC_BASE_PTR->RWDOG = 0x0;

              CAAM_RTIC_BASE_PTR->RTHR = 0x0;

Somebody can tell me why?

Thank you

1 解答
2,500 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

在原帖中查看解决方案

0 项奖励
14 回复数
2,501 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 项奖励
2,501 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

东升王​  did you send Rene  the information requested?

0 项奖励
2,501 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

rendy​ FYI

0 项奖励
2,501 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

dongshengwang​ did you get previous comment?

0 项奖励
2,501 次查看
东升王
Contributor II

Hi Karinavalencia

Sorry I just got your email. Here is my code for rtic. Thanks for your

help.

Regards,

Dongsheng Wang

0 项奖励
2,501 次查看
rendy
NXP Employee
NXP Employee

Hello,

please send me *working* example - send me the project with all headers and sources needed.

Thanks
Rene

2,501 次查看
rendy
NXP Employee
NXP Employee

Hello,

please send me a short example which demonstrates this and I will check it soon. You can use TWR-VF65GS10 sample code.

Thanks

Rene

2,501 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

rendy​ do you have an update?

0 项奖励
2,501 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

rendy​ can you share your comments?

0 项奖励
2,501 次查看
东升王
Contributor II

Sure, no problem!

0 项奖励
2,501 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

timesyssupport​ can you help to review this case?

0 项奖励
2,501 次查看
timesyssupport
Senior Contributor II

Hello Dongsheng,

Ensure that, RTIC is not in Run-time mode before writing to those registers as they are read only while in Run-time mode. Use RSTA register to find out the state of RTIC.

Thanks,

Timesys Support

0 项奖励
2,501 次查看
东升王
Contributor II

Hi

Yes, before I wrote these registers. I checked RSTA register. It is always zero. Actually every registers are always zero. Even I read and wrote them with U-boot.

Thank you

0 项奖励
2,501 次查看
timesyssupport
Senior Contributor II

Hi,

RTIC registers are set with 0 by default.I referred VYBRIDSRM and don't have much information to share. karinavalencia Can you ask the NXP Vybrid team to comment with any other information?

Thanks,

Timesys Support

0 项奖励