<?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>Sample Code for the nrf53</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56259/sample-code-for-the-nrf53</link><description>So the nrf53 codebase is pretty much non-existent from what I can see. Is there any example code to launch the proprietary Enhanced Shockburst in receive mode? 
 Kind of like to manage a some devices on the application side while packets are flying on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Jan 2020 19:12:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56259/sample-code-for-the-nrf53" /><item><title>RE: Sample Code for the nrf53</title><link>https://devzone.nordicsemi.com/thread/228433?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2020 19:12:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4192393-baae-4647-924f-1a83c97dc474</guid><dc:creator>Marciano-PL</dc:creator><description>&lt;p&gt;Yes, applications similar to nrf52. They have different specs though. There is a communication channel which you can use, or DPPI for triggering events across cores.&lt;br /&gt;&lt;br /&gt;As for the memory locations, zephyr has the memory regions defined in their board.dts files for the nrf53.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sample Code for the nrf53</title><link>https://devzone.nordicsemi.com/thread/228362?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2020 13:04:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d4bb647-e131-4e74-9e2a-9752f06499b0</guid><dc:creator>AMarch</dc:creator><description>&lt;p&gt;Ok thats good information. So theoretically, I could develop two nrf52 type applications and load them into the cores, then talk back and forth through a shared memory block? This would be with the assumption that the cstartup code is identical, which would be rather lucky coincidence.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also, I am assuming there a build settings for the fixing up the memory offsets depending on which CPU you are on, but maybe locally to each CPU the flash block sits at the same location.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sample Code for the nrf53</title><link>https://devzone.nordicsemi.com/thread/228233?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2020 22:52:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e1fca14-ab3c-4aea-94e0-215d3ca3cef2</guid><dc:creator>Marciano-PL</dc:creator><description>&lt;p&gt;Yes, it is possible to flash on only one core at a time.&amp;nbsp;When you build your application you must decide whether you are building for the APP or NET CPU which will determine which portion of the board you are flashing. &lt;br /&gt;&lt;br /&gt;When you connect via nrfjprog or JLink you must specify which core you are addressing.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;nrfjprog&lt;/strong&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog -f NRF53 --coprocessor CP_APPLICATION &amp;lt;&amp;lt;insert your options here&amp;gt;&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;JLink&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;J-Link&amp;gt;connect
Please specify device / core. &amp;lt;Default&amp;gt;: NRF5340_XXAA_NET
Type &amp;#39;?&amp;#39; for selection dialog
Device&amp;gt; NRF5340_XXAA_APP
Please specify target interface:
  J) JTAG (Default)
  S) SWD
  T) cJTAG
TIF&amp;gt;SWD
Specify target interface speed [kHz]. &amp;lt;Default&amp;gt;: 4000 kHz
Speed&amp;gt;4000
Device &amp;quot;NRF5340_XXAA_APP&amp;quot; selected.


Connecting to target via SWD
Found SW-DP with ID 0x6BA02477
Scanning AP map to find all available APs
AP[4]: Stopped AP scan as end of AP map has been reached
AP[0]: AHB-AP (IDR: 0x84770001)
AP[1]: AHB-AP (IDR: 0x84770001)
AP[2]: JTAG-AP (IDR: 0x12880000)
AP[3]: JTAG-AP (IDR: 0x12880000)
Iterating through AP map to find AHB-AP to use
AP[0]: Core found
AP[0]: AHB-AP ROM base: 0xE00FF000
CPUID register: 0x410FD214. Implementer code: 0x41 (ARM)
Found Cortex-M33 r0p4, Little endian.
FPUnit: 8 code (BP) slots and 0 literal slots
Security extension: implemented
Secure debug: enabled
CoreSight components:
ROMTbl[0] @ E00FF000
ROMTbl[0][0]: E000E000, CID: B105900D, PID: 000BBD21 Cortex-M33
ROMTbl[0][1]: E0001000, CID: B105900D, PID: 000BBD21 DWT
ROMTbl[0][2]: E0002000, CID: B105900D, PID: 000BBD21 FPB
ROMTbl[0][3]: E0000000, CID: B105900D, PID: 000BBD21 ITM
ROMTbl[0][5]: E0041000, CID: B105900D, PID: 002BBD21 ETM
ROMTbl[0][6]: E0042000, CID: B105900D, PID: 000BBD21 CTI
Cortex-M33 identified.&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sample Code for the nrf53</title><link>https://devzone.nordicsemi.com/thread/227983?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 18:00:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2078d470-4299-4c2e-ab72-2d8184112d54</guid><dc:creator>AMarch</dc:creator><description>&lt;p&gt;I noticed there is only one target, is there a way to just target one CPU at a time? I kind of assumed you would be able to load the flash on one , then the other and then let them run.&amp;nbsp;&lt;br /&gt;Thanks for the links.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sample Code for the nrf53</title><link>https://devzone.nordicsemi.com/thread/227824?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 09:20:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dff0f815-cfc7-4164-b493-98d7b3dddf1c</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]So the nrf53 codebase is pretty much non-existent from what I can see. Is there any example code to launch the proprietary Enhanced Shockburst in receive mode?[/quote]
&lt;p&gt;&amp;nbsp;There is currently no example code other than what is available in &amp;quot;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/examples.html"&gt;Samples and Applications&lt;/a&gt;&amp;quot;. This is still work-in-progress. In the mean-time, you could have a look at &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_esb.html#ug-esb"&gt;Enhanced Shockburst documentation&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/esb/README.html"&gt;sample (nRF5x)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please see &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html#working-with-nrf5340"&gt;Working with nRF5340&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;[quote user=""][/quote]&lt;/p&gt;
&lt;p&gt;Are there any examples of semaphore usage between the two CPUs?&lt;/p&gt;
&lt;p&gt;Can you load current nrf52 compiled pieces into each CPU separately and roll your own shared memory manager?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I do not have any answers to this at this moment, will ask our nRF5340 team.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>