<?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>Custom Board Network Core Firmware Issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102347/custom-board-network-core-firmware-issue</link><description>Hi, 
 We&amp;#39;re having issues running firmware which uses the application &amp;amp; network core on a custom board. Running firmware on the application core only works fine. 
 We keep getting the following error; 
 &amp;quot;spinel_ipc_backend: IPC endpoint bind timed out</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Aug 2023 11:23:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102347/custom-board-network-core-firmware-issue" /><item><title>RE: Custom Board Network Core Firmware Issue</title><link>https://devzone.nordicsemi.com/thread/439893?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2023 11:23:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49711dd7-d877-4f53-9c10-b12a0b35f1c5</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;This seems like a separate issue. Do you mind creating a new ticket for this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board Network Core Firmware Issue</title><link>https://devzone.nordicsemi.com/thread/439453?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2023 09:48:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0a11b76-4213-4bf3-8f5d-de632088a432</guid><dc:creator>hugzy123</dc:creator><description>&lt;p&gt;We have managed to fix most of the issues with the nrf53 custom board now and can&amp;nbsp;now successfully run the ipc service. However, we are still having an issue running our custom board type on our pcb. &lt;br /&gt;&lt;br /&gt;Our PCB does not have an external LFCLK so we need to set the application to use the internal LFCLK.&amp;nbsp; Setting just CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y on its own does not work, the sensor fails to boot, so we need to use the workaround suggested &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/96383/application-fails-to-boot-on-custom-board-ipc-endpoint-bind-timed-out-followed-by-802-15-4-serialization-error--6/408775"&gt;here&lt;/a&gt;. However, when we set&amp;nbsp;CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y, the build gets the value&amp;nbsp;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=n and we don&amp;#39;t know why.&lt;br /&gt;&lt;br /&gt;What can we do to see why we&amp;#39;re getting&amp;nbsp;CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=n in our build files? All dependencies are being met. We&amp;#39;re using the network core image &amp;quot;multiprotocol_rpmsg_subimage&amp;quot;.&lt;br /&gt;&lt;br /&gt;Thanks&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board Network Core Firmware Issue</title><link>https://devzone.nordicsemi.com/thread/438960?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 10:16:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fd47e1a-21bb-40a7-ba8b-b2fc60160d7f</guid><dc:creator>hugzy123</dc:creator><description>&lt;p&gt;I tried to build the ipc_service sample but the compilation failed for my custom boards with the following error;&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/pastedimage1690797525205v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;It compiled ok for the nrf53 DK.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s looking for a .conf file which is&amp;nbsp;created successfully when using the dk but not when I use my custom board. The error mentions a possible issue with the kconfig file for my custom board, so I have&amp;nbsp;included the contents below in case you can spot something;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;# nRF5340 DK board configuration

# Copyright (c) 2019 - 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

if BOARD_S_COMBO_BOARDS || BOARD_NRF5340DK_NRF5340_CPUAPP_NS

config BOARD_ENABLE_DCDC_APP
	bool &amp;quot;Application MCU DCDC converter&amp;quot;
	select SOC_DCDC_NRF53X_APP
	default y

config BOARD_ENABLE_DCDC_NET
	bool &amp;quot;Network MCU DCDC converter&amp;quot;
	select SOC_DCDC_NRF53X_NET
	default y

config BOARD_ENABLE_DCDC_HV
	bool &amp;quot;High Voltage DCDC converter&amp;quot;
	select SOC_DCDC_NRF53X_HV
	default y

config BOARD_ENABLE_CPUNET
	bool &amp;quot;NRF53 Network MCU&amp;quot;
	select SOC_NRF_GPIO_FORWARDER_FOR_NRF5340 if \
		$(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
	help
	  This option enables releasing the Network &amp;#39;force off&amp;#39; signal, which
	  as a consequence will power up the Network MCU during system boot.
	  Additionally, the option allocates GPIO pins that will be used by UARTE
	  of the Network MCU.
	  Note: GPIO pin allocation can only be configured by the secure Application
	  MCU firmware, so when this option is used with the non-secure version of
	  the board, the application needs to take into consideration, that the
	  secure firmware image must already have configured GPIO allocation for the
	  Network MCU.
	default y if (BT || NRF_802154_SER_HOST)

config DOMAIN_CPUNET_BOARD
	string
	default &amp;quot;s_combo_boards_net&amp;quot;
	depends on BOARD_ENABLE_CPUNET
	help
	  The board which will be used for CPUNET domain when creating a multi
	  image application where one or more images should be located on
	  another board. For example hci_rpmsg on the nRF5340_cpunet for
	  Bluetooth applications.

endif #  BOARD_S_COMBO_BOARDS || BOARD_NRF5340DK_NRF5340_CPUAPP_NS

config DOMAIN_CPUAPP_BOARD
	string
	default &amp;quot;s_combo_boards&amp;quot;
	depends on BOARD_NRF5340DK_NRF5340_CPUNET
	help
	  The board which will be used for CPUAPP domain when creating a multi
	  image application where one or more images should be located on
	  another board.
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Are there any simple custom board examples which use the nRF53 chipset?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board Network Core Firmware Issue</title><link>https://devzone.nordicsemi.com/thread/438737?ContentTypeID=1</link><pubDate>Fri, 28 Jul 2023 11:58:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5312709b-6b26-4ef4-a12a-3afce8997c52</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;you can check &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/ipc/ipc_service"&gt;this sample&lt;/a&gt;, see if you are able to run this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>