STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

CubeMX define "USE_HAL_USART_REGISTER_CALLBACKS"

Hello,The CubeMX and the ST HAL has in the files "stm32XXxx_hal_conf.h" the#define USE_HAL_USART_REGISTER_CALLBACKSWhen I looking in the source code, there is no position to find where is this define used:Searching for 'USE_HAL_USART_REGISTER_CALLBAC...

_legacyfs_online_stmicro_images_0693W00000biiOIQAY.png
MMüll.6 by Associate III
  • 1445 Views
  • 3 replies
  • 0 kudos

Resolved! Flashing empty memory pages with cubemx locks my mcu

Good evening stm32 dwellings, i have a flash problem.I find myself with the need to write a config file independent to my programm code.In order to do that my programm uses pointers to specific memory pages of my stm32f105:define ADDR_FLASH_PAGE_54 ...

0693W000007EwP0QAK.png
Javier1 by Principal
  • 1515 Views
  • 2 replies
  • 1 kudos

I have most recent version STM32CubeMX, but it keeps popping up do you want to generate code every few minutes, it is annoying. I prefer to generate code when I exit the CubeMX, how to restore that configfuration?

I have most recent version STM32CubeMX, but it keeps popping up do you want to generate code every few minutes, it is annoying. I prefer to generate code when I exit the CubeMX, how to restore that configfuration?

Occasional Data Corruption in the external SDRAM in STM32F429

Hi,I run an application with stm32f429zg using freertos. An external 8Mb SDRAM from winbond (W9864G6KH-6) is used with fmc protocol. I set timing settings in stm32cubemx based on the sdram datasheet.The common clock of sdram is 72Mhz. All other setti...

0693W00000bhPdvQAE.png
MZoli.1 by Associate II
  • 1186 Views
  • 2 replies
  • 0 kudos

Installation issues...maybe?

This is more of a Linux issue, I think, than an IDE or MX issue. I've installed the latest versions of these applications and, unlike the previous installations, I'm not having the .ioc and .project/cproject files recognized as IDE/MX applications a...

TJM by Senior
  • 808 Views
  • 3 replies
  • 0 kudos

Resolved! setting clock in stm32f7

Hi... for some reasons I cant regenerate my code from CubeMx but I need to change crystal 8M to oscillator 14.7456... in spite of replacing the clock function (void SystemClock_Config(void) ) with new one, my project does not work. what other changes...

Zakba.1 by Senior
  • 1109 Views
  • 3 replies
  • 2 kudos

Resolved! Problem reading the RTC calendar after re writing it.

Hello. I'm trying to make a code to show some menús (configuration and user menús) in a LCD screen, but something goes wrong when I try to write the year, and read it later, from the RTC calendar registers.My main code begins with the cube MX functio...

Resolved! STM32G070CB: STM32CubeMX Ver 6.8.0

Hi In my MX setup, using STM32G070CB, I tried to allocate PB11 as ADC_IN15 and PB12 as ADC_IN16. Funny enough, the PB11 & PB12 pins are changed in yellow colours, While PB10 as ADC_IN11 bears no problem with the normal green colour allocated.Hoverin...