STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Cannot Set DMA to Secure (CCRx SECM)

I'm attempting to configure peripherals in STM32CubeMX, but I'm getting error_handler calls from my DMA configuration for ADC1.All the necessary peripherals (DMA1 channel1, ADC1) are configured as secure in CubeMX, but when HAL_ADC_MspInit attempts t...

MBand.3 by Associate III
  • 320 Views
  • 1 replies
  • 0 kudos

Resolved! Setting up EEPROM emulator for STM32L

I'm trying to use EEPROM emulation API in a project. I have downloaded the expansion package. Based on AN4894 I need core and porting to be included in my project so I copied them under a new directory in Middleware and included the path. Then added ...

MHoss.1 by Associate III
  • 526 Views
  • 3 replies
  • 1 kudos

Resolved! [STM32L081xx] __HAL_RCC_AES_CLK_ENABLE missing

Hi all,I generated code in STM32CubeMX for STM32L081CBTx controller with AES enabled.I built the generated code (without modification) in STM32CubeIDE, but it failed with warning:../Core/Src/stm32l0xx_hal_msp.c: In function 'HAL_CRYP_MspInit': ../Cor...

ISzik.1 by Associate
  • 502 Views
  • 2 replies
  • 0 kudos

BUG: CubeMX 5.3.0 doesn't generate CRC.c for STM32G474

The compiler cannot find the function MX_CRC_Init()The reason is that STM32CubeMX 5.3.0 doesn't generate CRC.c for STM32G474 when the CRC module is enabled.The CRC.h header is correct generated.This happens only in the STM32CubeIDE with the integrate...

OGhis by Associate III
  • 287 Views
  • 2 replies
  • 0 kudos