<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF5340 audio sync lost when adding oscillator CONFIG</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113731/nrf5340-audio-sync-lost-when-adding-oscillator-config</link><description>Hello, 
 I&amp;#39;m using nRF5340 audio application with nRF Connect SDK v2.6.0 on nrf5340 Audio DK. 
 Since it will be transplanted to the custom board in the future, I added the oscillator-related config to prj.conf. 
 
 After adding these configurations,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Aug 2024 08:07:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113731/nrf5340-audio-sync-lost-when-adding-oscillator-config" /><item><title>RE: nRF5340 audio sync lost when adding oscillator CONFIG</title><link>https://devzone.nordicsemi.com/thread/498975?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2024 08:07:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8d726fe-d1d2-4076-930a-ac7f98d9f9c2</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;It works.&lt;/p&gt;
&lt;p&gt;Thank you for your assistance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 audio sync lost when adding oscillator CONFIG</title><link>https://devzone.nordicsemi.com/thread/498954?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2024 06:46:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:386686bf-1a31-474a-a603-045274417fc1</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Setting CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y in nrf5340_audio/child_image/hci_ipc.conf resolved the sync loss issue. Let me know if you still have issues after the modification.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 audio sync lost when adding oscillator CONFIG</title><link>https://devzone.nordicsemi.com/thread/498744?ContentTypeID=1</link><pubDate>Mon, 19 Aug 2024 03:41:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e3aa970-2272-4597-8332-c80907aa0fbb</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;Thank you for your reply.&lt;/p&gt;
[quote userid="116814" url="~/f/nordic-q-a/113731/nrf5340-audio-sync-lost-when-adding-oscillator-config/498664"]The building procedure is the same, but the flashing has changed for the command line.[/quote]
&lt;p&gt;I always use the Programmer Tool to do the erase and flashing instead of using the command line. So I think this should have no impact.&lt;/p&gt;
[quote userid="116814" url="~/f/nordic-q-a/113731/nrf5340-audio-sync-lost-when-adding-oscillator-config/498664"]Please double check which clock control source you actually need (RC or SYNTH).[/quote]
&lt;p&gt;I checked which clock control source I need, and confirmed that what I need is CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH.&lt;/p&gt;
&lt;p&gt;So I still need to solve the sync loss problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 audio sync lost when adding oscillator CONFIG</title><link>https://devzone.nordicsemi.com/thread/498664?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2024 14:27:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f8b4e13-bdf4-426f-9d57-6d6a059736d0</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes, sorry about your wait.&lt;/p&gt;
[quote user="LandyWang"]Will the differences between these two versions of firmware require additional steps during burning, or will the software require additional modifications?[/quote]
&lt;p&gt;The building procedure is the same, but the flashing has changed for the command line. For NCS v2.6.0 you can use &lt;code&gt;west flash --erase&lt;/code&gt; instead of using nrfjprog. The commands used with the buildprog.py script are the same for both NCS versions. &lt;/p&gt;
[quote user=""]After adding these configurations, bis headset cannot sync with bis gateway.[/quote]
&lt;p&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC and CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH are a choice for &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.6.0/page/kconfig/index.html#CONFIG_CLOCK_CONTROL_NRF_SOURCE"&gt;CONFIG_CLOCK_CONTROL_NRF_SOURCE&lt;/a&gt; which means that the last symbol to be set will n-select all the other choices. So in your case, only CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH is selected. &lt;/p&gt;
&lt;p&gt;Based on previous discussions on this topic, it should be compatible with the audio application, but there could be updates which I am not aware about.&lt;/p&gt;
&lt;p&gt;Please double check which clock control source you actually need (RC or SYNTH).&lt;/p&gt;
&lt;p&gt;I was able to reproduce the sync loss with SYNTH, so if this is what you need, I will search for a possible solution for the sync loss.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 audio sync lost when adding oscillator CONFIG</title><link>https://devzone.nordicsemi.com/thread/498372?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 00:58:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc4bd911-f4a2-4ea8-b928-e7ba6c3e0efa</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Is anyone still following this issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 audio sync lost when adding oscillator CONFIG</title><link>https://devzone.nordicsemi.com/thread/497708?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2024 01:07:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22edc95e-caab-441d-a498-77f5e700e222</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;Will the differences between these two versions of firmware require additional steps during burning, or will the software require additional modifications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 audio sync lost when adding oscillator CONFIG</title><link>https://devzone.nordicsemi.com/thread/497367?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2024 15:12:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aefe220f-a204-4f25-ab4f-e5fd962003af</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The first important difference in terms of firmware I can think of between the two versions is that NCS v2.6.0 uses the SoftDevice Controller while the v2.2.0 uses the LE Audio controller for nRF5340. I will ask internally and come back to you before the weekend with more. &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>