<?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>Create nRF connect project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81262/create-nrf-connect-project</link><description>Hello, 
 
 My colleague and I created ESB prx project based on SDK 1.6.0 version and nrf5340 dk. 
 And some source codes in ncs/nrf/samples/esb/prx/src folder are changed. 
 The changed files are shared with me and my colleague. But build results were</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Nov 2021 02:24:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81262/create-nrf-connect-project" /><item><title>RE: Create nRF connect project</title><link>https://devzone.nordicsemi.com/thread/337374?ContentTypeID=1</link><pubDate>Thu, 04 Nov 2021 02:24:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19d7b601-4556-447b-a27e-b88b294b2b39</guid><dc:creator>JIYEON</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t know about the relationship between&amp;nbsp;&lt;span&gt;menuconfig&amp;nbsp; and build folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for let me know.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The problem was ESB payload length.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ESB payload length has been changed.&amp;nbsp;&lt;/span&gt;&lt;span&gt;And I didn&amp;#39;t know that.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;After update ESB&amp;nbsp; payload length, everything works fine.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you:)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create nRF connect project</title><link>https://devzone.nordicsemi.com/thread/336998?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 08:51:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b07e85d-4dad-4c24-b45c-b003a847c4db</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="JIYEON"]&lt;p&gt;During &amp;quot;west update&amp;quot;, I got a error message which says &amp;quot;ERROR: update failed for project memfault-firmware-sdk&amp;quot;.&lt;/p&gt;
&lt;p&gt;Could It effect build results?&lt;/p&gt;[/quote]
&lt;p&gt;If you are not using Memfault in your current project the build should not be affected by this error, and&amp;nbsp;Memfault is currently only supported on nRF9160-based boards, so it should not be an issue in your case.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are all the other files identical, both the SDK and project files? Have you made any configuration changes using menuconfig in SES? Changes made in menuconfig are not static, and will be removed if you clean or delete the build folder, and they might be overwritten by prj.conf. Have you tried deleting the build folder and trying again? Sometimes, configurations might be cached in the build folder, affecting following builds.&lt;/p&gt;
&lt;p&gt;There might also be something different between the SES configurations. You can open your SES project files (.emProject) located in the build folder in a text editor and compare them.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create nRF connect project</title><link>https://devzone.nordicsemi.com/thread/336959?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 02:18:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e08bfb6c-f4c1-4008-85d6-9ef6295c1b3b</guid><dc:creator>JIYEON</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Environment Options&amp;nbsp;are configured according to your information.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/envSES.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;And&amp;nbsp;&lt;span&gt;9-2019-q4-major is installed as gnuarmemb.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;During &amp;quot;west update&amp;quot;, I got a error message which says &amp;quot;ERROR: update failed for project memfault-firmware-sdk&amp;quot;.&lt;/p&gt;
&lt;p&gt;Could It effect build results?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/westUpdate.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The purpose of my project is to receive ESB message at Network core&lt;/p&gt;
&lt;p&gt;and to send&amp;nbsp;it to UART at Application core.&lt;/p&gt;
&lt;p&gt;I checked that ESB message is received periodically from Network core to Application core.&lt;/p&gt;
&lt;p&gt;ESB_read function send ESB_buf to set_uart_buf.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/ESB_5F00_read.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;But break point doesn&amp;#39;t stop at UART_BUF_TYPE_ESB.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/set_5F00_uart_5F00_buf.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;When I used zephyr.hex of prx which are build by my colleague, It works fine.&lt;/p&gt;
&lt;p&gt;So I compared .hex. It looks lot different&lt;/p&gt;
&lt;p&gt;&amp;lt;left- mine&amp;gt;, &amp;lt;right-colleague&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/hexCompare1.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/hexCompare2.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your help:)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create nRF connect project</title><link>https://devzone.nordicsemi.com/thread/336825?ContentTypeID=1</link><pubDate>Mon, 01 Nov 2021 10:17:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bd0d4f1-b252-4b3f-b884-b2a3f71d798a</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Installing nRF Connect SDK using the Toolchain Manager will give you the option&amp;nbsp;to select a specific toolchain version in &amp;quot;nRF Connect Toolchain Version&amp;quot;. If you have installed it manually, the option will be NONE, as in your case.&lt;/p&gt;
&lt;p&gt;You should make sure to set the build environment in SES to correspond to the version of nRF Connect SDK you are using. For information about how to set the build environment manually, please see &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.0/nrf/gs_installing.html#set-up-the-build-environment-in-ses"&gt;Set up the build environment in SES&lt;/a&gt;. For&amp;nbsp;SDK v1.6.0 the recommended version of the GNU Arm Embedded Toolchain is&amp;nbsp;9-2019-q4-major. Also make sure to use the correct version of the other repositories and models used by the SDK, such as Zephyr, nrfxlib and more.&amp;nbsp;If you have installed the SDK manually, you can do this by going to ncs/nrf in a terminal, make sure that you are working with the v1.6.0 tag of the sdk-nrf repository, and running &amp;quot;west update&amp;quot;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What changes are you seeing between the two builds?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>