STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

BLE_p2pServer.ioc [v1.2.0]

Hello,There is an error during code generation in new version of FW. I wanted back to previous version, but the new STM32CubeMX is not backward compatible.There is a problem with "CFG_RTC_SYNCH_PRESCALER".So I can not generate a project.How to solve ...

0690X0000098PRAQA2.jpg 0690X0000098PRFQA2.jpg

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
  • 714 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
  • 525 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
  • 436 Views
  • 1 replies
  • 1 kudos