<?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>Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/99034/wrong-nrf21540-signals-on-custom-board</link><description>Hi. 
 I try to activate the nRF21540 on a custom board, based on the nRF5340 Audio sample in BIS gateway configuration. I tested the sample code on the nRF5340 Audio DK with the nRF21540 EK shield. In this configuration the sample works and the relevant</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 May 2023 13:59:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/99034/wrong-nrf21540-signals-on-custom-board" /><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/423598?ContentTypeID=1</link><pubDate>Wed, 03 May 2023 13:59:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38f3fe0f-92a7-4aef-b436-7d84d354415e</guid><dc:creator>Benno Trutmann</dc:creator><description>&lt;p&gt;Hi Vidar.&lt;/p&gt;
&lt;p&gt;Indeed mapping the net-cpu LED signal to an unused pin fixed the problem with TX_EN.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Benno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/423178?ContentTypeID=1</link><pubDate>Tue, 02 May 2023 07:08:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c035d0d7-838a-4bee-8f1b-bdaf6196ba1e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;A workaround while waiting for a new controller release is to map the LED indication to an unused pin:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;Please suggest customer to modify the controller_leds_mapping() to:&lt;/em&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;static int controller_leds_mapping(void)&lt;/em&gt;&lt;br /&gt;&lt;em&gt; {&lt;/em&gt;&lt;br /&gt;&lt;em&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; int ret;&lt;/em&gt;&lt;br /&gt;&lt;em&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ret = ble_hci_vsc_led_pin_map(PAL_LED_ID_CPU_ACTIVE,&lt;/em&gt;&lt;br /&gt;&lt;em&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PAL_LED_MODE_DISABLE_TOGGLE,&lt;/em&gt;&lt;br /&gt;&lt;em&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 /*pick one unused pin from network, e.g., */);&lt;/em&gt;&lt;br /&gt;&lt;em&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; return 0;&lt;/em&gt;&lt;br /&gt;&lt;i&gt;}&lt;/i&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/423033?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2023 15:08:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:209cd09f-ab55-4666-9a42-df8231025a53</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;&lt;strong&gt;Update: &lt;/strong&gt;The developer seems to have&amp;nbsp;found the problem, but it looks like it might require a new controller release to fix, unfortunately.&amp;nbsp;Turns out the controller had LED indications enabled on P0.28-31. These should not have been enabled in the release.&lt;/p&gt;
&lt;p&gt;He&amp;#39;s currently investigating whether there may be a workaround for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/423017?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2023 14:05:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d09483d-5b1a-4988-bd7f-8c5aa764ba48</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Benno,&lt;/p&gt;
&lt;p&gt;You are right, the timing&amp;nbsp;seems off on TX_EN. The developer said he&amp;nbsp;was going to repeat the test and capture logic trace to see if we might be seeing the same. I will update the ticket as soon as I have more details to share.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/423004?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2023 13:12:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac72d29e-3f4d-400b-b1cf-d9d451bda2bf</guid><dc:creator>Benno Trutmann</dc:creator><description>&lt;p&gt;Hi Vidar.&lt;/p&gt;
&lt;p&gt;I measured now again with disabled &amp;quot;DEBUG ENABLE&amp;quot; and TX_EN on TP59:&lt;/p&gt;
&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/nrf5340_5F00_audio_5F00_dk_2D00_board_2D00_2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Now PDN and MODE signals look correct and this time on the correct pins also (no swapping anymore???). But TX_EN still looks wrong (compare with TX_EN from the first picture of this thread)!&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Benno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/422974?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2023 12:16:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76ed5363-9a36-42e2-937e-6ecdbff90673</guid><dc:creator>Benno Trutmann</dc:creator><description>&lt;p&gt;Hi Vidar.&lt;/p&gt;
&lt;p&gt;I built your test case with the following west command:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new, courier;"&gt;$ west build --build-dir build_src --pristine --board nrf5340_audio_dk_nrf5340_cpuapp -- -DCONFIG_AUDIO_DEV=2 -DCONFIG_TRANSPORT_BIS=y -DCONF_FILE=prj.conf -DSHIELD=nrf21540_ek_fwd&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Here is the zephyr.dts file:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8764.zephyr.dts"&gt;devzone.nordicsemi.com/.../8764.zephyr.dts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will look at P1.10 again with disabled &amp;quot;DEBUG ENABLE&amp;quot; and P0.30&amp;nbsp; on TP59.&lt;/p&gt;
&lt;p&gt;Nevertheless what about the signal swap on P1.13 and P0.31? The MODE signal should be mapped to P1.13, but P1.13 shows the&amp;nbsp; PDN signal and the ANT_SEL should be mapped to P0.31, but P0.31 shows the&amp;nbsp; MODE signal.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Benno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/422923?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2023 09:45:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e88c6df-cddc-4dcd-a4ba-1a9bddd2d7f7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Benno,&lt;/p&gt;
&lt;p&gt;The developer who&amp;nbsp;was trying to reproduce your problem&amp;nbsp;here pointed out that you have to turn off the DEBUG ENABLE switch if measuring on the AUDIO DK:&lt;/p&gt;
&lt;div&gt;
&lt;blockquote&gt;
&lt;div&gt;&lt;em&gt;To test with the diff, we have to make sure we compile the code with adding --nrf21540 in the end&lt;/em&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;$ python buildprog.py -c both -d gateway -b debug -p --pristine --nrf21540&lt;/em&gt;&lt;/p&gt;
&lt;div&gt;&lt;em&gt;So the build system will involve the nrf21540_ek_fwd.overlay and forwarding the GPIO control permission to network core.&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;&lt;em&gt;Before we measure the signal on nRF5340 audio DK, we have to turn off the &amp;quot;DEBUG ENABLE&amp;quot; switch, otherwise P1.10 will be pull down to low since it is connected to J-Link chip.&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;blockquote&gt;
&lt;div&gt;&lt;em&gt;The current controller won&amp;#39;t send anything through UART pins, so we still can use those pins for controlling FEM&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;em&gt;And would be great if customer can share the compiled DTS from nrf/applications/nrf5340_audio/build/dev_gateway/build_debug/zephyr/zephyr.dts&lt;/em&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;dl&gt;
&lt;dd&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;
&lt;div&gt;So the DEBUG switch should explain why PDN stayed low in your case.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;P0.30 is a bit tricky, it is exposed on TP59 here:&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&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/pastedimage1682674906468v2.png" alt=" " /&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Are you able to provide the generated device tree file (zephyr.dts) as the developer requested?&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Thanks,&lt;/div&gt;
&lt;div&gt;Vidar&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/422759?ContentTypeID=1</link><pubDate>Thu, 27 Apr 2023 13:19:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:248ea79a-0a92-4e04-ba5c-8945b63c8da9</guid><dc:creator>Benno Trutmann</dc:creator><description>&lt;p&gt;Hi Vidar.&lt;/p&gt;
&lt;p&gt;I could not reproduce your results with the patches you provided. I applied the patches to the original LE audio sample code and measured the nRF21540 signals on the nRF5340 Audio DK, but without connecting the shield. I measured the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PDN signal on P1.10 is fixed low&lt;/li&gt;
&lt;li&gt;MODE signal on P1.13 has 6 positive 91us pulses every 10ms&lt;/li&gt;
&lt;li&gt;ANT_SEL signal on pin P0.31 has a 3.84ms positive pulse every 10ms interrupted by 5 negative 15us pulses&lt;/li&gt;
&lt;li&gt;TX_EN signal on P0.30 I could not measure because it is only routed to RGB2_LED&lt;/li&gt;
&lt;li&gt;RX_EN signal on P1.12 is fixed low but with strong noise (interference from SPI CS?)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Because P1.10 could collide with a netcore UART signal I re-mapped the PDN signal to P1.14, and because I could not measure P0.30 I re-mapped the TX_EN signal to P1.00. Now I measured the following:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PDN signal on P1.14 has 6 positive 56us pulses every 10ms&lt;/li&gt;
&lt;li&gt;MODE signal on P1.13 has 6 positive 91us pulses every 10ms&lt;/li&gt;
&lt;li&gt;ANT_SEL signal on pin P0.31 has a 3.84ms positive pulse every 10ms interrupted by 5 negative 15us pulses&lt;/li&gt;
&lt;li&gt;TX_EN signal on P1.00 is fixed low&lt;/li&gt;
&lt;li&gt;RX_EN signal on P1.12 is fixed low but with strong noise&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;P1.14 has now exact the waveform of the TX_EN signal of the original LE audio sample, but it is mapped to the &lt;span style="font-family:courier new, courier;"&gt;ble_hci_vs_cp_nrf21540_pins.pdn&lt;/span&gt; field in ble_core.c. Equally P1.13 corresponds to the PDN signal but is mapped to the &lt;span style="font-family:courier new, courier;"&gt;ble_hci_vs_cp_nrf21540_pins.mode&lt;/span&gt; field and P0.31 corresponds to the MODE signal, but is mapped to the &lt;span style="font-family:courier new, courier;"&gt;ble_hci_vs_cp_nrf21540_pins.antsel&lt;/span&gt; field.&lt;/p&gt;
&lt;p&gt;My conclusion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;At least P1.10 (but probably P0.30 also) cannot be used as a nRF21540 signal.&lt;/li&gt;
&lt;li&gt;The vendor specific HCI command HCI_OPCODE_VS_CONFIG_FEM_PIN is differently interpreted on the controller side and therefore the signal mapping gets mangled.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Can you agree with my conclusions?&lt;/p&gt;
&lt;p&gt;Is it possible to provide us with a controller image, which correctly maps the nRF21540 signals and the netcore UART and LED signals do not interfere with the nRF21540 signals?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Benno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/422430?ContentTypeID=1</link><pubDate>Wed, 26 Apr 2023 07:18:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4de72592-7e17-4744-9c37-ced78f5705b2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Benno,&lt;/p&gt;
[quote user=""]so I put SPI_CS fix to high and SPI_SCK, SPI_MOSI, SPI_MISO fix to low):[/quote]
&lt;p&gt;There might be some conflict here as the&amp;nbsp;MODE pin (P1.13) is the same pin that is being assigned to the SPI MISO by default. Though I am not sure where the conflict could be considering the BT controller&amp;nbsp;is only using the GPIO control interface.&lt;/p&gt;
&lt;p&gt;We tried to reproduce this by applying the patch below, but the control signals were correct in our case. Could you try&amp;nbsp;please try&amp;nbsp;with the&amp;nbsp;same changes on your side?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/fem_5F00_test.diff"&gt;devzone.nordicsemi.com/.../fem_5F00_test.diff&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/422296?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 12:38:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0c09db2-7f59-41cb-bf2e-e817f7cf178d</guid><dc:creator>Benno Trutmann</dc:creator><description>&lt;p&gt;Hi Vidar.&lt;/p&gt;
&lt;p&gt;I could see a conflict on P0.30 and P1.10. But why is the MODE signal on P1.13 affected also?&lt;/p&gt;
&lt;p&gt;Yes, I use SDK v2.3.0.&lt;/p&gt;
&lt;p&gt;At the moment the code in ble_core.c you mentioned, is already commented out (rgb2_green and rgb2_red do not exist on our board). What if I map PAL_LED_ID_CPU_ACTIVE and PAL_LED_ID_ERROR to unused GPIO, could that change the behavior?&lt;/p&gt;
&lt;p&gt;Anyway, if there is a conflict of GPIO configurations between our board and &lt;span&gt;ble5-ctr-rpmsg_3330.hex, how can we solve that (beside changing our board of course)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Benno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/422284?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 12:16:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f463b9ff-e63d-4c20-8717-1baf757a0032</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Benno,&lt;/p&gt;
&lt;p&gt;I think you are onto something.&amp;nbsp;One of our&amp;nbsp;developers also&amp;nbsp;pointed out that that there was someoverlap in your pin assignments. Are you using SDK v2.3.0 or another version with&amp;nbsp;&lt;span&gt;ble5-ctr-rpmsg_3330.hex?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Vidar&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt;&amp;nbsp;could you please try to comment the&amp;nbsp;controller_leds_mapping() line at&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;a title="https://github.com/nrfconnect/sdk-nrf/blob/a948046c0a7797fac9ea572be5ca46f4b78dbda1/applications/nrf5340_audio/src/bluetooth/ble_core.c#l167" href="https://github.com/nrfconnect/sdk-nrf/blob/a948046c0a7797fac9ea572be5ca46f4b78dbda1/applications/nrf5340_audio/src/bluetooth/ble_core.c#L167" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/blob/a948046c0a7797fac9ea572be5ca46f4b78dbda1/applications/nrf5340_audio/src/bluetooth/ble_core.c#L167&lt;/a&gt;&amp;nbsp;as a test?&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/422084?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 13:58:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30564448-27bc-4dfb-8670-05160f72dce2</guid><dc:creator>Benno Trutmann</dc:creator><description>&lt;p&gt;Hi Vidar.&lt;/p&gt;
&lt;p&gt;Yes, ble_hci_vsc_nrf21540_pins_set() gets called.&lt;/p&gt;
&lt;p&gt;The LE audio controller part (ble5-ctr-rpmsg_3330.hex) uses also some additional GPIO for UART and LED. I removed the corresponding nrf-gpio-forwarder sections (uart and leds) in the device tree of our board. But two of these GPIO (P0.30 and P1.10) are used on our board as nRF21540 signals and get therefore forwarded (see device tree snippet above).&lt;/p&gt;
&lt;p&gt;Could this lead to a conflict in the controller?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Benno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong nRF21540 signals on custom board</title><link>https://devzone.nordicsemi.com/thread/422036?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 12:13:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7df5265a-159f-42e4-b92f-d187e84da86c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see anything wrong with the overlay you posted. Can you please try to place a breakpoin at&amp;nbsp;ble_hci_vsc_nrf21540_pins_set() in ble_core.c to verify that it is reached? This is the HCI command to make the controller configure the FEM control pins.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>