STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

How to get USB Mass Storage Device working on STM32H7A3 Nucelo

I'm trying to get the STM32 USB training "09.8 USB MSC device labs tutorial" (https://www.youtube.com/watch?v=GjQqZd1keBo) working on a STM32H7A3 Nucleo board. The tutorial is for a STMF4xx but it seems like it should work on my H7A3 Nucleo if I sta...

magene by Senior II
  • 2673 Views
  • 1 replies
  • 0 kudos

B-L475E-IOT01A1 kit connectivity with AWS

1. B-L475E-IOT01A1 kit connectivity with AWS.2. Modification its AWS connectivity parameters.3. Creation of AWS connectivity parameters.4. STM32Cube MX support with AWS cloud APIs5. Example programs and documents  I just purchased B-L475E-IOT01A1 kit...

ABans.11 by Associate II
  • 1950 Views
  • 7 replies
  • 0 kudos

Resolved! Purpose of FSMC_NL pin and How to enable

HI,I am working on STM32F413zh and i am trying to enable FSMC_NL gpio pin. I dont't know what is the purpose and how to enable this pin in STM32cubeMX. Please give me the support.Thankyou.

AFaya.1 by Associate III
  • 1241 Views
  • 2 replies
  • 0 kudos

Resolved! Setting up ADC1 on STM32U585QII

Hello,I'm using StmCubeMX 6.5.0 with StmCubeIDE 1,9.0.I'm trying to set up ADC1 channel 7 (PA2 pin) in polling mode on STM32U585QII device.HAL_ADC_GetValue is always returning 0 while it should return something else.Below is a simple main function:in...

MApli.1 by Associate II
  • 3277 Views
  • 12 replies
  • 2 kudos

STMHAL STM32L152RETx - If you use TIM2 as the timebase source, it will assert in HAL_NVIC_SetPriority() due to uwTickPrio not being set in the TIM2 version of HAL_InitTick()

I set TIM2 as the timebase and then enabled full hal assertion via STM32cube. It asserted in ../Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.c:197Stack trace:Thread #1 (Suspended : Signal : SIGINT:Interrupt) assert_failed() at main.c:455 0...