<?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/"><channel><title>Introducing the RISC-V coprocessor of the nRF54L Series</title><link>/nordic/nordic-blog/b/blog/posts/introducing-the-risc-v-coprocessor-of-the-nrf54l-series</link><description>The nRF54L Series SoCs features a RISC-V coprocessor, enabling efficient, flexible designs with enhanced performance and ultra-low-power wireless connectivity.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: Introducing the RISC-V coprocessor of the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/introducing-the-risc-v-coprocessor-of-the-nrf54l-series</link><pubDate>Wed, 29 Apr 2026 18:03:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96178cd0-b95e-4087-98ad-e8a6d49c3ec5</guid><dc:creator>ujur007</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;Hello!, I have a custom PCB where I have meshed up the spi00 pins by interchanged MISO/MOSI lines. Can RISC-V processor come to rescue? .&lt;/span&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1551&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Introducing the RISC-V coprocessor of the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/introducing-the-risc-v-coprocessor-of-the-nrf54l-series</link><pubDate>Wed, 01 Apr 2026 22:18:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96178cd0-b95e-4087-98ad-e8a6d49c3ec5</guid><dc:creator>Sebastian Viviani</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Jack,&lt;br /&gt;&amp;nbsp; &amp;nbsp; probably best to create a support ticket for this, as this seems to be something related to sysbuild.&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1551&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Introducing the RISC-V coprocessor of the nRF54L Series</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/introducing-the-risc-v-coprocessor-of-the-nrf54l-series</link><pubDate>Thu, 26 Mar 2026 09:26:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96178cd0-b95e-4087-98ad-e8a6d49c3ec5</guid><dc:creator>Jack jpeng</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello! I&amp;rsquo;m currently looking to use the M33 on the nRF54L15 for range-finding calculations, whilst the RISC-V VPR coprocessor handles some feature processing. I&amp;rsquo;m currently using NCS v3.2.1, and I&amp;rsquo;ve built two images. The one below is for the RISC-V VPR coprocessor; here is the CMake file for RISV.&lt;/p&gt;
&lt;pre class="ui-code" data-mode="text"&gt;# uwb_merge/sysbuild.cmake
cmake_minimum_required(VERSION 3.20.0)

ExternalZephyrProject_Add(
    APPLICATION cpuflpr
    SOURCE_DIR  ${APP_DIR}/cpuflpr
    BOARD       nrf54l15dk/nrf54l15/cpuflpr
    BUILD_ONLY  y                          
)

add_dependencies(${DEFAULT_IMAGE} cpuflpr)&lt;/pre&gt;
&lt;p&gt;Currently, the PM script continues to add `cpuflpr` to the `--images` list, even though there is no corresponding entry in `partitions.yml`, causing the Python script to crash. (The `BUILD_ONLY y` option does not take effect in the `partition_manager.cmake` file for NCS v3.2.1.) The purpose of `BUILD_ONLY y` is to allow sysbuild to compile this image, but not to hand it over to the Partition Manager for management; instead, cpuapp is responsible for loading it into SRAM and booting it at runtime. Is there a good solution to fix this?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1551&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>