<?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>Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110577/programming-ms12sf1-module</link><description>I am trying to program MS12SF1 module through nrf5340DK. I tested the blinky code to toggle the LED pins but while checking through oscilloscope the pins showed nothing, wasn&amp;#39;t toggling. 
 Have just connected 4 programming pins - Vdd, GND, SWDIO, SWCLK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Feb 2026 10:10:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110577/programming-ms12sf1-module" /><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/561572?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2026 10:10:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c5360c9-a041-470f-a388-9447e9151913</guid><dc:creator>Dinesh Damodar0</dc:creator><description>&lt;p&gt;I am facing the same issue you faced, I tried uploading the code to the NRF7002-DK, it is working. However When i do upload the code to the Controller using Jlink , same code is not working, is there any power supply sequence i would require to follow to do so, what changes you made to make it run, can you please guide through.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/497697?ContentTypeID=1</link><pubDate>Sun, 11 Aug 2024 07:11:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b424656c-aa0b-4975-9c26-401118c40e51</guid><dc:creator>Rakshita</dc:creator><description>&lt;p&gt;This issue has been resolved, can close this&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/497664?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2024 15:14:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:021dec65-3c42-40cc-bc83-286ef4728225</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you please open a new case describing your issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/496884?ContentTypeID=1</link><pubDate>Sat, 03 Aug 2024 21:12:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fdacdc2-68a5-4a68-800b-afa429f714a9</guid><dc:creator>MATHEUS G</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;I had the same problem, I&amp;#39;m using an MS12SF1 and running the blink example from SDK 2.6.1 to be successful I had to add the following settings in project.conf:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_GPIO&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;# Enable Zephyr&amp;#39;s clock management&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;# Sets the HF (High Frequency) clock source&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_50PPM&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;# Sets the LF (Low Frequency) clock source&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;# Other clock settings that may be required&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;But this is low frequency, the &lt;strong&gt;&lt;span&gt;&amp;nbsp; MS12SF1&amp;nbsp; has&amp;nbsp; nRF7002+nRF5340&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;WiFi 6+BLE 5.3&lt;/span&gt;&lt;/strong&gt;, I&amp;#39;ll need high frequency, how can I enable this in the zephyr?&amp;nbsp;&amp;nbsp;Especially in project.conf&lt;br /&gt;&lt;br /&gt;So can I run all the nordic examples (bluetoot, wifi, provisioning) using the NRF53&amp;#39;s internal clock at high speeds?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/485576?ContentTypeID=1</link><pubDate>Thu, 23 May 2024 09:02:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:546ae8b6-3d79-42d8-bfe7-17ebf08d4d2e</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello Rakshita,&lt;/p&gt;
&lt;p&gt;One of the reasons for not advertising by the peripheral is If no high frequency crystal is not mounted on the board/module. Do you have 32 MHz crystal on the module?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/481495?ContentTypeID=1</link><pubDate>Thu, 02 May 2024 10:36:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcdb6f90-594d-4fc3-a60d-c4dd38dc80c0</guid><dc:creator>Rakshita</dc:creator><description>&lt;p&gt;I added the internal clock configuration so atleast the blinky and button sample code works fine&lt;br /&gt;But when I tried programming peripheral_lbs code to connect with bluetooth, the led which should get ON when bluetooth gets connected but bluetooth doesn&amp;#39;t even advertises but the led switches ON.&lt;br /&gt;&lt;br /&gt;How is that possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/481201?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2024 06:58:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd154a98-ca41-46e9-b98e-c05da38243ec</guid><dc:creator>Rakshita</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/img_5F00_0099_5F00_720.jpg" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Did not program it using P20 pin&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:40px;max-width:1040px;" alt=" " src="https://ultrahumanworkspace.slack.com/files/U068TPQ8NNM/F070J7VF70D/img_0099.jpg" /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://ultrahumanworkspace.slack.com/files/U068TPQ8NNM/F070J7VF70D/img_0099.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/481112?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2024 13:37:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91e9cfa6-0dbd-4222-850f-23e8e59e63c4</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Can I see your setup as I asked in my previous reply? I would like to see how you programed the module using P20 pin of nRF5340?&lt;/p&gt;
&lt;p&gt;&amp;#39;&amp;#39;It does have some different pinout as compared to nrf5340 but not able to find out that which pin than represents what&amp;#39;&amp;#39; Can you please send the schematic of your module?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/480724?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 13:37:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2201f45c-6a5b-4287-b841-e69052c2845d</guid><dc:creator>Rakshita</dc:creator><description>&lt;p&gt;No no the module is connected with nrf5340dk so the build configurations which I set was nrf5340dk_nrf5340_cpuapp&lt;br /&gt;The module was programmed with the blinky code&lt;br /&gt;It does have some different pinout as compared to nrf5340 but not able to find out that which pin than represents what&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming MS12SF1 module</title><link>https://devzone.nordicsemi.com/thread/480683?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 12:20:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:730c3340-26ef-4450-b665-66c638575ed1</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can see the toggle on the module but while checking though Oscilloscope, there was no output on those pins?&lt;/p&gt;
&lt;p&gt;&amp;#39;&amp;#39;&lt;span&gt;Have just connected 4 programming pins - Vdd, GND, SWDIO, SWCLK.&amp;#39;&amp;#39; - could you please explain this by showing the setup picture?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;These are the default pins from default device tree file from nrf board (nrf7001dk_nrf5340):-&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1714047420560v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;what is the pin numbers of LED for your module and did you check if it is overlapped with any other pins specified for other peripheral?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>