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

CubeMX code generation

​Hi!i have been using cubemx for a while now, and now i am wondering regarding the code generation. in the main file , for example ,there are user code sections. can i create more of theses sections? or must i use the generated sections only?

yuri CH by Senior
  • 386 Views
  • 1 replies
  • 0 kudos

Flash wait states / VOS & STM32CubeMX generated code

I used CubeMX (v5.0.0, H7 pack v1.3.0) to generate some initialization code for the STM32H750, with the CPU core at 200 MHz and the various peripheral clocks at 100MHz.Cube then set the core voltage to PWR_REGULATOR_VOLTAGE_SCALE3 and the flash laten...

jschloss by Associate II
  • 757 Views
  • 1 replies
  • 1 kudos

STMCubeMX returns HTTP Access Forbidden ?

I can update and install the firmware packages ok and my Windows and AV firewalls list STM32CubeMX as allowed to access the internet. In the updater Settings I get the green tick in the Check Connection button.I've uninstalled the program and re-inst...

JMaul by Associate
  • 825 Views
  • 1 replies
  • 0 kudos

STM32CubeMX Keil Project generation crash

Hi,The latest version of CubeMX (5.4) fails to create a project with MDK 5.29.I'm using the latest version of Java x64 1_8_0_231I've attached the cube log file, which shows an exception in ToolChainGenerator.Any help most appreciated.Glen.

I Copy wrong code this is the actual code for my DMA related Question: I can not use QubeMX to set in the MX_ADC1_Init(void){} function call the following: hadc1.Init.DMAContinuousRequests = is always set to DISABLE

I can not use QubeMX to set in the MX_ADC1_Init(void){} function call the following:hadc1.Init.DMAContinuousRequests = is always set to DISABLE,I want this:hadc1.Init.DMAContinuousRequests = ENABLE;but I get this from QubeMX:hadc1.Init.DMAContinuousR...