<?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>Partition in Keil nRF9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51150/partition-in-keil-nrf9160</link><description>Hello! 
 On the Nordic website there stands that Keil is supported. So I am currently using it throw the Package but i got a problem with the correct partitioning in Keil. 
 Everething works fine accept the BSD-library it always goes into Hard-Fault when</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Sep 2019 10:59:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51150/partition-in-keil-nrf9160" /><item><title>RE: Partition in Keil nRF9160</title><link>https://devzone.nordicsemi.com/thread/207642?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 10:59:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b385444-c476-47c0-80b0-4b406320ba6a</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Sorry for the delayed response. Are you using engineering silicon on your 91 SiP? Can you let me know what the markings are on the SiP? It could be related to &lt;a href="https://infocenter.nordicsemi.com/topic/errata_nRF9160_EngA/ERR/nRF9160/EngineeringA/latest/anomaly_160_17.html?cp=2_0_1_1_1_10"&gt;this errata&lt;/a&gt;. Another engineer mentioned the following: &amp;quot;In addition, how does their port file look? That they hang in that function can indicate that they have either not configured the secure region properly, or that their implementation of the bsd_os.c file is not properly done.&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Partition in Keil nRF9160</title><link>https://devzone.nordicsemi.com/thread/206149?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 14:04:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56f0b198-c6eb-4950-aff4-c93e6b21af0a</guid><dc:creator>dddddddddddddddd</dc:creator><description>&lt;p&gt;Hi Bj&amp;ouml;rn!&lt;/p&gt;
&lt;p&gt;Thank you for the answere that&amp;acute;s pretty much how far i came.&lt;/p&gt;
&lt;p&gt;The Problem which i am now having is that the bsd_init will hang up and when I stop the CPU (see pic 1) and when I am then stepping throw the Assembler there is a loop (pic 1 to pic 2 to pic 1...).&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Ren&amp;eacute;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/5417.1.JPG" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/_5F00_2.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Partition in Keil nRF9160</title><link>https://devzone.nordicsemi.com/thread/206124?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 13:03:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0136a3bf-26e2-422a-8499-5d8dda690601</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;René,&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;Sorry for the delayed response. You will&amp;nbsp;need to configure the secure boot example, then setup the application (non-secure) and port the bsd_os.c file to&amp;nbsp;your own environment.&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;Kind Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Bjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Partition in Keil nRF9160</title><link>https://devzone.nordicsemi.com/thread/204933?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 08:10:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0363854b-40e9-4b45-9a58-f39b2c1d8d51</guid><dc:creator>dddddddddddddddd</dc:creator><description>&lt;p&gt;Hi Bj&amp;ouml;rn!&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For clarification I am currently working in Keil and I am not using any RTOS because I want to build the AT_Client example without any RTOS at first and later with FreeRTOS. Currently the only part which does not work is the BSD-Library (bsd_init goes into Hard-Fault and yes I have read the documentation it is not because of illegitimate use).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When i debugged the bsd_init Function i saw that it goes into Hard-Fault by using an memory-function so my guess is that it is because of a not made partitioning and so I am asking you if you have any glue how to make this part right in Keil.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I would be very pleased if you cloud help me and of course later if the AT_Client example with Free RTOS works i will upload it because I think more users would appreciate that.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ren&amp;eacute;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Partition in Keil nRF9160</title><link>https://devzone.nordicsemi.com/thread/204904?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 06:43:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73824606-943d-4d22-b692-b1ee61091741</guid><dc:creator>dddddddddddddddd</dc:creator><description>&lt;p&gt;Hi Bj&amp;ouml;rn!&lt;/p&gt;
&lt;p&gt;The problem is my boss wants me to use Keil and later when everything works to use Free RTOS.&lt;/p&gt;
&lt;p&gt;So i do not need to use use NCS, my problem is to make the partitions you made with ldskript to have in Keil.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Ren&amp;eacute;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Partition in Keil nRF9160</title><link>https://devzone.nordicsemi.com/thread/204903?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 06:38:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd918b57-2e10-43cb-92fa-ba0c2d065db1</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi Rene,&lt;/p&gt;
&lt;p&gt;Keil is not supported on the nRF9160 DK. If you want to use NCS, you should use Segger Embedded Studio instead. We support Keil on the nRF5 SDK.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Bjorn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>