STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SB and SFU

Hey guys, I want to perform a firmware upgrade over the air. And use a UART to connect to IoT device.I use stm32l431xx and it contains hardware for symmetric encryption. And the host device which sends the binary uses stm32l496 has SBSFU.So I have a ...

Vmere.1 by Senior
  • 561 Views
  • 1 replies
  • 0 kudos

Resolved! LoRa packet with CRC error treated as valid

A packet with CRC error has both SUBGHZ_IT_RX_CPLT and SUBGHZ_IT_CRC_ERROR flag set.In stm32wlxx_hal_subghz.c, this leads to both RxCpltCallback() and CRCErrorCallback() being called.https://github.com/STMicroelectronics/STM32CubeWL/blob/main/Drivers...

HugoL by Associate II
  • 1289 Views
  • 1 replies
  • 2 kudos

Is it possible to do a FUOTA with SBSFU ?

I have made a FUOTA project and I want to add security to it. I found SBSFU but I see that they must connect the ship in order to update it, and that's not what I want.So my question : is it possible to do a FUOTA with a SBSFU example ? is so how ?

Moughit by Associate III
  • 553 Views
  • 1 replies
  • 0 kudos

Resolved! possible bug in F3xx Firmware?

When I compile a simple programm, using the CRC feature I get the following warning:In file included from ../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_def.h:30,                from ../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc.h:29,     ...

CBerg by Senior
  • 1035 Views
  • 4 replies
  • 0 kudos

Security Options on MCU's

I'm trying to become familiar with the security options for STM MCU's before picking an MCU. Where is the best place to learn about what security options exist, what they do, and how/if they impact the price of the MCU? Does a table exist that compar...

PNada.3 by Associate II
  • 467 Views
  • 1 replies
  • 0 kudos