<?xml-stylesheet type="text/xsl" href="https://test-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/"><channel><title>nRF Connect SDK Tutorial - Part 2 | v1.5.0</title><link>/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0</link><description>&amp;rarr; Check out the preceding part of this tutorial series before starting on this: nRF Connect SDK Tutorial - Part 1 

Welcome to the second part of this tutorial series. Now you know, to a small extent, how samples are built using nR...</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><item><title>RE: nRF Connect SDK Tutorial - Part 2 | v1.5.0</title><link>https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0</link><pubDate>Sat, 15 Jan 2022 21:41:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b82a549-6f1b-4c8b-8a29-22d307650015</guid><dc:creator>user111909</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;what is this datatype means &amp;quot;static s16_t&amp;quot;?, I am getting error while building. Thanks and Regards&lt;/p&gt;&lt;img src="https://test-devzone.nordicsemi.com/aggbug?PostID=1342&amp;AppID=25&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: nRF Connect SDK Tutorial - Part 2 | v1.5.0</title><link>https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0</link><pubDate>Fri, 15 Oct 2021 08:59:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b82a549-6f1b-4c8b-8a29-22d307650015</guid><dc:creator>user19421</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi&lt;br /&gt;I am facing an issue by following modifying device tree. i create the file .overlay of type config in in my project directory .i created the folder by following the above instruction.&lt;/p&gt;
&lt;p&gt;i just want to use the LED 2 for PWM0. and want to achieve though overlay file.&lt;em&gt; I try both the method one by one by status label to okay in overlay file and 2nd time in nrf9160_common .but the did not change the LED2. please suggest me solution? Do i need to make changes in CMakeLists.txt file too?&lt;/em&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="https://test-devzone.nordicsemi.com/aggbug?PostID=1342&amp;AppID=25&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: nRF Connect SDK Tutorial - Part 2 | v1.5.0</title><link>https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0</link><pubDate>Mon, 13 Sep 2021 15:26:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b82a549-6f1b-4c8b-8a29-22d307650015</guid><dc:creator>user32317</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;Please note, if using nRF Connect SDK v1.6.1, need to add the following lines to Kconfig.zephyr in order for the light intensity controller to build.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;config DEPRECATED_ZEPHYR_INT_TYPES&lt;br /&gt; bool &amp;quot;Allow the use of the deprecated zephyr integer types&amp;quot;&lt;br /&gt; help&lt;br /&gt; Allows the use of the deprecated Zephyr integer typedefs defined in&lt;br /&gt; Zephyr 2.3 and previous versions. These types are:&lt;br /&gt; u8_t, u16_t, u32_t, u64_t, s8_t, s16_t, s32_t, and s64_t.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="https://test-devzone.nordicsemi.com/aggbug?PostID=1342&amp;AppID=25&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: nRF Connect SDK Tutorial - Part 2 | v1.5.0</title><link>https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0</link><pubDate>Tue, 25 May 2021 12:02:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b82a549-6f1b-4c8b-8a29-22d307650015</guid><dc:creator>user103127</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;using Zephyr RTOS and segger Embedded studio to develep nrf5340 project , only in code Enable SPIM , not configure SPIM in prj.conf and not bind SPIM in .dts ,does project can work correctly?&lt;/p&gt;
&lt;div class="content"&gt;
&lt;p&gt;I use&amp;nbsp;Zephyr RTOS and segger Embedded studio to develep nrf5340 project.&amp;nbsp; in a c file , i configurate spim2_ns below:&lt;/p&gt;
&lt;p&gt;#define&amp;nbsp; &amp;nbsp;SPIM2_CS&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NRF_GPIO_PIN_MAP(0,15)&lt;br /&gt;#define&amp;nbsp;&amp;nbsp;&lt;span&gt;SPIM2&lt;/span&gt;_SDO&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NRF_GPIO_PIN_MAP(0,18)&lt;br /&gt;#define&amp;nbsp;&amp;nbsp;&lt;span&gt;SPIM2&lt;/span&gt;_CLK&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NRF_GPIO_PIN_MAP(0,12)&lt;br /&gt;#define&amp;nbsp;&amp;nbsp;&lt;span&gt;SPIM2&lt;/span&gt;_SDI&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NRF_GPIO_PIN_MAP(0,14)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;static void ADS129x_GPIO_Init(void){&lt;/p&gt;
&lt;p&gt;&amp;nbsp; nrf_gpio_cfg_output(&lt;span&gt;SPIM2&lt;/span&gt;_CS);&lt;/p&gt;
&lt;p&gt;&amp;nbsp; nrf_gpio_pin_set(&lt;span&gt;SPIM2&lt;/span&gt;_CS);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;static void ADS129x_SPIInit(void){&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;nrf_spim_pins_set(NRF_SPIM2_NS,&amp;nbsp;&amp;nbsp;&lt;span&gt;SPIM2&lt;/span&gt;_CLK,&amp;nbsp;&amp;nbsp;&lt;span&gt;SPIM2&lt;/span&gt;_SDO,&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;SPIM2&lt;/span&gt;_SDI);&lt;br /&gt;&amp;nbsp; &amp;nbsp; nrf_spim_frequency_set(NRF_SPIM2_NS,&amp;nbsp; NRF_SPIM_FREQ_1M);&lt;br /&gt;&amp;nbsp; &amp;nbsp;nrf_spim_configure(NRF_SPIM2_NS,&amp;nbsp; NRF_SPIM_MODE_1,&amp;nbsp; NRF_SPIM_BIT_ORDER_MSB_FIRST);&lt;br /&gt;&amp;nbsp; &amp;nbsp;nrf_spim_enable(NRF_SPIM2_NS);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;In project file prj.conf,&amp;nbsp; configration has not code about SPI, below code is project&amp;#39;s prj.conf&lt;/p&gt;
&lt;p&gt;#&lt;br /&gt;# Copyright (c) 2018 Nordic Semiconductor&lt;br /&gt;#&lt;br /&gt;# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause&lt;br /&gt;#&lt;/p&gt;
&lt;p&gt;# Enable the UART driver&lt;br /&gt;CONFIG_UART_ASYNC_API=y&lt;br /&gt;CONFIG_NRFX_UARTE0=y&lt;br /&gt;CONFIG_SERIAL=y&lt;/p&gt;
&lt;p&gt;CONFIG_GPIO=y&lt;/p&gt;
&lt;p&gt;# Make sure printk is not printing to the UART console&lt;br /&gt;CONFIG_CONSOLE=y&lt;br /&gt;CONFIG_UART_CONSOLE=y&lt;/p&gt;
&lt;p&gt;CONFIG_HEAP_MEM_POOL_SIZE=2048&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;CONFIG_ASSERT=y&lt;/p&gt;
&lt;p&gt;//-------------&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;project can build with no error ,&lt;/p&gt;
&lt;p&gt;if i select nrf5340dk_cpuappns to build this project , does module SPIM2_NS&amp;nbsp; &amp;nbsp;can work correctly to read/write&amp;nbsp; a SD card?&lt;/p&gt;
&lt;/div&gt;&lt;img src="https://test-devzone.nordicsemi.com/aggbug?PostID=1342&amp;AppID=25&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: nRF Connect SDK Tutorial - Part 2 | v1.5.0</title><link>https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0</link><pubDate>Wed, 28 Apr 2021 13:49:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b82a549-6f1b-4c8b-8a29-22d307650015</guid><dc:creator>user103347</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;It seems to me that the project needs to be re-opened for changes to take effect in the multiplication example as well. Great tutorial btw!&lt;/p&gt;&lt;img src="https://test-devzone.nordicsemi.com/aggbug?PostID=1342&amp;AppID=25&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>