<?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>all examples softdevice don&amp;#39;t work on nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8490/all-examples-softdevice-don-t-work-on-nrf52832</link><description>Hi all. 
 I am now testing nRF52832 preview DK examples work with softdevice on MDK-ARM version 5.15 I use nRF52832 preview DK and nRF Toolbox and Termite tool. I hope: 
 -&amp;gt;nRF Toolbox(UART app) detected nRF52832 preview DK
-&amp;gt;nRF Toolbox(UART app)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Feb 2016 10:37:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8490/all-examples-softdevice-don-t-work-on-nrf52832" /><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30983?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 10:37:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9abc838d-cd05-4a7f-bf55-b517cb31c122</guid><dc:creator>Yatin Varachhia</dc:creator><description>&lt;p&gt;Did you get any solution for this ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30979?ContentTypeID=1</link><pubDate>Sun, 02 Aug 2015 05:44:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18fa784d-fed9-4845-9686-66b02b5e2d89</guid><dc:creator>Quangca</dc:creator><description>&lt;p&gt;thanks RK.
it is the start point(start at SystemInit because i remove check &amp;quot;run to main&amp;quot; in debbuger)&lt;/p&gt;
&lt;p&gt;Reset_Handler   PROC&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;            EXPORT  Reset_Handler             [WEAK]
            IMPORT  SystemInit
            IMPORT  __main

            LDR     R0, =SystemInit
            BLX     R0
            LDR     R0, =__main
            BX      R0
            ENDP
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;But debugger can&amp;#39;t jump in to SystemInit() function.  In the &amp;#39;ble_app_uart&amp;#39; example i only add&lt;/p&gt;
&lt;p&gt;#define ENABLE_TRACE in system_nrf52.c     file, can you help me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30978?ContentTypeID=1</link><pubDate>Sun, 02 Aug 2015 05:00:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37ddffb6-011b-4e93-9371-e18eaeeb30bf</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;no clue how you end up at 0x0438, that&amp;#39;s the middle of the bootloader and it&amp;#39;s not referenced from anywhere I can find. I don&amp;#39;t see the point of enabling trace either by the way, it just buggers up the LEDs and I doubt the trace goes anywhere.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30977?ContentTypeID=1</link><pubDate>Sun, 02 Aug 2015 04:51:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8a1500f-b704-4d1c-86ea-bdf49c19f08f</guid><dc:creator>Quangca</dc:creator><description>&lt;p&gt;I also config ROM and Ram to default setup&lt;/p&gt;
&lt;p&gt;IROM1: start at 0x1F000 and size 0x61000&lt;/p&gt;
&lt;p&gt;IRAM1: start at 0x20002800 and size 0x5800&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30982?ContentTypeID=1</link><pubDate>Sun, 02 Aug 2015 04:50:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a6aa2ae-4179-488d-8829-b939d8e8a837</guid><dc:creator>Quangca</dc:creator><description>&lt;p&gt;I also config ROM and Ram to default setup&lt;/p&gt;
&lt;p&gt;IROM1: start at 0x1F000 and size 0x61000&lt;/p&gt;
&lt;p&gt;IRAM1: start at 0x20002800 and size 0x5800&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30981?ContentTypeID=1</link><pubDate>Sun, 02 Aug 2015 04:42:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50b6902a-b231-4f6c-ae9f-33dc18f2a1aa</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;if you&amp;#39;re going to edit your answer every 20 seconds do you mind using the &amp;#39;minor edit&amp;#39; box so I don&amp;#39;t get a notification every time you do it. It&amp;#39;s about 10 so far.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30980?ContentTypeID=1</link><pubDate>Sun, 02 Aug 2015 04:29:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cab5d6fe-4e13-42f3-b6e6-45a80fb5b05a</guid><dc:creator>Quangca</dc:creator><description>&lt;p&gt;Thanks for quick rely.&lt;/p&gt;
&lt;p&gt;Yes, i put &amp;quot;s132_nrf52_1.0.0-3.alpha_softdevice &amp;quot;.
I also added define ENABLE_TRACE in system_nrf52.c file as follow code&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/*lint ++flb &amp;quot;Enter library region&amp;quot; */

#define __SYSTEM_CLOCK_16M      (16000000UL)     
#define __SYSTEM_CLOCK_64M      (64000000UL)   

#define ENABLE_TRACE
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;but when debug i still can&amp;#39;t go to main function.
See in assembly code, it seem stop at:&lt;/p&gt;
&lt;p&gt;0x00000438 E7FE      B             0x00000438&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3808.error.png"&gt;error.png&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;please tell me what wrong, what i need to config.
Thanks again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30976?ContentTypeID=1</link><pubDate>Sun, 02 Aug 2015 04:27:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5d8dc73-7f45-4683-8cab-479c013c8496</guid><dc:creator>Quangca</dc:creator><description>&lt;p&gt;Thanks for quick rely.&lt;/p&gt;
&lt;p&gt;Yes, i put &amp;quot;s132_nrf52_1.0.0-3.alpha_softdevice &amp;quot;.
I also added define ENABLE_TRACE in system_nrf52.c file as follow code&lt;/p&gt;
&lt;p&gt;/*lint ++flb &amp;quot;Enter library region&amp;quot; */&lt;/p&gt;
&lt;p&gt;#define __SYSTEM_CLOCK_16M      (16000000UL)&lt;br /&gt;
#define __SYSTEM_CLOCK_64M      (64000000UL)&lt;/p&gt;
&lt;p&gt;#define ENABLE_TRACE&lt;/p&gt;
&lt;p&gt;but when debug i still can&amp;#39;t go to main function.
See in assembly code, it seem stop at:&lt;/p&gt;
&lt;p&gt;0x00000438 E7FE      B             0x00000438&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2260.error.png"&gt;error.png&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;please tell me what wrong, what i need to config.
Thanks again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all examples softdevice don't work on nRF52832</title><link>https://devzone.nordicsemi.com/thread/30975?ContentTypeID=1</link><pubDate>Sun, 02 Aug 2015 00:32:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4aa37739-72e2-4a88-8033-0c37088de4e3</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;All the examples I&amp;#39;ve tried work. It obviously won&amp;#39;t work with the code at 0x00 because the softdevice requires it to be at 0x1f000. The LED 2/4 pattern shows that trace is enabled which means the debugger has started but you haven&amp;#39;t executed any of the SystemInit code (which turns trace off), so it&amp;#39;s not getting to any of your code at all.&lt;/p&gt;
&lt;p&gt;Have you put the softdevice S132 on the chip?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>