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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1225 Views
  • 0 replies
  • 2 kudos

STM32G0 minimum ADC frequency

I'm configuring an STM32G031, using the STM32CubeMX perspective in STM32CubeIDE.  I want to optimise for low power consumption.  My device uses the ADC and I see the ADC has a minimum acceptable frequency, 140kHz according to the data sheet (data she...

GrahamAU by Associate II
  • 1728 Views
  • 4 replies
  • 0 kudos

STM32H7xx ThreadX with HAL, bug in HAL_InitTick

function HAL_InitTick() in generated code from STM32Cube IDE does not register the TimeBase_TIM_PeriodElapsedCallback after HAL_TIM_Base_Start(&htim6). it just returns the result if Timer Start.setting up the callback is done after this but never rea...

weak attribute needed in app.freertos.c

in app_freertos.c, the hook prototypes are not all defined as __weak.  This requires either deleting those prototypes or rewriting them with the __weak attribute to avoid multiple definitions when they're actually used in user code.  I generally do n...

What is the recommended alternative to using HAL?

The ST docs all refer me back to using HAL with CubeMX however I see many suggesting staying away from it.I could not find where to download and use libraries such as CMSIS for my STM32F407G Disco board Are the libraries I need already in my CubeIDE ...

LMorr.3 by Senior II
  • 10380 Views
  • 11 replies
  • 5 kudos

Plan to upgrade mbedTLS from v2.16.2 to v3.6.x?

Hi, The mbedTLS v3.6.x is LTS version and released for quite long time. Do you have plan to upgrade mbedTLS to v3.6.x with MX? If not, customer shall manually integrate/upgrade the mbedTLS to v3.6.x. Could you please give me a guideline to do that. T...

Leo2Ruan by Associate III
  • 442 Views
  • 2 replies
  • 0 kudos

CubeMX bug in generating ThreadX files for Cortex_M55

Hello, Using the latest CubeMX 6.15.0 I was generating ThreadX for Secure - Non Secure Project (for STM32N6 - Cortex_M55). This did not add file : "\Middlewares\ST\threadx\ports\cortex_M55\gnu\src\txe_thread_secure_stack_allocate.c" and so is not add...