<?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>Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio</link><description>Hello 
 
 I am writing a program using SDK 15.0.0. 
 I&amp;#39;m trying to merge SPI and TWI programs into BLE programs. 
 I used keil before to confirm that each program was working properly. However, since it exceeds 32k bytes when it merges, I decided to use</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Jun 2019 07:36:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio" /><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192831?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 07:36:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62e2fde1-deda-47b2-956d-971af1646aa7</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Well done for finding it, and thanks for sharing the solution!&lt;/p&gt;
[quote userid="73638" url="~/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio/192810"]fprintf was used to convert binary data to float[/quote]
&lt;p&gt;You mean, convert float data to &lt;em&gt;&lt;strong&gt;text&lt;/strong&gt;&lt;/em&gt; ?&lt;/p&gt;
&lt;p&gt;Yes, the handling of floating-point would be an area where&amp;nbsp;toolsets differ - and whether it is enabled or not by default, and how to enable/configure it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192810?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 01:33:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:273d0a8d-3dac-4228-8aef-0a2bd04a2141</guid><dc:creator>y001</dc:creator><description>&lt;p&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I understand the cause&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;When writing to SDcard, fprintf was used to convert binary data to float, which was a problem.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;When I converted what was converted by% lf with fprintf to% d and made it an int type, I was able to write for the time being, so it will be a solution.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192806?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 00:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f20066d0-6286-4666-a734-9ce00014e71d</guid><dc:creator>y001</dc:creator><description>&lt;p&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I looked at the signal line with an oscilloscope.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;If you are able to write to the keil SD card, the SCK line was a clean square wave.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;However, if you can not write to the SES SD card, it is thought that you can not write well because the SCK line has become trapezoidal.&lt;/span&gt;&lt;span style="background-color:transparent;color:rgba(0, 0, 0, 0.87);float:none;font-family:&amp;#39;Roboto&amp;#39;,arial,sans-serif;font-size:18px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:28px;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;Why is this difference in the same code?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192697?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 12:46:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1214a554-c940-43ca-b2e7-3ec46144ad61</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I just tested fatfs example from SDK 15.3.0. Bot SES and Keil work as expected. Please check your connection, or test with a different card.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192597?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 08:58:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58a8a0a5-b4e1-4bd8-9742-b267a2268d4a</guid><dc:creator>awneil</dc:creator><description>[quote userid="73638" url="~/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio/192526"]SPI is not working properly[/quote]
&lt;p&gt;What, exactly, is &amp;quot;not working&amp;quot; ?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.catb.org/esr/faqs/smart-questions.html#code"&gt;http://www.catb.org/esr/faqs/smart-questions.html#code&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Again, &lt;strong&gt;have you looked at the SPI lines on an analyser or oscilloscope?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Have you compared the working &amp;amp; non-working versions - both within the software, and looking at the hardware - to find where they diverge?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="73638" url="~/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio/192526"]only one version of SDK can be used per chip[/quote]
&lt;p&gt;The chip can only run 1 executable at a time.&lt;/p&gt;
&lt;p&gt;An executable can only be built from 1 SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192526?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 02:03:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b191e7f-33ca-42af-ab96-80dd7c6179fa</guid><dc:creator>y001</dc:creator><description>&lt;p&gt;Thank you for reply,jorgen!&lt;/p&gt;
&lt;p&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;Yes.&lt;/span&gt;&lt;span style="background-color:transparent;color:rgba(0, 0, 0, 0.87);float:none;font-family:&amp;#39;Roboto&amp;#39;,arial,sans-serif;font-size:18px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:28px;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I am using fatfs_example of SDK 15.0.0 as a sample to write to the SD card.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;It works fine with keil, but not with SES.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;In SES, there are no errors or warnings at compile time, but you can see that it is not working properly if executed.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;Although BLE and nrf_gpio_pin_set () etc are working normally, only SPI is not working properly in SES.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I have a question here,&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I have already edited the fatfs in SDK 15.0.0, so I downloaded SDK 15.3.0 to run the unedited sample in SES.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;However, the fatfs of SDK 15.3.0 could not be run with keil.&lt;/span&gt;&lt;span style="background-color:transparent;color:rgba(0, 0, 0, 0.87);float:none;font-family:&amp;#39;Roboto&amp;#39;,arial,sans-serif;font-size:18px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:28px;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;Are there any restrictions that only one version of SDK can be used per chip?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192267?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2019 08:45:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f63556a-12f7-489c-9e5c-1be6cdd79dfb</guid><dc:creator>awneil</dc:creator><description>[quote userid="73638" url="~/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio/192234"]I do not know the cause of this[/quote]
&lt;p&gt;You need to &lt;em&gt;&lt;strong&gt;find&lt;/strong&gt; &lt;/em&gt;the cause - that&amp;#39;s what debugging is all about!&lt;/p&gt;
&lt;p&gt;Again:&lt;/p&gt;
[quote userid="6462" url="~/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio/191800"]The thing to do is to use the debuggers in both tools to examine what is happening in the working case, and see where the non-working case diverges[/quote]
&lt;p&gt;And:&lt;/p&gt;
[quote userid="6462" url="~/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio/191800"]use an analyser or oscilloscope on the interface lines - again,&amp;nbsp;examine what is happening in the working case, and see where the non-working case diverges[/quote]
&lt;p&gt;&lt;em&gt;(can&amp;#39;t get the &lt;a href="https://devzone.nordicsemi.com/nordic/backstage/f/backstage-forum/40201/very-annoying-quote-feature-often-fails-to-properly-quote/192268#192268" rel="noopener noreferrer" target="_blank"&gt;stupid forum&lt;/a&gt; to do that in a single quote)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Debugging&lt;/strong&gt; is a key part of software development - and, in fact, any kind of development!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.avrfreaks.net/comment/2418156#comment-2418156" rel="noopener noreferrer" target="_blank"&gt;How To Debug&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192238?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2019 07:57:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acbe36ab-3540-4e01-8f12-70f897a32d39</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>[quote userid="73638" url="~/f/nordic-q-a/48380/writing-to-sdcard-is-possible-with-keil-but-not-with-embedded-studio/192196"]fatfs only example[/quote]
&lt;p&gt;Do you mean the&amp;nbsp;&lt;a class="active" title="SD Card Example" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/app_sdcard_example.html?cp=5_1_4_6_34"&gt;SD Card Example&lt;/a&gt;&amp;nbsp;from the SDK? If you get errors building this in SES, you should try with a fresh copy of the SDK, to make sure you did not modify anything.&lt;/p&gt;
&lt;p&gt;If you are still not able to write the SD card, please check the connections, or test with a different card. Are you using an SD card socket board? If you are, please make sure it does not contain a 5 V level shifter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192234?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2019 07:49:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d357f81-f589-4fd7-9462-80acd99c3297</guid><dc:creator>y001</dc:creator><description>&lt;p&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I was able to compile the fatfs example in Embedded studio, but running it did not write numbers to the SD card.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;Blanks were written instead of numbers.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I do not know the cause of this&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;Help me&lt;/span&gt;...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/192196?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2019 04:20:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2422e79a-af8a-4126-8b6a-744873bc5a5e</guid><dc:creator>y001</dc:creator><description>&lt;p&gt;Thank you for reply.&lt;/p&gt;
&lt;p&gt;I will try to find out the cause.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I tried to try the fatfs only example in Embedded studio.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;&amp;quot;L6218E: Undefined symbol __initial_sp (referred from entry2.o)&amp;quot;&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;And could not be built successfully.&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I do not know the cause of this either&lt;/span&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing to SDcard is possible with keil but not with embedded studio</title><link>https://devzone.nordicsemi.com/thread/191800?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 09:46:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e6fa2a2-d804-4e2b-9370-4d81c1290797</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Both Keil &amp;amp; SES are just IDEs with associated toolchains - they are both perfectly capable of generating working code for their intended Targets.&lt;/p&gt;
&lt;p&gt;However, they &lt;em&gt;are&lt;/em&gt; entirely different toolchains - so the generated code will not be identical.&lt;/p&gt;
&lt;p&gt;The 3 top suspects would be:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Your SES configuration;&lt;/li&gt;
&lt;li&gt;Some (possibly subtle) timing differences;&lt;/li&gt;
&lt;li&gt;Some flaw in your code which happens not to&amp;nbsp;show (yet) any visible symptoms in Keil, but does in SES.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The thing to do is to use the debuggers in both tools to examine what is happening in the working case, and see where the non-working case diverges.&lt;/p&gt;
&lt;p&gt;Also use an analyser or oscilloscope on the interface lines - again,&amp;nbsp;examine what is happening in the working case, and see where the non-working case diverges.&lt;/p&gt;
&lt;p&gt;EDIT&lt;/p&gt;
&lt;p&gt;Have you tried using some&amp;nbsp;unmodified SES examples from the SDK - to get you familiar with the setup, and give you a known-working basis to work from ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>