<?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>nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49126/nrf9160-asset-tracker-cannot-compile-with-ses</link><description>I followed strictly all steps of the nRF Connect SDK Getting Started Assistant. However, the code doesn&amp;#39;t compile: 
 (...) 
 9&amp;gt; Compiling ‘reboot.c’ 1&amp;gt; In file included from C:/Nordic/nRF9160/ncs/zephyr/include/toolchain.h:21:0, 1&amp;gt; from zephyr/misc/generated</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Jul 2019 12:20:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49126/nrf9160-asset-tracker-cannot-compile-with-ses" /><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/196836?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2019 12:20:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7edc6881-e845-4c14-983b-8f8559b79516</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I saw your problem is already solved in&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/support-private/support/231818"&gt;https://devzone.nordicsemi.com/support-private/support/231818&lt;/a&gt;. I would like to close this case. Please let me know if you need further help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/196727?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2019 07:49:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bef4cb2-a150-4b30-927b-225630857904</guid><dc:creator>SergioT</dc:creator><description>&lt;p&gt;Thanks. MJD093 already helped and explained that the prj.conf had to be changed. Now the setting is correct but the Asset Tracker example still crashes when connection is established... I continue searching for the reason.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/195947?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2019 10:55:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c8ed927-d8dc-4e46-aabf-f6ba14cd5b23</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can set the network mode as described in&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf9160.html#network-mode" rel="noopener noreferrer" target="_blank"&gt;the documentation.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This &lt;a href="https://devzone.nordicsemi.com/support-private/support/231563"&gt;post&lt;/a&gt;&amp;nbsp;might help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/195664?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 13:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3aef231c-df58-4124-a0f1-e5f2776d09f9</guid><dc:creator>SergioT</dc:creator><description>&lt;p&gt;Hi Amanda: I already discovered a strange behaviour:&lt;/p&gt;
&lt;p&gt;I send AT+CFUN=4 to stop&lt;br /&gt;I send then AT%XSYSTEMMODE=0,1,0,0 to set to NB-IoT&lt;br /&gt;I send then AT+CFUN=0 to save it.&lt;/p&gt;
&lt;p&gt;After I reset and restart (AT+CFUN=1), if I send AT%XSYSTEMMODE? I get as answer AT%XSYSTEMMODE=1,0,0,0&lt;/p&gt;
&lt;p&gt;This means it doesn&amp;#39;t take the NB-IoT mode and that explains why I can&amp;#39;t get the connection. After RESET I see&amp;nbsp;the complete flash region as Non-Secure so I would expect we could write it.&lt;/p&gt;
&lt;p&gt;How to proceed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/195630?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 12:23:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89094878-222d-4409-908c-ca2c3bfb4ebc</guid><dc:creator>SergioT</dc:creator><description>&lt;p&gt;Hi Amanda: post was written mainly by me. However, after I used the ASSET_TRACKER example using SES I never again succeeded to put it to work, even if I change the mode to LTE and back to NB-IoT. Strange is also that I reflashed the latest FW 0.7.029-alpha-update (sorry if not exactly the name) but the software I wrote (printf test message) still runs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is the fw you provide like a Softdevice in nRF51? I would expect not! So I wonder why I can&amp;#39;t get the unit to factory reset status and then flash your latest FW version to get back to the point where it worked...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/195615?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 11:43:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:692703ed-5b58-414c-a1e3-b52a83e78214</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please see this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48775/we-can-t-connect-to-lte-or-nb-iot/195112#195112"&gt;post&lt;/a&gt;. Please let me know it can help or not.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/195511?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 07:17:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f49f59f-9365-4d5e-8d63-f3bab9d0ad22</guid><dc:creator>SergioT</dc:creator><description>&lt;p&gt;Hi Amanda:&lt;/p&gt;
&lt;p&gt;Thanks, I succeeded to compile and run it but I can&amp;#39;t get any connection to NB-IoT, although I could with original&amp;nbsp;mfwnrf916007029alpha.zip.&lt;/p&gt;
&lt;p&gt;Any tips?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/195500?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 05:44:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17b236ba-9b08-4759-be3a-9c634d9a65dc</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Download and install version&amp;nbsp;&lt;/span&gt;&lt;code&gt;7-2018-q2-update&lt;/code&gt;&lt;span&gt;&amp;nbsp;of the GNU ARM Embedded toolchain to be able to cross-compile for ARM targets.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/195393?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 14:06:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e848648d-6abb-4cdd-ad48-6b1394ebbaac</guid><dc:creator>SergioT</dc:creator><description>&lt;p&gt;I tried installing gcc-arm-none-eabi-8-2018-q4-major-win32-sha1 and now it is possible to compile, although it till fails on the creation of the hex file:&lt;/p&gt;
&lt;p&gt;1&amp;gt; Post-link command &lt;br /&gt;1&amp;gt; C:\gnuarmemb\bin\arm-none-eabi-objcopy.exe: zephyr.hex 64-bit address 0x4b4fa300008000 out of range for Intel Hex file&lt;br /&gt;1&amp;gt; C:\gnuarmemb\bin\arm-none-eabi-objcopy.exe:zephyr.hex: bad value&lt;br /&gt;Build failed&lt;/p&gt;
&lt;p&gt;Any tips?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;According to the documentation, this gcc version had a bug and we should use the previous one... which one should we use?&lt;/p&gt;
&lt;p&gt;Help is highly appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Asset Tracker: cannot compile with SES</title><link>https://devzone.nordicsemi.com/thread/195374?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 13:07:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:212e1958-ebf8-4a47-b210-fdc6881388ee</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/46606/nrf9160-dk-build-error-segger-embedded-studio-for-arm"&gt;post&lt;/a&gt; can help you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>