This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AES CCM co-processor standalone usage

Hello !

nRF52840 have "128-bit AES/ECB/CCM/AAR co-processor (on-the-fly packet encryption)" what is expected to be used together with RADIO for encrypt/decrypt packages on fly.

E.g PS chapter 6.4

Can it be used without RADIO ?

I need this crypto operation and would like to execute it from one memory buffer to other memory buffer. May be even have interrupt what indicate end of operation.

But polling mode is OK as well.

Does existing registers of this co-processor support standalone usage of it ?

Regards,

Eugene

Parents Reply
  • Hello !

    I'm not using SoftDevice and I think AES-CCM coprocess can be fully controlled.

    Can I use AES-128 CCM from my code for encrypt/decrypt own data  without any relation with radio ?

    Usage with radio is explained in PS, but looks like no any source examples.

    Looks like ECB is also interesting but it can be used for encryption and for example CC310 for decryption.

    Do you have any example of source code for evaluate AES ECB ?

    Regards,

    Eugene

Children
Related