<?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>NRF54LM20 CRACEN SilexPK Header Include Issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127657/nrf54lm20-cracen-silexpk-header-include-issues</link><description>On v3.2.3 and v3.3.0-preview3 we are having issues getting CRACEN to build without patching it. 
 There are a bunch of includes that use the wrong paths, pointing to files that have been moved. Most of these have been fixed in v3.3.0-preview3, but there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Apr 2026 23:19:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127657/nrf54lm20-cracen-silexpk-header-include-issues" /><item><title>RE: NRF54LM20 CRACEN SilexPK Header Include Issues</title><link>https://devzone.nordicsemi.com/thread/564566?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2026 23:19:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11f662cd-cd50-4ba7-88b2-dbeae3b1b841</guid><dc:creator>ashlin4010</dc:creator><description>&lt;p&gt;Thank you for your work on this and the PR. It is&amp;nbsp;appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54LM20 CRACEN SilexPK Header Include Issues</title><link>https://devzone.nordicsemi.com/thread/564520?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2026 12:42:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52f0b2bd-f2e4-406c-8330-5c886ba0ae69</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The team did some testing, and there are no issues with these included in NCS. The problem here is that you are trying to use wolfssl, which is not really supported in NCS, and it does some weird header injecting. So the answer to your original question of: &amp;quot;What is the status of&amp;nbsp;CRACEN code? It did/does not build in&amp;nbsp;v3.2.3 and&amp;nbsp;v3.3.0-preview3, is it meant to?&amp;quot; is that it works perfectly fine with NCS. The team has created a PR that makes your sample build here: &lt;a title="https://github.com/nrfconnect/sdk-nrf/pull/27921" href="https://github.com/nrfconnect/sdk-nrf/pull/27921" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/pull/27921&lt;/a&gt;, since it is a nice cleanup anyways, but you should use the PSA api when doing crypto in NCS.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54LM20 CRACEN SilexPK Header Include Issues</title><link>https://devzone.nordicsemi.com/thread/564416?ContentTypeID=1</link><pubDate>Thu, 02 Apr 2026 07:59:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74a915bc-e0ae-44f5-8ae8-adccef3f67b8</guid><dc:creator>ashlin4010</dc:creator><description>&lt;p&gt;Sorry for the lack of info, I was&amp;nbsp;quite busy at the time.&lt;br /&gt;&lt;br /&gt;I have created a very&amp;nbsp;minimal example of the issues and have&amp;nbsp;included a patch file that&amp;nbsp;resolves the issue.&lt;br /&gt;The patch file is not to be considered as a proper fix, but it does help to&amp;nbsp;highlight the problem.&lt;/p&gt;
&lt;p&gt;Building and setup instructions are available in the README file.&lt;br /&gt;&lt;br /&gt;Steps to reproduce are as follows (&lt;strong&gt;see README for specific commands&lt;/strong&gt;, assumes you are on Linux):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Extract zip&lt;/li&gt;
&lt;li&gt;Set workspace, west init etc&lt;/li&gt;
&lt;li&gt;west build ... (will fail)&lt;/li&gt;
&lt;li&gt;observe build errors&lt;/li&gt;
&lt;li&gt;apply patch&lt;/li&gt;
&lt;li&gt;west build (will succeed)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Environment&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;Board: nrf54lm20A &amp;amp;&amp;nbsp;nrf54lm20B&lt;/span&gt;&lt;br /&gt;&lt;span&gt;SDK: v3.3.0-preview3&lt;br /&gt;Toolchain:&amp;nbsp;v3.2.1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notes on&amp;nbsp;preview3 &amp;amp;&amp;nbsp;v3.2.3&lt;br /&gt;&lt;/strong&gt;Both versions have these issues; it&amp;#39;s not a&amp;nbsp;regression.&lt;br /&gt;Preview 3 is&amp;nbsp;actually an improvement, but still not 100%&amp;nbsp;correct.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Source Files&lt;/strong&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/workspace_5F00_cracen.tar.gz"&gt;/cfs-file/__key/communityserver-discussions-components-files/4/workspace_5F00_cracen.tar.gz&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54LM20 CRACEN SilexPK Header Include Issues</title><link>https://devzone.nordicsemi.com/thread/564390?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2026 15:45:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5306cdd7-24e3-4cd9-9b73-5491f2a6d4c8</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you elaborate on how you build? We just tested this on NCS v3.3.0-preview3-branch, and it builds fine using west. Guess you might do something different? Could you&amp;nbsp;provide a simple project to help us reproduce the issue? In which release did it stop working? Could you try to delete the build folder manually&amp;nbsp;to get a completely clean build?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>