rt1050 RTC cannot start.

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

rt1050 RTC cannot start.

1,719 次查看
meitifire
Contributor I

Run evkbimxrt1050_snvs_hp_rtc demo application on our RT1050 board. the application entries to the dead loop here:

static inline void SNVS_HP_RTC_StartTimer(SNVS_Type *base)
{
base->HPCR |= SNVS_HPCR_RTC_EN_MASK;
while (0U == (base->HPCR & SNVS_HPCR_RTC_EN_MASK))
{
}
}

we cannot start the HP_RTC, we retry the evkbimxrt1050_snvs_lp_rtc demo application, the SNVS_LP_SRTC_StartTimer(SNVS) has the same deep loop on our RT1050 board.

the two RTC demo runs ok on the RT1050 EVB board. we compare the 32K clock between the RT1050 evb and our board, the 32k is ok.  

Our board has not backup battery, the VCC_SNVS_IN has special LDO, the LDO is always on when the power supply on.

 

 

 


 

标记 (1)
0 项奖励
5 回复数

1,386 次查看
cervenka
Contributor III

Hello, we have same issue on imx7ulp. When jtag is attached or when linux is in suspended state (sudo systemctl suspend) and then wdog reset action happen.

0 项奖励

1,208 次查看
Jonny_T
Contributor II
yeh we are having the exact same issue on the imx7ulp evk as well, has a solution been found yet?
0 项奖励

1,380 次查看
Steve23
Contributor II

Hi,

Yes we also only see the problem when connected with JTAG. I've raised a new question here: RT1062 SNVS_HP_RTC_StartTimer() call does not retu... - NXP Community because I don't think NXP monitor old threads.

1,394 次查看
Steve23
Contributor II

Hi @meitifire 

Just wondering whether you ever found a resolution to this please?

I am working on a project where we've seen the same fault and can't find a reason for it.

Thanks,

Steve

 

 

0 项奖励

1,708 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
According to your statement, I guess the phenomenon is related to the hardware, so I was wondering if you can share the schematic of your custom board.
Looking forward to your reply.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励