<?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>Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76865/segger-studio-version-5-42b-and-sdk-12-3</link><description>Hi, i have problem to import and configure the example with this sdk. I used the tutorial ( https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/segger-embedded-studio-a-cross-platform-ide ), but dont work. How can i make the import? Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Jul 2021 12:02:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76865/segger-studio-version-5-42b-and-sdk-12-3" /><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/318779?ContentTypeID=1</link><pubDate>Tue, 06 Jul 2021 12:02:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:517cba79-605d-4f41-93ed-d3b100ad4a9a</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="matiasrode"]i use this link (&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48639/segger-embedded-studio-support-for-nrf5_sdk_12_3_0_d7732ad-this-is-not-a-question"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/48639/segger-embedded-studio-support-for-nrf5_sdk_12_3_0_d7732ad-this-is-not-a-question&lt;/a&gt;) and downloaded the project from the github. I build and works. It&amp;#39;s ok now. Maybe you can update the tutorial on the site using this link.[/quote]
&lt;p&gt;I am happy to hear that you were able to resolve the issue. Thank you for updating me on the fix as well, I have created an internal request to have the tutorial and webpage updated!&lt;/p&gt;
[quote user="matiasrode"]Thanks for the great help.&amp;nbsp;[/quote]
&lt;p&gt;No problem at all, I am happy to help!&lt;br /&gt;&lt;br /&gt;Please do not hesitate to open another ticket if you should encounter any issues or questions in the future.&lt;br /&gt;&lt;br /&gt;Good luck with your development!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/318700?ContentTypeID=1</link><pubDate>Mon, 05 Jul 2021 19:52:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a878a8b5-10d0-4c3f-86a1-f6e080174947</guid><dc:creator>matiasrode</dc:creator><description>&lt;p&gt;Hello Karl, i use this link (&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48639/segger-embedded-studio-support-for-nrf5_sdk_12_3_0_d7732ad-this-is-not-a-question"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/48639/segger-embedded-studio-support-for-nrf5_sdk_12_3_0_d7732ad-this-is-not-a-question&lt;/a&gt;) and downloaded the project from the github. I build and works. It&amp;#39;s ok now. Maybe you can update the tutorial on the site using this link. Thanks for the great help.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bye.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/318670?ContentTypeID=1</link><pubDate>Mon, 05 Jul 2021 14:16:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b0e22ce-dbca-4d74-bdde-c6c1f2275f9e</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="matiasrode"]thanks for the great help again.&amp;nbsp;[/quote]
&lt;p&gt;No problem at all André, I am happy to help!&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
[quote user="matiasrode"]Now, the problem is that in the image:[/quote]
&lt;p&gt;I notice in the hardfault_implementations.c in the project explorer that it seems to not be compiled, and it has the tag &amp;quot;modified options&amp;quot; - is this file excluded from the build, or did you make any changes in its options (apart from the system file addition as written in the guide)?&lt;/p&gt;
[quote user="matiasrode"]cc1: fatal error: cannot open &amp;#39;C:/Users/andre/Downloads/nRF5_SDK_12.3.0_d7731ad_ses.support-master/nRF5_SDK_12.3.0_d7731ad_ses.support-master/examples_segger/ble_peripheral/ble_app_template/pca10028/s130/ses/Output/nrf51422_xxac/Obj/ble_app_template_pca10028_s130/hardfault_implementation.asm&amp;#39; for writing: No such file or directory[/quote]
&lt;p&gt;This might be the result of the path length limit in Windows. Windows limits all paths to 260 characters, and I see that this path here now is a total of 262 - this might be why the compiler is unable to find the file.&lt;br /&gt;Could you move the SDK to the top directory of your C: drive, and see if this resolves the error?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/318642?ContentTypeID=1</link><pubDate>Mon, 05 Jul 2021 12:45:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c410c68b-46dd-473e-9639-deebd00f4c65</guid><dc:creator>matiasrode</dc:creator><description>&lt;p&gt;Hello Karl, thanks for the great help again.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I make the change that you said to me. Now, the problem is that in the image:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/0268.Sem-t_ED00_tulo.png" /&gt;&lt;/p&gt;
&lt;p&gt;cc1: fatal error: cannot open &amp;#39;C:/Users/andre/Downloads/nRF5_SDK_12.3.0_d7731ad_ses.support-master/nRF5_SDK_12.3.0_d7731ad_ses.support-master/examples_segger/ble_peripheral/ble_app_template/pca10028/s130/ses/Output/nrf51422_xxac/Obj/ble_app_template_pca10028_s130/hardfault_implementation.asm&amp;#39; for writing: No such file or directory&lt;/p&gt;
&lt;p&gt;The others errors dont show.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Again, thanks for the help.&lt;/p&gt;
&lt;p&gt;Andr&amp;eacute;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/318477?ContentTypeID=1</link><pubDate>Fri, 02 Jul 2021 14:25:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a964242-af2c-47ac-acc8-6cffa37ad0f7</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello again,&lt;br /&gt;&lt;br /&gt;I see the same behavior when I go through the tutorial using SES v5.50.&lt;br /&gt;I will confer with some colleagues about this on money, and see if any of them have heard of similar behavior in the past.&lt;br /&gt;&lt;br /&gt;In the meantime, could you try to include the file directly in the project options, by opening the project file in an editor and inserting &lt;em&gt;linker_section_placement_file=&amp;quot;flash_placement.xml&amp;quot;&lt;/em&gt; into the nRF51 build configuration?&lt;br /&gt;You can open the project in an editor by clicking on the&amp;nbsp;&lt;em&gt;Project -&amp;gt; Open in Editor&amp;nbsp;&lt;/em&gt;or by opening the project file in an editor directly.&lt;br /&gt;&lt;br /&gt;I will get back to you when I have discussed this with some colleagues.&lt;br /&gt;&lt;br /&gt;Have a great weekend! :)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/318000?ContentTypeID=1</link><pubDate>Wed, 30 Jun 2021 13:28:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75b651df-b079-48e3-8852-59e3434b308e</guid><dc:creator>matiasrode</dc:creator><description>&lt;p&gt;Hello Karl. Ifollow the link that you send to me and where i change the linker to GNU, the command &amp;quot;Import section placement&amp;#39; don&amp;#39;t appear. I save the flash_placement.xml in the directory of the example&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Users\andre\Downloads\nRF5_SDK_12.3.0_d7731ad\nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_template - Copia\pca10028\s130\arm5_no_packs&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The images are here:&lt;/p&gt;
&lt;p&gt;GNU selection&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1882.Sem-t_ED00_tulo.png" /&gt;&lt;/p&gt;
&lt;p&gt;Import section don&amp;#39;t appear&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/6281.Sem-t_ED00_tulo2.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Flash placemente local:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Sem-t_ED00_tulo3.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/317900?ContentTypeID=1</link><pubDate>Wed, 30 Jun 2021 09:00:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1595a03c-0844-41f4-9be8-7ed07d005826</guid><dc:creator>Karl Ylvisaker</dc:creator><description>[quote user="matiasrode"]Thanks for the help.[/quote]
&lt;p&gt;&amp;nbsp;No problem at all, I am happy to help!&amp;nbsp;&lt;/p&gt;
[quote user="matiasrode"]First, the command &lt;span&gt;&amp;quot;Import Section placement&amp;quot; don&amp;#39;t appear.&lt;/span&gt;[/quote]
&lt;p&gt;Please make sure to right click on the &lt;em&gt;Project&lt;/em&gt;, not the solution. The Import section placement option should be at the bottom of the list of options that pops up when you do so.&lt;br /&gt;I just tried this in SES v.4.50 and I see it exactly as it looks in the tutorial.&lt;/p&gt;
[quote user="matiasrode"]When i build, a lot of errors show after i make all the configurations of the link i send here. The image show the errors[/quote]
&lt;p&gt;The errors looks to be related to the unimported flash_placement.xml file. Please try again to import the Section placement like mentioned in the tutorial, and let me know if the same errors appears after the section placements is successfully imported.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/317726?ContentTypeID=1</link><pubDate>Tue, 29 Jun 2021 13:00:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c5f7f0a-e252-4005-a16a-3febbbf1a962</guid><dc:creator>matiasrode</dc:creator><description>&lt;p&gt;Hi Karl. I follow step by step of the tutorial. First, the command &lt;span&gt;&amp;quot;Import Section placement&amp;quot; don&amp;#39;t appear. Even i change the linker to GNU, this commando not show. I selected manually the flash_placement in this command &lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2664.Sem-t_ED00_tulo.png" /&gt;.&amp;nbsp; &amp;nbsp;When i build, a lot of errors show after i make all the configurations of the link i send here. The image show the errors&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Sem-t_ED00_tulo2.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I used this link too (&lt;a href="https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/import_ses.html"&gt;the instructions provided on Infocenter for how to import a Keil project into SES&lt;/a&gt;.) The same error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for the help.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio version 5.42b and SDK 12.3</title><link>https://devzone.nordicsemi.com/thread/317700?ContentTypeID=1</link><pubDate>Tue, 29 Jun 2021 12:12:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f0a7a6d-f564-4dd0-9ca3-5442073d4048</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]I used the tutorial&amp;nbsp; (&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/segger-embedded-studio-a-cross-platform-ide"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/segger-embedded-studio-a-cross-platform-ide&lt;/a&gt;&amp;nbsp;), but dont work.[/quote]
&lt;p&gt;Please elaborate as much as possible - did all steps of the tutorial complete successfully? If not, which step did something unexpected happen on, and what happened?&lt;br /&gt;What do you mean when you say that it does not work - are you getting an error when you try to import a project to SES, or when you try to compile it?&lt;/p&gt;
&lt;p&gt;The more specific information you provide the easier it will be for us to help you identify and resolve the issue.&lt;/p&gt;
[quote user=""]How can i make the import?[/quote]
&lt;p&gt;Please follow &lt;a href="https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/import_ses.html"&gt;the instructions provided on Infocenter for how to import a Keil project into SES&lt;/a&gt;. Alternatively, we have &lt;a href="https://www.youtube.com/playlist?list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV"&gt;this YouTube video series on how to get started with SES when coming from Keil&lt;/a&gt;, if you prefer that.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>