<?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>s132 softdevice + example code not working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22996/s132-softdevice-example-code-not-working</link><description>Hi,
I’m having some troubles with example code : ble_app_uart_s132_pca10040. The code compile well in Keil and I can prog it in the nfr52 but it doesn’t run. When I check the code step by step in debug session, I enter in ble_stack_init() function, but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Jun 2017 13:59:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22996/s132-softdevice-example-code-not-working" /><item><title>RE: s132 softdevice + example code not working</title><link>https://devzone.nordicsemi.com/thread/90488?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 13:59:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f0fa0e5-031e-49d2-b17c-bab75c735417</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The value I listed is the default value for the example. The RAM usage will increase if you add more services, characteristics, etc. If you enable logging, the RAM size required should be printed on the terminal. E.g. :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;**SDH:INFO:sd_ble_enable: RAM START at 0x20002168
SDH:WARNING:sd_ble_enable: app_ram_base should be adjusted to 0x20002128
SDH:WARNING:ram size should be adjusted to 0xded8**
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Make sure that you have &lt;code&gt;#define NRF_LOG_BACKEND_SERIAL_USES_UART 1&lt;/code&gt; and &lt;code&gt;#define NRF_LOG_ENABLED 1&lt;/code&gt; in &lt;code&gt;sdk_config.h&lt;/code&gt; if you are printing over UART.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s132 softdevice + example code not working</title><link>https://devzone.nordicsemi.com/thread/90485?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 13:47:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76e5624a-3fe1-4a52-9d81-3136877b49e3</guid><dc:creator>Stigui</dc:creator><description>&lt;p&gt;Thank you for your answers, I changed de IRAM and it’s still not working, as you suggest I’ll try to download a new copy of the SDK. Where did you find information about the use of RAM with s132? (I can find easily information about ROM but that&amp;#39;s harder for RAM). Thank’s&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s132 softdevice + example code not working</title><link>https://devzone.nordicsemi.com/thread/90484?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 13:33:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fbeead6-bbed-4cb2-9ea5-9c43200d3e62</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Ok, the IRAM looks wrong. It should be start: &lt;code&gt;0x200025f8&lt;/code&gt; with size: &lt;code&gt;0xda08&lt;/code&gt;.
If this doesen&amp;#39;t fix the issue, download a new copy of SDK 13 from &lt;a href="https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v13.x.x/"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s132 softdevice + example code not working</title><link>https://devzone.nordicsemi.com/thread/90487?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 13:31:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae5562df-9081-4f44-9fd8-6ba6afd0377e</guid><dc:creator>Stigui</dc:creator><description>&lt;p&gt;My mistake. I’m using nrf52832, sorry for that, I change the tag right now!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s132 softdevice + example code not working</title><link>https://devzone.nordicsemi.com/thread/90486?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 13:27:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dad53383-da18-4856-b11f-d9fcd189adba</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;I see that you have nrf52840 in the tag, if that is the case you need use the S140 Softdevice, and the project named &lt;code&gt;ble_app_uart_pca10056_s140&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>