Is there any relation between RTC and BT module

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

Is there any relation between RTC and BT module

跳至解决方案
1,511 次查看
vinothkumars
Senior Contributor IV

Dear All,

I am working on IMX8QM. I disable rtc alarm wakeup. After that Bluetooth is not working.

file: rtc-imx-sc.c

- device_init_wakeup(dev, true);

+ device_init_wakeup(dev, false);

Is there any relation between Bluetooth and RTC ?

Thanks & Regards,

Vinoth S,

Regards,
Vinothkumar Sekar
0 项奖励
回复
1 解答
1,375 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Vinoth

ine general rtc timing intervals may be used by bluetooth driver,

seems specific reason can be found using debugging:

Using Open Source Debugging Tools for Linux on i.MX Processors

Normal and Secure Debug for i.MX8/8X Family of Applications Processors

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
1,376 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Vinoth

ine general rtc timing intervals may be used by bluetooth driver,

seems specific reason can be found using debugging:

Using Open Source Debugging Tools for Linux on i.MX Processors

Normal and Secure Debug for i.MX8/8X Family of Applications Processors

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,375 次查看
vinothkumars
Senior Contributor IV

Thank you Igor for the reply.

Vinoth S,

Regards,
Vinothkumar Sekar
0 项奖励
回复