<?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>nRF52820 PWM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59626/nrf52820-pwm</link><description>Hello, 
 accordingly to the specs I see the nRF52820 has no PWM support for GPIO. Could you confirm please? 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Apr 2020 10:33:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59626/nrf52820-pwm" /><item><title>RE: nRF52820 PWM</title><link>https://devzone.nordicsemi.com/thread/247038?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 10:33:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d1dec84-c64f-4b50-810e-0562e5763050</guid><dc:creator>Mishka</dc:creator><description>&lt;p&gt;The extended comparison table which lists what supports what can be found at the following address:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52.html"&gt;https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The nRF52820 has no hardware PWM. At the same time, a TIMER based implementation can be used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52820 PWM</title><link>https://devzone.nordicsemi.com/thread/242595?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 07:24:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2ac905b-f0dc-4658-b8cc-0ca885dc084d</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You&amp;#39;ll have to ask our RSM for Ukraine, Michna Maciej at&amp;nbsp;&lt;u&gt;Maciej.Michna@nordicsemi.no,&lt;/u&gt;&amp;nbsp;for any roadmap updates.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52820 PWM</title><link>https://devzone.nordicsemi.com/thread/242489?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 14:50:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b491058-c692-439d-9cbc-52890a1680b6</guid><dc:creator>Mishka</dc:creator><description>&lt;p&gt;Oh, I see, the comp is there. Anyway, I&amp;#39;ll probably go with 52811 for now and will keep the 52833 as plan B. Thanks!&lt;/p&gt;
&lt;p&gt;BTW, do you by chance know would it be possible to use 52833 in QFN-40 package as drop-in replacement for the 52811?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52820 PWM</title><link>https://devzone.nordicsemi.com/thread/242369?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 10:54:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44758a71-3792-4b6f-b047-c0793e243c7b</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You can use the COMP peripheral to monitor battery voltage.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The nRF52833 has some more features than the nRF52820 again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52820 PWM</title><link>https://devzone.nordicsemi.com/thread/242360?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 10:34:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a53d2cd-59ca-489d-a89d-6f163de1e85c</guid><dc:creator>Mishka</dc:creator><description>&lt;p&gt;Right, the PWM library could do it, but for my project I need it really stable so hardware implementation is more preferred.&lt;/p&gt;
&lt;p&gt;I see the nRF52811 has one 4-channel driver and initially I planned to employ it. But the recently released nRF52820 can be powered directly from a lithium battery - this could address a whole bunch of voltage issues for me. By the way, I see the 820 has no SAADC as well, which perhaps means it&amp;#39;ll be impossible to monitor battery voltage :-(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52820 PWM</title><link>https://devzone.nordicsemi.com/thread/242316?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 08:40:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a26d6e39-c3c5-451f-beeb-b83445c35e1e</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;The 52820 and 52811 are&amp;nbsp;stripped-down versions of the nRF52833, neither has the PWM peripheral. &lt;br /&gt;&lt;br /&gt;You can create a PWM with the TIMER and GPIOTE peripherals though, see the&amp;nbsp;&lt;a title="PWM library" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_pwm.html?cp=7_1_3_35"&gt;PWM library&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52820 PWM</title><link>https://devzone.nordicsemi.com/thread/242211?ContentTypeID=1</link><pubDate>Sat, 28 Mar 2020 12:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ec4c4b4-dd83-40f7-b38f-daba257d9478</guid><dc:creator>Mishka</dc:creator><description>&lt;p&gt;Yep, every other nRF52 family SoC has at least one 4-channel PWM module with EasyDMA - hence the question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52820 PWM</title><link>https://devzone.nordicsemi.com/thread/242209?ContentTypeID=1</link><pubDate>Sat, 28 Mar 2020 12:49:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdf5a168-9f70-46e2-a2e2-7ffe0e648973</guid><dc:creator>navigator</dc:creator><description>&lt;p&gt;Kinda looks that way in terms of a nice peripheral interface.&amp;nbsp; &amp;nbsp;The OPS v0.7.1 mentions PWM exactly once, in the same cookie cutter language as the other OPS docs (see below).&amp;nbsp; And then never mentions it again.&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The PPI system allows a TIMER event to trigger a task of any other system peripheral of the device. The PPI system also enables the TIMER task/event features to generate periodic output and PWM signals to any GPIO. The number of input/outputs used at the same time is limited by the number of GPIOTE channels.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You could setup PWM manually I suppose with interrupts, but I&amp;#39;m guessing you like the hardware implementation.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>