Is there any relation between RTC and BT module

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there any relation between RTC and BT module

Jump to solution
826 Views
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 Kudos
1 Solution
690 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
691 Views
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!
-----------------------------------------------------------------------------------------------------------------------

690 Views
vinothkumars
Senior Contributor IV

Thank you Igor for the reply.

Vinoth S,

Regards,
Vinothkumar Sekar
0 Kudos