<?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>nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29070/nrf52-bootloader_secure_ble</link><description>Hello, I am using nrf52 with sdk 13.0.0. Bootloader_secure_ble gives error while compiling. What should I do ? 
 Error[Lt009]: Inconsistent wchar_t size 
 micro_ecc_lib_uECC.c.o(micro_ecc_lib_nrf52.a) has wchar_t size 16 bits 
 app_error_weak.o and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Jan 2019 15:00:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29070/nrf52-bootloader_secure_ble" /><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/164972?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 15:00:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4783655-e329-4a9f-b6cb-4fe4e27be844</guid><dc:creator>Marco V.</dc:creator><description>&lt;p&gt;Hello Howard,&lt;/p&gt;
&lt;p&gt;I had the same problem, then the&amp;nbsp;&lt;span&gt;SDK v15.2.0 Release Notes helped me:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;&lt;/em&gt;&amp;nbsp;&lt;em&gt;Note for IAR 8 users: (Libraries for IAR 8 require wchar_t to be of size 32 bits while IAR 7 requires 16 bits). &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;To run a project using IAR 8, follow these intructions: &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- Open the IAR project in IAR 8. The IAR workbench will automatically generate an IAR 8 compatible project file. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- If the project contains one of the precompiled libraries listed below, replace it with the IAR 8 compatible alternative (there are no projects targeting nRF51 in this SDK). &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- Save the project. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- When building the project, you might get the warning: &amp;quot;The header file &amp;#39;cmsis_iar.h&amp;#39; is obsolete and should not be used. [...]&amp;quot;. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- The problem is described in DevZone post: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/31123/iar-ewarm-8-22-1-complains-about-cmsis_iar-h"&gt;devzone.nordicsemi.com/.../iar-ewarm-8-22-1-complains-about-cmsis_iar-h&lt;/a&gt; The solution is to remove all occurrences of #include &amp;lt;cmsis_iar.h&amp;gt;. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt; The affected libraries are: &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt; - micro-ecc crypto: &lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;IAR7: Includes library located in the folder named &amp;ldquo;&amp;hellip;_iar\&amp;hellip;&amp;rdquo;. &lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;IAR8: Switch to using the library from the folder named &amp;ldquo;&amp;hellip;_armgcc\&amp;hellip;&lt;/strong&gt;&amp;rdquo;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve simply cross-compiled &amp;quot;_armgcc\&amp;quot;&amp;nbsp; and switched the library and all seems to work correctly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/143769?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 19:34:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9db773f0-84c2-4ac3-b409-24360c300485</guid><dc:creator>howard n2wx</dc:creator><description>&lt;p&gt;Thank you Bj&amp;oslash;rn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/143487?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 07:11:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbcd2e7d-a1a2-4789-b69d-496933e91993</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;HI Howard, please refer this section of the SDK v15.0.0 Release Notes&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Note for IAR 8 users:&lt;br /&gt;Libraries for IAR 8 require wchar_t to be of size 32 bits while IAR 7 requires 16 bits.&lt;br /&gt;To run a project using IAR 8, follow these intructions:&lt;br /&gt;&amp;nbsp;- Open the IAR project in IAR 8. The IAR workbench will automatically generate an IAR 8 compatible project file.&lt;br /&gt;&amp;nbsp;- If the project contains one of the precompiled libraries listed below, replace it with the IAR 8 compatible alternative&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(there are no projects targeting nRF51 in this SDK).&lt;br /&gt;&amp;nbsp;- Save the project.&lt;br /&gt;&amp;nbsp;- When building the project, you might get the warning: &amp;quot;The header file &amp;#39;cmsis_iar.h&amp;#39; is obsolete and should not be used. ....&amp;quot;.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;The problem is described in DevZone post: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/31123/iar-ewarm-8-22-1-complains-about-cmsis_iar-h"&gt;devzone.nordicsemi.com/.../iar-ewarm-8-22-1-complains-about-cmsis_iar-h&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;The solution is to remove all occurrences of #include &amp;lt;cmsis_iar.h&amp;gt;.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/142887?ContentTypeID=1</link><pubDate>Fri, 03 Aug 2018 20:25:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c99f7bf-af2a-4070-aa0f-b940b6fdf419</guid><dc:creator>howard n2wx</dc:creator><description>&lt;p&gt;Bj&amp;oslash;rn, I&amp;#39;m on SDK15 but with IAR 8.20.2.&amp;nbsp; IAR 8 has taken me from simple examples to adding multiple instances of ble_nus and single instance ble_nus_c to the hrscs_relay example and but for DFU I have an MVP.&amp;nbsp; I&amp;#39;d like to report that 8.20.2 works well with SDK15.&lt;/p&gt;
&lt;p&gt;Does the internal report system have any additional notes on IAR 8.20 and the need to remove -short-wchar from the micro-ecc Makefile?&amp;nbsp;&amp;nbsp; I have the same issue as Chris does if I don&amp;#39;t remove -short-wchar, that is, a fatal link error complaining about micro-ecc&amp;#39;s 16 bit wchar_t and IAR&amp;#39;s 32 bit wchar_t.&lt;/p&gt;
&lt;p&gt;Thank you, Howard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115272?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2018 14:08:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cb5054a-3662-4cf9-aa50-a18e84345d1c</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Perfect, thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115271?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2018 13:54:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aeea7c25-305f-427b-be0c-0d2831c6c6d9</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You should only have to clone the micro-ecc library to the folder specified in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/lib_crypto.html#lib_crypto_installing"&gt;Install micro-ecc&lt;/a&gt; section. SES uses GCC as its compiler so it should be able to compile the micro-ecc source together with the rest of the project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115273?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2018 13:26:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:799788fa-7c34-4eb4-bbea-48de9df207a1</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Bjorn- Thanks, I am using v14.2.0. As far as I can tell, I still need micro-ecc:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/sdk_app_serial_dfu_bootloader.html?cp=4_0_0_4_4_2"&gt;infocenter.nordicsemi.com/.../sdk_app_serial_dfu_bootloader.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Should I re-make the library using armgcc when using SES?&lt;/p&gt;
&lt;p&gt;-Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115274?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2018 07:10:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbc070b5-7334-4444-96ae-92d21dbdfc32</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;@cphelan( chris) : SES is fully supported in SDK v14.2.0, i.e. SES projects are generated for all examples so the bootloader example should compile and function out of the box. I suggest you move to the latest version of the SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115270?ContentTypeID=1</link><pubDate>Mon, 15 Jan 2018 21:45:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0de89960-d46e-4547-be1d-d89d5431f451</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Bjorn -&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve started working with SES but potentially hit a roadblock with DFU and uECC. Is there a SES option for compiling this library? If not, is there a workaround?&lt;/p&gt;
&lt;p&gt;-Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115282?ContentTypeID=1</link><pubDate>Mon, 08 Jan 2018 09:40:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cb9b26d-1946-412e-9ddf-630cedb3dec7</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I am not that familiar with IAR, as I&amp;#39;ve mostly been using Keil and now SES. Hence, my opinion might be a bit biased, but I would say that the main advantages are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the free perpetual license for SES for development on Nordic ICs.&lt;/li&gt;
&lt;li&gt;SES is cross-platform, i.e. runson Windows, Linux and macOS.&lt;/li&gt;
&lt;li&gt;SES allows you to view logging information sent using Seggers RTT( one of the two logging backends we support in our SDK) directly in the SES IDE, rather than having to open a RTT terminal window.&lt;/li&gt;
&lt;li&gt;Integrated Debugger with advanced debug information windows and direct J-Link integration.&lt;/li&gt;
&lt;li&gt;Project converter for KEIL/IAR projects to SES.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As for testing, we&amp;#39;ve signed a licensing agreement with Segger so any issues that are reported with the IDE are reported back to SEGGER by us so that they are fixed as soon as possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115281?ContentTypeID=1</link><pubDate>Sat, 06 Jan 2018 01:13:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a02ddc6-c16b-41f8-b276-bed063713c80</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Bjorn - One last question on this topic - would you recommend segger embedded studio over IAR? I know SES is now supported, but I don&amp;#39;t know how thoroughly it has been tested.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115279?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2018 21:51:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:472f87cb-c51b-4dfc-b872-301250d74891</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Thanks. Looks like 7.8.4 still works with our license server - fingers crossed that this continues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115280?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2018 09:30:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf01c4f0-bf3a-4533-bee9-0b2028038e05</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Unfortunately, we do not have any documentation other than the cases reported here on DevZone.
We&amp;#39;re working on updating our build system to a newer version of IAR, but I cannot give you any ETA on this. So, my suggestion would be to try to downgrade the IAR version, if that is not possible then try searching for solutions on DevZone. If you cant find the solution for a issue here on DevZOne then you can contact us through our &lt;a href="https://www.nordicsemi.com/eng/nordic/mypage"&gt;MyPage&lt;/a&gt; system and then we&amp;#39;ll try to look through our internal support system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115278?ContentTypeID=1</link><pubDate>Thu, 04 Jan 2018 18:53:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68e3d749-2c14-4d5d-b241-854941797cac</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Thanks. Unfortunately IARv7.x versions are fairly old at this point, and I suspect we are going to have issues with our IAR license server supporting these older versions (but we are going to try nonetheless). I know this isn&amp;#39;t really your problem, but it would be good to know if there is any documentation covering the issues I might run in to if I do proceed with an up-to-date version of IAR. Is there anything like this available?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115277?ContentTypeID=1</link><pubDate>Thu, 04 Jan 2018 07:36:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55f2fcc3-a10a-4fa1-a778-97a84dae1402</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, we&amp;#39;re still using IAR v7.80.4 for test and verfication of the latest SDK version, i.e. v14.2.0. THus, my recommendation would be to use IAR v7.x.x.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115276?ContentTypeID=1</link><pubDate>Thu, 04 Jan 2018 02:12:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fd98284-8c38-4105-aaae-7c9ecfb2f2e7</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Bjørn - are your comments above regarding IAR v8.x still valid? I am running IAR 8.11.3, to date no IAR-related issues, but I&amp;#39;ve also just been using the nrf52832 as a MCU. I am now beginning to add in DFU and soon BLE as well, and I&amp;#39;d rather not have to debug IAR while debugging my code as well!&lt;/p&gt;
&lt;p&gt;Note that I arrived at this post because I received the same error as hhuseyin. Please let me know if I should make the correction you recommend in the makefile, or if I need to move to an older version of IAR.&lt;/p&gt;
&lt;p&gt;-Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115275?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2017 13:35:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ae2b132-1f0a-4857-a50f-5b013a230996</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;@hhuseyin: Just discussed this with one of our SW developers and according to him you need to use IAR v7.x as there are many changes, described &lt;a href="http://netstorage.iar.com/SuppDB/Public/UPDINFO/012120/arm/doc/infocenter/iccarm.ENU.html"&gt;here&lt;/a&gt;, that are not compatible with our SDK yet, i.e. will be in a future release. So, for now, stay with IAR v7.x and disregard my previous comment. Removing the -fshort-wchar flag may remove the linker errors, but we cant guarantee that the rest of the SDK source will behave as it is intended to with v8.x.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115269?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2017 13:06:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0113da1d-a9ab-4c44-81b8-4eec5d253aaa</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;@hhuseyin: I apologize for my late reply, I was out of office on travel last week. Are you using the IAR v8.10 or v8.11? If so you need to modify the Makefile in &lt;code&gt;external\micro-ecc\nrf52_iar\armgcc&lt;/code&gt; to not use the &lt;code&gt;-fshort-wchar&lt;/code&gt; flag, i.e. line 32 in the Makefile should look like this&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;CFLAGS += -fno-builtin --short-enums 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This is because IAR v7.x set wchar_t size 2 bytes(16bits), but v8.x sets it to 4 bytes(32bits) so by removing the &lt;code&gt;-fshort-wchar&lt;/code&gt; flag you set the size to 4 bytes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115268?ContentTypeID=1</link><pubDate>Mon, 29 May 2017 11:57:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ba633bd-3294-4e76-ae45-e34b23da634d</guid><dc:creator>hhuseyin</dc:creator><description>&lt;p&gt;I&amp;#39;m waiting for your answer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115267?ContentTypeID=1</link><pubDate>Sat, 27 May 2017 09:02:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74dacb65-2a92-4080-82e6-78a5e539f934</guid><dc:creator>hhuseyin</dc:creator><description>&lt;p&gt;I am using IAR. After I create public_key.c, I copy it to dfu_public_key.c in the dfu_req_handling folder. I get this error
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7563.error.png" alt="image description" /&gt;
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/micro-ecc-folder.png" alt="image description" /&gt;
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/micro-ecc.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Bootloader_secure_ble</title><link>https://devzone.nordicsemi.com/thread/115266?ContentTypeID=1</link><pubDate>Fri, 26 May 2017 11:27:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebd5b721-9375-4b66-8db9-4914ab886d95</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;How are you compiling the bootloader project? Are you using Keil, GCC, IAR? Have you followed the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/lib_crypto.html?cp=4_0_0_3_10_2_0#lib_crypto_installing"&gt;compile instructions&lt;/a&gt; stated in the Cryptographic Library documentation?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>