<?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>nrf5340: Problems with getting IPC to work</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91318/nrf5340-problems-with-getting-ipc-to-work</link><description>I have been trying to implement the IPC code given in to send an event from the network core to the application core. I added CONFIG_NRFX_IPC=y the prj.conf for both cores. Whenever I try to build, I get the following error: 
 gen_isr_tables.py: error</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Aug 2022 22:00:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91318/nrf5340-problems-with-getting-ipc-to-work" /><item><title>RE: nrf5340: Problems with getting IPC to work</title><link>https://devzone.nordicsemi.com/thread/383536?ContentTypeID=1</link><pubDate>Fri, 26 Aug 2022 22:00:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce0fc3e3-59c6-40b5-81d3-873dae7475b2</guid><dc:creator>AviveScott</dc:creator><description>&lt;p&gt;That solved the problem. Thanks! I will need to look at what the MBOX driver is also.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340: Problems with getting IPC to work</title><link>https://devzone.nordicsemi.com/thread/383451?ContentTypeID=1</link><pubDate>Fri, 26 Aug 2022 11:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05cb485f-3744-4c27-b2d9-054b0d6a0ce5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It seems like maybethe Zephyr &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/zephyr/hardware/peripherals/mbox.html"&gt;MBOX&lt;/a&gt; driver gets enabled in your build. This driver will initialize the nrfx IPC driver on startup and define the IRQ vector.&lt;/p&gt;
&lt;p&gt;Please try to add the following configs to your net and app core build:&lt;/p&gt;
&lt;p&gt;CONFIG_MBOX=n&lt;br /&gt;CONFIG_NRF53_SYNC_RTC=n&lt;br /&gt;CONFIG_OPENAMP=n&lt;/p&gt;
&lt;p&gt;Best 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: nrf5340: Problems with getting IPC to work</title><link>https://devzone.nordicsemi.com/thread/383142?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 22:47:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7dd14bf-79e1-4fc3-af94-dfb8db401a56</guid><dc:creator>AviveScott</dc:creator><description>&lt;p&gt;Further information: I am running on the nrf5340 evaluation board. Both cores are returning NRFX_ERROR_ALREADY_INITIALIZED during the calls to ipc_init().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>