STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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
  • 568 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
  • 442 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
  • 354 Views
  • 1 replies
  • 1 kudos

Resolved! STM32L476G-DISCO USART NOT WORKING?!

I'm using an stm32l476G-DISCO and i want to transmit a message using the usart, the code compiled with no error using the CubeMX but the terminal is not showing anything.i configured pin P5 as TX_USART2 and P6 as RX_USART2is it a usb driver problem? ...

OGaie by Associate III
  • 1206 Views
  • 4 replies
  • 0 kudos