<?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>nRF8001 Setup</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5483/nrf8001-setup</link><description>Hey, 
 I&amp;#39;m working on integrating nrf8001 with STM32, currently trying to write my own stack.
Upon reset, I read the DeviceStartedEvent, 0x81 and it shows &amp;quot;0x02 0x00 0x02&amp;quot;, which should mean the device is in the SETUP-state, correct? 
 After this,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 27 Jun 2015 05:02:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5483/nrf8001-setup" /><item><title>RE: nRF8001 Setup</title><link>https://devzone.nordicsemi.com/thread/19142?ContentTypeID=1</link><pubDate>Sat, 27 Jun 2015 05:02:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfdf7713-3115-4f62-8af1-bd674f6d89de</guid><dc:creator>gumi_krak</dc:creator><description>&lt;p&gt;You get  ACI_STATUS_ERROR_BUSY, maybe you don’t  wait for device ready status on REDYN line?
You should have something like this before you write a command
ioport_set_pin_level 	( REQN, 0 );
while(1 ==  ioport_get_pin_level (REDYN)) ;&lt;/p&gt;
&lt;p&gt;Or SPI frequency is too high.
Anyway, SPI sniffer or oscilloscope is very useful thing. Oscilloscope help me many times, when I make own device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 Setup</title><link>https://devzone.nordicsemi.com/thread/19141?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2015 17:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:794be6e3-e639-4388-b8b3-34227af6f770</guid><dc:creator>vivyadavalli</dc:creator><description>&lt;p&gt;Mika, I had exactly same issue when doing the nrf8001 on STM32 did you fix this or made any further progress?
in my case nrf8001 would very rarely 1/20 times mysteriously wakeup and come to standby and let us connect, for every other time your pattern above happens. Do you know how to fix this
Any help would be highly appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>