STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

F405 USB HID Clock Configuration

I'm trying to get a custom F405 board (open hardware from stm32duino) to run a simple HID example (https://notes.iopush.net/stm32-custom-usb-hid-step-by-step-2/). I got it running on an F103 and am trying to get it running on the F405, but it doesn't...

0690X0000098Oy3QAE.png 0690X0000098Oy8QAE.png
RBoer by Associate II
  • 430 Views
  • 2 replies
  • 0 kudos

BUG: release build missing NDEBUG define

In projects generated by CubeMX, the release build is missing predefined preprocessor symbol NDEBUG. This is part of the C/C++ standard for decades (implicitly in the assert.h specification). Lots of existing code depends on this symbol to exclude de...

CubeMX 5.0 USB OTG does not work

Two bugs; would appreciate any work-around...Use attached IOC file to replicate problems.1) Serious bug: I need to configure OTG FS with:device mode CDChost mode mass storageIf I select USB-OTG the generated setup routine MX_USB_OTG_FS_USB_Init is em...

0690X000006DoJrQAK.png

DMA does not write from ADC to memory

I use STM32H743 and STM32CubeMX.ADC1 operates in ADC_CONVERSIONDATA_DMA_ONESHOT mode.Writes 512 samples to memory (address 0x24003F20).After recording, I process the data and run DMA again.But the data in the memory area does not change (as if frozen...

BBoro by Associate
  • 371 Views
  • 1 replies
  • 0 kudos

STM32CubeMX bug with STM32F407VG MCU and FreeRTOS

It was my hope that cubeMX bugs are constantly fixed with new releases. Unfortunately...In the latest cubeMX generated code in FreeRTOSConfig.h file this is defined for os tick:#define xPortSysTickHandler SysTick_Handlerwhich makes it jump into HardF...

GShma by Associate
  • 259 Views
  • 1 replies
  • 1 kudos