<?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>Problem with setting up SEGGER on MAC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61872/problem-with-setting-up-segger-on-mac</link><description>Hello! 
 I am setting up SEGGER on my mac. Completed all the steps in Getting Started Assistant. But in the last step at &amp;quot;Set up a project in SEGGER Embedded Studio&amp;quot; where I need to set locations for files and directories, after I press OK, I get an error</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Jun 2020 14:53:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61872/problem-with-setting-up-segger-on-mac" /><item><title>RE: Problem with setting up SEGGER on MAC</title><link>https://devzone.nordicsemi.com/thread/253341?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2020 14:53:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1673a59d-4351-4358-8850-a7711a881a44</guid><dc:creator>pemar13</dc:creator><description>&lt;p&gt;Your more than welcome Edgar!&lt;/p&gt;
&lt;p&gt;Please note Case &lt;span&gt;250739&amp;nbsp;&lt;/span&gt;I just submitted: using the above scheme, I cannot get ncs v1.3.0 rc1 to work.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Per&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with setting up SEGGER on MAC</title><link>https://devzone.nordicsemi.com/thread/252678?ContentTypeID=1</link><pubDate>Tue, 02 Jun 2020 10:27:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ab0c92c-790a-473e-977d-f2dac98dbee0</guid><dc:creator>edgars.dev</dc:creator><description>&lt;p&gt;Please, don&amp;#39;t be sorry and huge thanks for your help! Finally, with your help, got through setup process and build was succesful.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with setting up SEGGER on MAC</title><link>https://devzone.nordicsemi.com/thread/252145?ContentTypeID=1</link><pubDate>Thu, 28 May 2020 11:17:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:955d20be-9d9b-44ef-904a-7dc1f56f022e</guid><dc:creator>pemar13</dc:creator><description>&lt;p&gt;Hi Edgar!&lt;/p&gt;
&lt;p&gt;Sorry to jump in, but I have struggled a lot before finally getting SES to work reliably in macOS (especially Catalina) before finally trying python virtual environments. The only(?) caveat is that you have to start SES from a terminal.&lt;/p&gt;
&lt;p&gt;Since I had made a lot of failed attempts at getting things to work, I started with a complete uninstall of HomeBrew. Then, I basically followed the instructions in the nrFConnect Getting Started Assistant with the following additions (not sure how important each step is, but the end result is good):&lt;/p&gt;
&lt;p&gt;1. After extracting the GNU ARM Embedded tar to /opt/gnuarmemb, install the nRF Command-Line Tools (nRF Tools and J_LINK).&lt;/p&gt;
&lt;p&gt;2. After&amp;nbsp;&lt;span&gt;installing west and cloning the repos to the ncs folder of my choice, in the terminal:&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;a. Create&amp;nbsp;a Python virtual environment: python3 -m venv Path/To/ncs120 (or whatever folder name you choose)&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&lt;br /&gt;b. Activate the Python virtual environment: source&amp;nbsp;&lt;span&gt;path/to/&lt;/span&gt;ncs120/bin/activate&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;3. Then, still in the terminal, install the required Python modules:&lt;br /&gt;a. pip3 install -r zephyr/scripts/requirements.txt&lt;br /&gt;b. pip3 install -r nrf/scripts/requirements.txt&lt;br /&gt;c. pip3 install -r bootloader/mcuboot/scripts/requirements.txt&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;After extracting the SES to /Applications/Path/To/SES&amp;nbsp;(or whatever folder name you choose) start SES as follows:&lt;br /&gt;&lt;/span&gt;&lt;span&gt;A. Open a terminal&lt;br /&gt;B.&amp;nbsp;Activate the Python virtual environment: &amp;#39;source&amp;nbsp;path/to/ncs120/bin/activate&amp;#39;&lt;br /&gt;C. Start SES: &amp;quot;/Applications/PathTo/SES/Segger Embedded Studio for ARM 4.52.app/Contents/MacOS/emStudio&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ensure the correct paths in your .bashrc/.zshrc file:&lt;/span&gt;&lt;br /&gt;export PATH=&amp;quot;$HOME/Library/Python/3.7/bin:$PATH&amp;quot;&lt;br /&gt;export PATH=&amp;quot;/Applications/Nordic Semiconductor/nrfjprog:$PATH&amp;quot;&lt;br /&gt;export PATH=&amp;quot;/Applications/Nordic Semiconductor/mergehex:$PATH&amp;quot;&lt;br /&gt;export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb&lt;br /&gt;export GNUARMEMB_TOOLCHAIN_PATH=/opt/gnuarmemb&lt;br /&gt;export ZEPHYR_BASE=/Volumes/MacData/Users/pemar/Develop/Nordic/ncs/zephyr&lt;br /&gt;source /Volumes/MacData/Users/pemar/Develop/Nordic/ncs/zephyr/zephyr-env.sh&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;Ensure that the SES Options for RF Connect CMake and Executable are set to None; the Directories for ARM Embedded Toolchainand Zephyr Base must be set correctly&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;One &amp;quot;bonus&amp;quot;&amp;nbsp;is that you can start multiple instances of SES by repeating the steps A-C from a new terminal window.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I hope I didn&amp;#39;t miss anything. Good luck!&lt;br /&gt;/Per&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with setting up SEGGER on MAC</title><link>https://devzone.nordicsemi.com/thread/251924?ContentTypeID=1</link><pubDate>Wed, 27 May 2020 11:30:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4878c53-b461-4257-b962-29e68eb9477b</guid><dc:creator>edgars.dev</dc:creator><description>&lt;p&gt;I know that, I tried both. But it doesn&amp;#39;t change anything regarding to my problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with setting up SEGGER on MAC</title><link>https://devzone.nordicsemi.com/thread/251912?ContentTypeID=1</link><pubDate>Wed, 27 May 2020 10:59:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0ee4530-53d0-4c2a-a8c2-36751fdf5c95</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Check the comment in &lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/ncs-tutorial---temporary#h23sjwm53ncqb12k9r1nw58mo1k4vuyc"&gt;NCS tutorial part 1 - nRF9160 DK&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;The modem always operates in a non-secure domain (read more about this in&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf9160/spu.html?cp=2_0_0_5_14_6#external_domain_access_control"&gt;External domain access control&lt;/a&gt;&amp;nbsp;on the infocenter),&amp;nbsp;and the application must do the same in order to communicate with it. Therefore, all the samples&amp;nbsp;in&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/v1.2.0/samples/nrf9160"&gt;&amp;lt;..&amp;gt;/nrf/samples/nrf9160&lt;/a&gt;&amp;nbsp;as well as the&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/v1.2.0/applications/asset_tracker"&gt;asset_tracker&lt;/a&gt;, have to be built as nonsecure in order to work.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Therefore, you have to choose the nonsecure version of the board in the nRF Connect Options. &lt;strong&gt;Set Board name equal to thingy91_nrf9160&lt;span style="text-decoration:underline;"&gt;ns&lt;/span&gt; instead of thingy91_nrf9160&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>