This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Cybersecurity features for NRF52 chips

Good day!

I'm interesting in ability to support of some required Cybersecurity features by NRF52832 or/and NRF52840:

  1. Is it possible to fully disable JTAG and/or SWD?
  2. Is it possible to implement Flash protection (from rewriting/erasing/readaback)?
  3. Is it possible to implement secure boot? (encrypted bootloader with CRC checking of flash area)

Thanks in advance!

Regards

Parents Reply
  • Hi Jamie, 

    I am afraid that we do not yet have an example showing a Secure Boot implementation with the features mentioned in my previous comment. The ACL peripheral should be straightforward to use, but the CC310 library part is a bit more complex and we do not have a lot of examples or a lot of documentation.

    It should be possible to implement secure boot without using the CC310, i.e. using SW based crypto libaries instead of HW crypto accelerators and using the ACL to restrict access to the Root Key and the CC310 register. 

    Bjørn

Children
Related