<?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>crc blocking</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11165/crc-blocking</link><description>Greetings from a Nordic newbie! 
 I am currently merging an existing AD 433MHz transceiver with a nRF51422 so that I can read an ANT+ heartrate monitor to our existing functionality. 
 My big question is, can I loose my existing processor. 
 Right</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 10 Jan 2016 07:27:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11165/crc-blocking" /><item><title>RE: crc blocking</title><link>https://devzone.nordicsemi.com/thread/41829?ContentTypeID=1</link><pubDate>Sun, 10 Jan 2016 07:27:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56c3a58a-8026-4de6-9a3e-94c6e6efbc43</guid><dc:creator>Elektrika</dc:creator><description>&lt;p&gt;Thanks for the quick response. This will allow me to start designing the PCB.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: crc blocking</title><link>https://devzone.nordicsemi.com/thread/41828?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2016 12:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21b67cec-f13f-4dc9-a787-859801aef59c</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;You cannot use the crc block of the nRF51 radio to generate crc&amp;#39;s for you. It will generate crc&amp;#39;s for radio packets going out, and radio packets coming in. The latter ones you can extract, but i dont think this will be of use to you.&lt;/p&gt;
&lt;p&gt;You can compute crc&amp;#39;s in software, it should not demand much computing.&lt;/p&gt;
&lt;p&gt;Since you will get radio interrupts from the 433 MHz at 1200 baud, this will be an interrupt roughly every 800 us (if i understood you correctly). If you take a look at chapter 11.2 of the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.210.sds.v1.0.0/s210.html?cp=2_7_3"&gt;softdevice s210 specification&lt;/a&gt; you will see that the softdevice will occupy the cpu from time to time. These tasks can take about 400 us.&lt;/p&gt;
&lt;p&gt;I think you should be able to sucessfully detect all 433 MHz interrupts, but this should be tested.&lt;/p&gt;
&lt;p&gt;-Anders&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>