<?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>How to change the GPIO output frequency of nRF52832 to 1KHz ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78259/how-to-change-the-gpio-output-frequency-of-nrf52832-to-1khz</link><description>Dear Sir, 
 We have a question that how to change the GPIO output frequency ? 
 
 If any sample code available, kindly share it with us. 
 
 
 Thank you.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Aug 2021 07:49:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78259/how-to-change-the-gpio-output-frequency-of-nrf52832-to-1khz" /><item><title>RE: How to change the GPIO output frequency of nRF52832 to 1KHz ?</title><link>https://devzone.nordicsemi.com/thread/324383?ContentTypeID=1</link><pubDate>Wed, 11 Aug 2021 07:49:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd8bb20c-cf89-4a8d-8a74-1c68e34cbd11</guid><dc:creator>MeghaC</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have tested, the output comes exactly 1KHz.&lt;/p&gt;
&lt;p&gt;Thanks for your support&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Megha Choudhari&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the GPIO output frequency of nRF52832 to 1KHz ?</title><link>https://devzone.nordicsemi.com/thread/323869?ContentTypeID=1</link><pubDate>Sat, 07 Aug 2021 10:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37023dd2-4f06-48db-92b1-c514322f291d</guid><dc:creator>MeghaC</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for quick reply, I will test &amp;amp; let you know the result.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Megha Choudhari&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the GPIO output frequency of nRF52832 to 1KHz ?</title><link>https://devzone.nordicsemi.com/thread/323689?ContentTypeID=1</link><pubDate>Fri, 06 Aug 2021 10:14:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fba21c0-260a-48e6-b707-612689aa4b32</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;In the app_pwm.h header file the APP_PWM_DEFAULT_CONFIG_1CH (or _2CH) functions are defined, and here you can set the period of your PWM in us. It is used in the pwm_library example in the nRF5 SDK.&amp;nbsp;Setting the period here to 1000us would result in an output of 1kHz.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the GPIO output frequency of nRF52832 to 1KHz ?</title><link>https://devzone.nordicsemi.com/thread/323626?ContentTypeID=1</link><pubDate>Fri, 06 Aug 2021 03:52:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb107f05-bad9-40c2-8bdd-66284aee1a7d</guid><dc:creator>MeghaC</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;/p&gt;
&lt;p&gt;Thanks, I have gone through this example before creating this ticket. But not getting that for 1kHz instance what will be the exact changes?&lt;/p&gt;
&lt;p&gt;Can you once discuss with your colleague Sigurd on this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Megha Choudhari&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the GPIO output frequency of nRF52832 to 1KHz ?</title><link>https://devzone.nordicsemi.com/thread/323550?ContentTypeID=1</link><pubDate>Thu, 05 Aug 2021 13:02:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72e27f79-2660-4ee1-b422-f10137eca3af</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I would suggest using the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fpwm.html&amp;amp;anchor=concept_pzc_1pw_nr"&gt;PWM peripheral&lt;/a&gt;&amp;nbsp;and the&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/pwm_example.html"&gt; PWM example projects in the SDK&lt;/a&gt; for this. You can check out&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/36706/how-to-change-the-gpio-output-frequency-of-nrf52832-over-1mhz"&gt; this case &lt;/a&gt;where my colleague Sigurd made a bare-metal example to set the output to 1.6MHz. It should be possible to edit this to 1kHz for instance without much trouble.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>