STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Question about Ac6 SW and GNU toolchain

Posted on March 26, 2016 at 08:11Good afternoon. Calculate checksum CRC32 of ROM in embedded program is very simple. But how to calculate and write it in image of ROM on stage building? It possible in Ac6 System Workbench without external tools? Tha...

X-Cube-Crypto Library

Posted on March 18, 2016 at 10:54There is a crypto library offered for download from ST official site here: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1920/PF262570However when I try to get the library the link just drops me to ...

balazs by Associate II
  • 573 Views
  • 3 replies
  • 0 kudos

Byte-wise only CRC for STM32L486?

Posted on March 14, 2016 at 18:01I'm using the CRC unit on the STM32L486. In the reference manual it states that:''CRC computation is done on the whole 32-bit dataword or byte by byte depending on the format of the data being written.''However, late...

dlane by Associate II
  • 2201 Views
  • 13 replies
  • 0 kudos

write pages 0-3 when RDP is on over STM32F100 RCT6B

Posted on March 01, 2016 at 13:39Hi, My problem is this, i have a product that have in the pages 0-3 a bootloader, and the RDP is state ON to protect my code, then the application code (120KB). All works fine and with this bootloader i can change th...

About CRC

Posted on October 30, 2015 at 20:08Hi. I want to make SSI protocol with SPI peripheral on STM32F3 series. Also want to use DMA for Tx. There is a hardware CRC calculation unit, which calculate CRC above all data and is attached as last byte (in my c...

matic by Associate III
  • 325 Views
  • 2 replies
  • 0 kudos

Disabling Flash readout protection through sram

Posted on October 06, 2015 at 12:24Hi all, Anyone knows why the following code is not disabling the flash memory readout protection? It is being executed on a STM32F103 microcontroller.FLASH_Unlock();  FLASH_ReadOutProtection(DISABLE);  FLASH_UserOp...

carles by Associate
  • 349 Views
  • 1 replies
  • 0 kudos