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

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 332 Views
  • 0 replies
  • 1 kudos

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
  • 1363 Views
  • 5 replies
  • 7 kudos

Resolved! Only half the adcs channel manage to read their pins correctly

So, we are using ADCs on the STM32h743XIH6 rev V to read DC and low-frequency signals. We noticed we have half the ADC channels working correctly and half not working correctly. Those working correctly are:ADC3P1 PC3_CADC2P1 PA1_CADC3P0 PC2_CADC3P2 P...

DLuss.1 by Associate II
  • 1241 Views
  • 3 replies
  • 0 kudos

LL ADC with DMA

I have problem with configuration ADC (6 regular channel) and DMA. CubeMX generate next code:static void MX_ADC_Init(void) { ... /** Configure Regular Channel */ LL_ADC_REG_SetSequencerChAdd(ADC1, LL_ADC_PATH_INTERNAL_VREFINT); /** Configure ...

0690X0000088R48QAE.png
IByco by Associate
  • 1024 Views
  • 1 replies
  • 3 kudos

Automatic upgrade of STM32H7_ETH_Example_IDE1.6.1 LWIP/FREERTOS by STM32CubeMx V6.2.1/FW_H7_V1.9.0 to V6.6.1/FW_H7_V1.10.0 breaks the example.

I am able to run the example STM32H7_ETH_Example_IDE1.6.1 properly.This is a basic LWIP/FREERTOS example implementing ping on fixed IP.I recreated the example in minute detail in STM32CubeMX V6.6.1 FW_H71.10.0; it failed.In the process of finding the...

Johi by Senior III
  • 1172 Views
  • 4 replies
  • 0 kudos

Problem during Server Connexion

Hi!I'm using STM32CubeMX 4.24.0 (I know, extremely old but I need this version to be able to follow along a course) and JRE 1.8.0_351 on Ubuntu 20.04.It seems the tool cannot find updates or other necessary STM32 Cube packages, with the following err...

CGalv by Associate III
  • 3935 Views
  • 1 replies
  • 0 kudos

floating point and interrupt

Hi,i am using stm32F411 and generate programs with cubeMX.now I want to use the FPU in main and in interrupt context. Is it possible to use the FPU in interrupt context?I do not know how CubeMX generated programs handle the FPU context save within in...

rzong.1 by Associate II
  • 4052 Views
  • 8 replies
  • 0 kudos