STM32 MCU's security goodies to be aware of.

Hi there, embedded friends,

did you know that STM32 MCUs can provide you with some effortless security features that you can use freely?

STM32 has some important option bytes to be used:

  1. your code you put on the MCU flash is not protected. you think its valuable to you? if yes, you should set RDP to its corresponding level. (read about RDP option bytes).
  2. your code has some secure info, maybe private data, special keys e.t.c ? if yes, a malicious code could run in your boot or startup code, and it might access all your flash and "see" your whole flashed code/data. if you wish to prevent that, uses PCROP in your option bytes.

Thanks for reading pals.

要查看或添加评论,请登录

Nissim Uziel的更多文章

  • Hi, Welcome to Yocto !!!

    Hi, Welcome to Yocto !!!

    I recently studied this huge tool/frame work or whatever we can call this mega linux distro building system. Few steps…

社区洞察

其他会员也浏览了