<?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 FEM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91628/nrf5340-fem</link><description>Hello, 
 
 I have three questions regarding FEM. 
 
 #1 According to the following URL, FEM function is supported only for nRF52 series. 
 Would the FEM function be available on BL5340 as well? 
 https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Sep 2022 15:12:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91628/nrf5340-fem" /><item><title>RE: nRF5340 FEM</title><link>https://devzone.nordicsemi.com/thread/384836?ContentTypeID=1</link><pubDate>Tue, 06 Sep 2022 15:12:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e692f70-a51f-47b9-b5cb-db1c20261b3f</guid><dc:creator>JONATHAN LL</dc:creator><description>[quote user="yas745"]I would appreciate it if you could tell us about Question #2.[/quote]
&lt;p&gt;There are no C files available publicly it is closed source.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;This is the closest to a C file you can get is probably this.&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/f44027395ff417dddbb3b34f5a79579f62229d98/nrf_802154/sl/sl_opensource/src/nrf_802154_sl_fem.c#L109"&gt;https://github.com/nrfconnect/sdk-nrfxlib/blob/f44027395ff417dddbb3b34f5a79579f62229d98/nrf_802154/sl/sl_opensource/src/nrf_802154_sl_fem.c#L109&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 FEM</title><link>https://devzone.nordicsemi.com/thread/384786?ContentTypeID=1</link><pubDate>Tue, 06 Sep 2022 12:02:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16bd4fad-649d-4457-a62a-2a17e4443662</guid><dc:creator>yas745</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for the answer.&lt;/p&gt;
&lt;p&gt;I understood that FEM can be used in nRF5340.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would appreciate it if you could tell us about Question #2.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 FEM</title><link>https://devzone.nordicsemi.com/thread/384629?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2022 14:31:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f380d29b-e40b-415f-9f1d-9892ce4c7caf</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;The nRF5340 can also use a FEM, we have in our Thingy53 product the nRF5340 and the nRF21540. So it is possible.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/mpsl/doc/api.html#mpsl-fem"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/mpsl/doc/api.html?#mpsl-fem&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;There is even a example here&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_radio_fem.html#working-with-rf-front-end-modules"&gt;Working with RF front-end modules — nRF Connect SDK 2.0.99 documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;on testing the FEM with the nrf5340.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user=""]Would the FEM function be available on BL5340 as well?[/quote]
&lt;p&gt;The if the BL5340 module can integrate a FEM in a way then that should be doable.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There is some example code here:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.0.2/subsys/mpsl/fem"&gt;sdk-nrf/subsys/mpsl/fem at v2.0.2 · nrfconnect/sdk-nrf · GitHub&lt;/a&gt;&amp;nbsp;, but seems to be some changes in master so that is something to consider.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So building for the nRF5340DK with the nRF21540 FEM as a shield you can use the following as a command to build&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;west&lt;/span&gt; &lt;span&gt;build&lt;/span&gt; &lt;span&gt;-&lt;/span&gt;&lt;span&gt;b&lt;/span&gt; &lt;span&gt;nrf5340dk_nrf5340_cpuapp&lt;/span&gt; &lt;span&gt;--&lt;/span&gt; &lt;span&gt;-&lt;/span&gt;&lt;span&gt;DSHIELD&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;nrf21540_ek&lt;/span&gt; &lt;span&gt;-&lt;/span&gt;&lt;span&gt;Dmultiprotocol_rpmsg_SHIELD&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;nrf21540_ek &lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;So using a BL5340 module together with a FEM should work much in the same way, you would need to map the correct pins, create a board file or use a overlay file.&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
[quote user=""]3 Could you tell us if there is something that should be added in order to use FEM function on BL5340 + Peripheral_uart project?[/quote]
&lt;p&gt;&lt;span&gt;Looks like the module dos not by default have a FEM, so this would need to be tied in to the RF section of the module. Then you would need to connect the rest of the pins to that it can be controlled. Then add the whatever is needed by the FEM to work in SW. We dont relay have examples for this for any FEM, but can always create a new Devzone ticket with the specific project and setup in mind to smooth out any quirks.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>