<?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>AES CCM and SD130/132</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22598/aes-ccm-and-sd130-132</link><description>Hi, 
 We&amp;#39;re using nRF51822 and in the future we&amp;#39;ll use nRF52832.
We do use bluetooth, but as far as I know, we don&amp;#39;t use encryption (code is based on the HRS example, and I removed anything regarding bonding).
We&amp;#39;d like to be able to use AES-CCM hardware</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Jun 2017 12:40:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22598/aes-ccm-and-sd130-132" /><item><title>RE: AES CCM and SD130/132</title><link>https://devzone.nordicsemi.com/thread/88887?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 12:40:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d78102c-6185-48d0-a48e-4215a2ad355d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;The CCM peripheral will be blocked from application access while the S130 SoftDevice is enabled, this is stated &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.sds/dita/softdevices/s130/sd_resource_reqs/hw_block_interrupt_vector.html?cp=3_7_2_0_6_0"&gt;here&lt;/a&gt; in the S130 Product Specification.&lt;/p&gt;
&lt;p&gt;You can use the ECB peripheral to perform encryption while the SoftDevice is enabled, i.e. there are SoftDevice APIs for accessing it. However, if you need to use the AES-CCM peripheral you will need to either use the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.sds/dita/softdevices/s130/concurrent_multiprotocol_tsl_api/concurrent_multiprotocol_tsl_api.html?cp=3_7_2_0_8_1"&gt;S130 Timeslot API&lt;/a&gt; or disable the SoftDevice, use the AEs-CCM peripheral and then re-enable it when you&amp;#39;re done. The latter implies that the BLE connection will be broken and you will have to reconnect after re-enabling the SoftDevice.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>