<?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>Why code without the SoftDevice?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3983/why-code-without-the-softdevice</link><description>I see many questions regarding developing applications without the SoftDevice. Perhaps I don&amp;#39;t understand how this firmware system works, but isnt the SoftDevice required as it is the Stack that runs the Radio? Otherwise you are essential just developing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 04 Oct 2014 03:15:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3983/why-code-without-the-softdevice" /><item><title>RE: Why code without the SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/14321?ContentTypeID=1</link><pubDate>Sat, 04 Oct 2014 03:15:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89c41785-a1cb-48fd-8db2-17dfa5d1bbbe</guid><dc:creator>yd</dc:creator><description>&lt;p&gt;The SoftDevice is for the BLE. Its more like BLE stack rather than Radio stack. You can still use the radio without the SoftDevice. For example, you can load a third party BLE or Wi-Fi stack or you can just use the radio without any stacks. You can even make your own protocol instead of BLE if that suits your needs (probably will have to get a lot of certifications to use it though).
Even without the radio, there are still a lot of really useful peripherals on NRF51822 like the SPI, GPIOTE, RTC, etc.
If you use the SoftDevice, however, you will have to use the SoftDevice functions like sd_nvic_SetPriority() instead of arm&amp;#39;s NVIC_SetPriority().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why code without the SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/14320?ContentTypeID=1</link><pubDate>Sat, 04 Oct 2014 01:55:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54eca643-fc04-4a0f-b63d-db91ec32d81e</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;To many of us, it&amp;#39;s a new environment to learn.  So we need to start from the simplest first.  The first thing to start learning a new micro and it&amp;#39;s development environment is to make the led blink.  Because it&amp;#39;s simple and you can easily find out what you did wrong and to find things.  Most of us are not expert though we need to do it one step at a time.  It&amp;#39;s like being lost in the jungle.  First you need to explore near by to find what you need to survive the night.  Then to survive longer.  Then find what you needed to explore further to find your way out.  It is as simple as that. Just to survive.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>