<?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>CC310 support under FreeRTOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51388/cc310-support-under-freertos</link><description>Hi, 
 I&amp;#39;m in the early stages of developing a BLE peripheral device that requires the use of the CC310 CryptoCell on an nrf52840-DK board. 
 I have managed to implement a basic BLE service by modifying the blinky example with elements from the nrf_crypto_ecdh_pca10056</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Aug 2019 23:36:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51388/cc310-support-under-freertos" /><item><title>RE: CC310 support under FreeRTOS</title><link>https://devzone.nordicsemi.com/thread/206202?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 23:36:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07e0199c-3e2b-4f48-a284-1024c2ac1da6</guid><dc:creator>dj1234</dc:creator><description>&lt;p&gt;Thanks for the response Susheel.&lt;/p&gt;
&lt;p&gt;I worked out the issue in my particular case.&lt;/p&gt;
&lt;p&gt;For the benefit of others, it was an issue around memory allocation. As described&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_crypto_mem_management.html"&gt;the SDK docs&lt;/a&gt;, the crypto functions require a memory allocator and in my case it was the default. With gcc, this was allocating data on the stack causing a stack overflow. Using a combo of the FreeRTOS allocator and statically allocated data solved my particular issue.&lt;/p&gt;
&lt;p&gt;dj&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CC310 support under FreeRTOS</title><link>https://devzone.nordicsemi.com/thread/206028?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 07:55:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:085656c1-21a0-4a34-ba02-1a7be48f9201</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]Does the SDK provide support for the CC310 Crypto Cell under FreeRTOS[/quote]
&lt;p&gt;No, We&amp;nbsp;do not officially support the&amp;nbsp; combination of using CC310 with FreeRTOS just because we do not have this combo in our production testing suite, But It should work in the non-interrupt mode as mentioned in the link you provided.&lt;/p&gt;
&lt;p&gt;/Susheel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>