<?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>MCUBoot + CPUAPP + FLPR with BLE DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128816/mcuboot-cpuapp-flpr-with-ble-dfu</link><description>Hi DevZone, 
 I am currently working on a project that uses MCUboot (DFU over BLE) on the CPUAPP core together with a custom FLPR application. 
 I successfully got this working by following the guide on signing an application with an FLPR payload: https</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Aug 2026 06:40:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128816/mcuboot-cpuapp-flpr-with-ble-dfu" /><item><title>RE: MCUBoot + CPUAPP + FLPR with BLE DFU</title><link>https://devzone.nordicsemi.com/thread/570133?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2026 06:40:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0c4425f-c071-4e02-8d66-d131a2715815</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Glad to hear! Thank you for the update.&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MCUBoot + CPUAPP + FLPR with BLE DFU</title><link>https://devzone.nordicsemi.com/thread/570027?ContentTypeID=1</link><pubDate>Sun, 09 Aug 2026 17:38:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8bebfba8-bc9e-437a-b64e-9f181b07ecda</guid><dc:creator>Notnac60</dc:creator><description>&lt;p class="isSelectedEnd"&gt;&lt;span&gt;Hi Vidar,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I integrated your solution into my application, and it works perfectly. Thanks for the elegant solution and the quick reply!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Dennis&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MCUBoot + CPUAPP + FLPR with BLE DFU</title><link>https://devzone.nordicsemi.com/thread/569684?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2026 10:34:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdab0e97-ae21-4bc9-aa3b-8936e4c50110</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Dennis,&lt;/p&gt;
&lt;p&gt;Thank you for the kind feedback. Regarding debugging, this approach should not affect debugging support, as the FLPR code is loaded from the C array to RAM before execution. Also, if you inspect the *.map file for the coprocessor image, you will see that everything is&amp;nbsp;linked to RAM so it does not matter where the&amp;nbsp;code is located initially in RRAM.&lt;/p&gt;
&lt;p&gt;Kind 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: MCUBoot + CPUAPP + FLPR with BLE DFU</title><link>https://devzone.nordicsemi.com/thread/569658?ContentTypeID=1</link><pubDate>Wed, 29 Jul 2026 18:20:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30369ee0-d661-4672-833e-87f2163e2a27</guid><dc:creator>Notnac60</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Andreas,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for the fast reply. I had a look at the repository, and it&amp;#39;s a really smart and elegant solution. It does indeed solve all the issues I ran into while following the official guide.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;One question regarding debugging: since the FLPR firmware is now embedded as a &lt;/span&gt;&lt;code dir="ltr"&gt;&lt;span&gt;const&lt;/span&gt;&lt;/code&gt;&lt;span&gt; C array in the CPUAPP, how do you debug the FLPR? As I understand it, you can&amp;#39;t debug both cores at the same time with this setup.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Dennis&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MCUBoot + CPUAPP + FLPR with BLE DFU</title><link>https://devzone.nordicsemi.com/thread/569572?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2026 12:53:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f391c00f-4dbf-49d5-995d-a7c2eb93200c</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m gonna start by suggesting this sample by my colleague Vidar:&amp;nbsp;&lt;a href="https://github.com/vidarbe/ncs_hello_world_with_flpr"&gt;https://github.com/vidarbe/ncs_hello_world_with_flpr&lt;/a&gt;&amp;nbsp; This should solve the question about image signing, but I believe there are some differences between your implementation and his. Could you have a look at this and let me know if this works for your use case?&lt;/p&gt;
[quote user=""]&lt;p&gt;&lt;strong&gt;Partition Manager&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Since the documentation mentions that Partition Manager will eventually be discontinued, is it already possible (or recommended) to build this setup without using Partition Manager?&amp;nbsp;&lt;/p&gt;[/quote]
&lt;p&gt;I believe it should be, but I&amp;#39;ve not validated it myself. You could try creating a version of the sample which has been sent through this script:&amp;nbsp;&lt;a href="https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/releases_and_maturity/migration/migration_partitions.html#migrate-your-project-to-dts-partitioning"&gt;https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/releases_and_maturity/migration/migration_partitions.html#migrate-your-project-to-dts-partitioning&lt;/a&gt;&amp;nbsp;in NCS 3.4.0&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>