<?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>Multicore sample for the 54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116742/multicore-sample-for-the-54l15</link><description>Hi 
 Long time no see 
 I recently got my sweaty hands on a sparkly new 54L15DK, and I thought I would try it out. The AI guided me to the coremark sample and the multicore/hello_word sample, but I couldn&amp;#39;t find the hello_world sample anywhere in NCS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Mar 2025 22:17:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116742/multicore-sample-for-the-54l15" /><item><title>RE: Multicore sample for the 54L15</title><link>https://devzone.nordicsemi.com/thread/525610?ContentTypeID=1</link><pubDate>Mon, 03 Mar 2025 22:17:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1783f502-8054-429b-839c-c0038cc70453</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;The documentation on working with FLPR core is here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf54l/vpr_flpr.html"&gt;Working with the FLPR core&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicore sample for the 54L15</title><link>https://devzone.nordicsemi.com/thread/525166?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 22:09:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6226b1a1-cafb-4fdc-94ef-f4435b130879</guid><dc:creator>AndriiHere</dc:creator><description>&lt;p&gt;this is actually works!! how did you even figured this out? where can I find documentation about building for flpr core?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicore sample for the 54L15</title><link>https://devzone.nordicsemi.com/thread/513289?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2024 17:07:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67e1ccdf-c3da-4932-96be-3dbab4c6fc38</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Torbjørn,&lt;/p&gt;
&lt;p&gt;The snippet needs to be applied only to the cpuapp. When you&amp;nbsp;provide snippet like that, it gets applied to&amp;nbsp;all images.&lt;/p&gt;
&lt;p&gt;You will need to use the extra CMake argument menu instead and then put the &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;application name&amp;gt;_&lt;/span&gt; between &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-D&lt;/span&gt; and &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;SNIPPET&lt;/span&gt;, like when you add an extra Kconfig only to a specific image.&lt;/p&gt;
&lt;p&gt;For example, my application folder is named &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;icmsg_280&lt;/span&gt;, so I specified &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-Dicmsg_280_SNIPPET=nordic-flpr&lt;/span&gt;.&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/pastedimage1733245490381v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And then you build the sample just once with sysbuild. The remote image will be built automatically from the sysbuild setup. Flashing will also automatically include both cores.&lt;/p&gt;
&lt;p&gt;Getting to this point isn&amp;#39;t straight forward, sorry. I will relay this experience with the relevant team.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicore sample for the 54L15</title><link>https://devzone.nordicsemi.com/thread/512936?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 11:03:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fb1c16b-4245-4080-8ef5-d3ca2467d596</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Hieu&lt;/p&gt;
&lt;p&gt;Thanks a lot for the clarification.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you know how I should build the sample then?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried building the ipc_service/icmsg sample for the 54L appcore with the nordic-flpr snippet selected, but this won&amp;#39;t work:&lt;br /&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/pastedimage1733137001576v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I tried attaching the build log, but attaching files or text is not really working today &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61b.svg" title="Stuck out tongue"&gt;&amp;#x1f61b;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Are you supposed to build the sample twice, once for each core, or will sysbuild ensure that a single build can target both the appcore and the FLPR core?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbj&amp;oslash;rn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicore sample for the 54L15</title><link>https://devzone.nordicsemi.com/thread/512172?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 14:32:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4632d7a-349a-44a0-a53e-79ae4291a4fe</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Torbjørn,&lt;/p&gt;
&lt;p&gt;For communication between the cores, you use IPC, same as the nRF5340. The sample is here:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/v3.7.99-ncs1/samples/subsys/ipc/ipc_service/icmsg"&gt;sdk-zephyr/samples/subsys/ipc/ipc_service/icmsg at v3.7.99-ncs1 · nrfconnect/sdk-zephyr&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You will also need to &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v3.7.99-ncs1/samples/subsys/ipc/ipc_service/icmsg/sample.yaml#L25"&gt;use the snippet nordic-flpr&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See also:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/zephyr/build/snippets/index.html"&gt;Snippets&lt;br /&gt;&lt;/a&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/v3.7.99-ncs1/snippets/nordic-flpr"&gt;sdk-zephyr/snippets/nordic-flpr at v3.7.99-ncs1 · nrfconnect/sdk-zephyr&lt;/a&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/zephyr/build/snippets/index.html"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicore sample for the 54L15</title><link>https://devzone.nordicsemi.com/thread/512118?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 13:09:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cff86d87-0fcd-4fe0-9c3a-884f02c7a7d6</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Torbjørn,&lt;/p&gt;
&lt;p&gt;The AI is confused. The sample you want is&amp;nbsp;zephyr\samples\sysbuild\hello_world.&lt;/p&gt;
&lt;p&gt;Exchanging data between them is unfortunately not demonstrated there though :/&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>