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.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 495 Views
  • 5 replies
  • 6 kudos

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
  • 2897 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
  • 2143 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
  • 1378 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
  • 3679 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...