<?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 CBC with nRF52832 using NCS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110133/aes-cbc-with-nrf52832-using-ncs</link><description>Hello, 
 I&amp;#39;m using nRF52832 custom board with nRF Connect SDK2.6.0 
 When I try to run AES CBC sample from ncs\v2.6.0\nrf\samples\crypto\aes_cbc, 
 I got an error log: 
 
 
 But when I run the same application code build for nRF52840 dongle, it workrd</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 Apr 2024 09:46:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110133/aes-cbc-with-nrf52832-using-ncs" /><item><title>RE: AES CBC with nRF52832 using NCS</title><link>https://devzone.nordicsemi.com/thread/478914?ContentTypeID=1</link><pubDate>Tue, 16 Apr 2024 09:46:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a5c60a1-fa5a-4c39-bc72-6bc18a5ff4a4</guid><dc:creator>ekidsalan123</dc:creator><description>&lt;p&gt;Thanks for suggestion!&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll look for it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AES CBC with nRF52832 using NCS</title><link>https://devzone.nordicsemi.com/thread/478912?ContentTypeID=1</link><pubDate>Tue, 16 Apr 2024 09:40:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e43a718c-1439-4cff-aeb3-3c5ecb7a6583</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Alan,&lt;/p&gt;
[quote user="ekidsalan123"]As mentioned, I have successfully executed sample code on the previous nRF5 SDK, and since PCA10040 is the official development board from Nordic, I assume that AES cryptography should be supported on the nRF52832, correct?[/quote]
&lt;p&gt;This is correct. I was referring previously to the sample support in NCS. This means that the sample is not fully tested to be working on nrf52832, but it might work with some additional configuration. Documentation lists nrf52832 as supported for &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.2/nrf/releases_and_maturity/software_maturity.html#psa-crypto-support"&gt;PSA Crypto&lt;/a&gt;. You can look at this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/110057/unable-to-generate-public-key-for-esdsa-on-nrf52832---ncs"&gt;discussion&lt;/a&gt;&amp;nbsp;to get some idea what might be missing.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AES CBC with nRF52832 using NCS</title><link>https://devzone.nordicsemi.com/thread/478642?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2024 00:26:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3d33333-2b7d-490c-9d6a-bb10e700c71b</guid><dc:creator>ekidsalan123</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;Thank you for the information. What I need to understand is whether AES encryption and decryption are possible on the nRF52832 using the nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;As mentioned, I have successfully executed sample code on the previous nRF5 SDK, and since PCA10040 is the official development board from Nordic, I assume that AES cryptography should be supported on the nRF52832, correct?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is the sample code directory that I have successfully executed with my nRF52832 boarad.&lt;/p&gt;
&lt;p&gt;nRF5_SDK_17.1.0_ddde560\examples\crypto\nrf_crypto\aes\aes_cbc_with_padding\pca10040&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AES CBC with nRF52832 using NCS</title><link>https://devzone.nordicsemi.com/thread/478496?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2024 09:01:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:091cab59-9c70-4f9a-b955-ae46baf6434e</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Alan,&lt;br /&gt;&lt;br /&gt;If you look at each of the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto.html"&gt;crypto samples,&lt;/a&gt; you can see that there is no support for nrf52832 in any of them. You would need to have at least nrf52840, except for &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/sha256/README.html"&gt;SHA-256&lt;/a&gt; sample which can also be used on nrf52833.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AES CBC with nRF52832 using NCS</title><link>https://devzone.nordicsemi.com/thread/478410?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2024 23:58:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d34b345f-5a79-4aee-90e5-27633e2fd162</guid><dc:creator>ekidsalan123</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the old version of SDK, I found that AES smaple can operate normally on nRF52832. Is there any related smaple expected to be released in the new version of SDK?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This smaple code I found in nRF5 SDK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;nRF5_SDK_17.1.0_ddde560\examples\crypto\nrf_crypto\aes\aes_cbc_with_padding&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AES CBC with nRF52832 using NCS</title><link>https://devzone.nordicsemi.com/thread/478337?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2024 13:02:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f01f7f0f-8b9f-466f-b445-8c957bb566d2</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Based on the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/aes_cbc/README.html#requirements"&gt;requirements&lt;/a&gt;, the sample AES CBC is not supported on nRF52832.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>