<?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>PROBLEM WHEN BUILD CUSTOMBOARD PROJECT ON NRF54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117884/problem-when-build-customboard-project-on-nrf54l15</link><description>Hi, I create a customboard on NRF54L15. After that, I create a new application =&amp;gt; Copy a sample =&amp;gt; Blinky. I just build without fix anything code, but it isn&amp;#39;t build completely. Please help me solution for this. Error: &amp;quot;[87/130] Building C object zephyr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Jan 2025 08:33:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117884/problem-when-build-customboard-project-on-nrf54l15" /><item><title>RE: PROBLEM WHEN BUILD CUSTOMBOARD PROJECT ON NRF54L15</title><link>https://devzone.nordicsemi.com/thread/517876?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 08:33:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:150a69bd-ae78-42c3-a0c1-0b923d4119c4</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Happy to hear that you got it working. Hope you have a wonderful weekend!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PROBLEM WHEN BUILD CUSTOMBOARD PROJECT ON NRF54L15</title><link>https://devzone.nordicsemi.com/thread/517827?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 03:17:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66d340d8-ecae-4566-9572-95dda7c01b8e</guid><dc:creator>Nguyen Kha Duong</dc:creator><description>&lt;p&gt;I completed,&lt;br /&gt;Thanks for that a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PROBLEM WHEN BUILD CUSTOMBOARD PROJECT ON NRF54L15</title><link>https://devzone.nordicsemi.com/thread/517662?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2025 11:10:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a8ddd11-9ece-49e5-9fd1-0fdada26fdf9</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is two different GPIOTE instances, in different domains. See here for a overview:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/overview.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/overview.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I see that you are using a custom board, could you try to add these in your board DT:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;gpio0 {
	status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpio1 {
	status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpio2 {
	status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpiote20 {
	status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpiote30 {
	status = &amp;quot;okay&amp;quot;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And see if it compiles properly now?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PROBLEM WHEN BUILD CUSTOMBOARD PROJECT ON NRF54L15</title><link>https://devzone.nordicsemi.com/thread/517648?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2025 10:26:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d2c4719-d407-4360-be43-990730df99cb</guid><dc:creator>Nguyen Kha Duong</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;I just check in &amp;quot;global_peripheral&amp;quot; on NRF54L15 have 2 gpios (gpiote 20 and gpiote 30).&lt;br /&gt;What is different between with this?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PROBLEM WHEN BUILD CUSTOMBOARD PROJECT ON NRF54L15</title><link>https://devzone.nordicsemi.com/thread/517624?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2025 09:31:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c205d61e-79e0-4b05-b75c-d9f505e5134c</guid><dc:creator>X4ce</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Enable GPIOTE in dts overlay relay and try to compile.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;&amp;amp;gpiote {
	status = &amp;quot;okay&amp;quot;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>