STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to enable debug mode for SBSFU?

Posted on February 05, 2018 at 11:12Dear All,I have some questions related to  ♯?:1) How to enable ♯ for ♯ boot-loader and for user application?2) Since I was not able to find an information how to make a ♯ and remove ♯ from the MCU (STM32L476) I wo...

X-CUBE-CRYPTOLIB AES CTR

Posted on May 14, 2018 at 10:07Hi,Does anyone knows how the counter is handled in AES_CTR_Encrypt_Init() / AES_CTR_Encrypt_Append().I suppose it is somewhere in the IV, but the documentation does not talk about it.The examples use an IV initialised ...

STM32F0 read out protection problem

Posted on March 30, 2017 at 10:13Hi,I would like to use a software read protection on STM32F0. I've made such a function:PROTECT_STATUS ReadProtectionConfig(uint8_t ProtectionLevel){ uint8_t status = OK; FLASH_OBProgramInitTypeDef OB_Init; HAL_FLASH...

How to check if the MCU suppot hardware crypto?

Posted on May 12, 2018 at 05:54My device use STM32f437VG (which supports hardware crypto) but sometimes we cannot buy it and use STM32F427VG (which NOT support hardware crypto) instead.So my program have to check if the MCU is 437 or 427 to use prop...

vuahoa07 by Associate II
  • 742 Views
  • 4 replies
  • 0 kudos

AES128 HW_TIMEOUT error code

Posted on May 11, 2018 at 14:41Hi!I'm struggeling with hardware accelerated aes algorythim. Based on example project I've enabled CRC clock and initilzed the operation, by passing the key (AccHw_AES_CFB_Encrypt_Init(&, , )). After that I'm trying en...

Resolved! STM32F103: unlock RDP without reset

Posted on May 10, 2018 at 00:37Hi, people!how can i reset Read Out Protection on F103 series WITHOUT Power-off and reset??HAL_FLASH_ob_launch --> it is reset (and hold MCU).1. I set the LEVEL from 1 to 0 in subprogramm. All ok. Flash erased, all FF....

STM32F7 Flash Code Readout Protection

Posted on August 07, 2017 at 12:40Are there any examples of enabling (level 1) and disabling code readout protection for stm32f7?I have just tried this on an stm32f767 based on code that worked for stm32f4xx and I seem to have 'bricked' the microcon...

Danish1 by Lead II
  • 800 Views
  • 4 replies
  • 0 kudos

STM32 CryptoLib - Verifyin on Linux machine

Posted on February 13, 2017 at 13:01Hello everybody,I'm tryin to make a Nucleo-F401 sign a message and then verify this message on a Linux machine. Currently I am able to inject both private and public key into the STM32F401RE (and, starting from EC...