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
Solved! Go to Solution.
东升王 did you send Rene the information requested?
rendy FYI
dongshengwang did you get previous comment?
Hello,
please send me *working* example - send me the project with all headers and sources needed.
Thanks
Rene
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
rendy do you have an update?
rendy can you share your comments?
Sure, no problem!
timesyssupport can you help to review this case?
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
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
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