STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 575 Views
  • 5 replies
  • 6 kudos

Resolved! How do you disable ADC DMA interrupts in cubeMX?

For some reason, CubeMX won't let me disable the DMA IRQ in the ADC configuration panel. The ability to deactivate ISR is important when the ADC is configured in continuous mode.Because my ADC conversion is small, the ISR are generated at a very high...

0693W00000JOBXAQA5.png
GBert.2 by Senior
  • 3765 Views
  • 4 replies
  • 2 kudos

Resolved! STM32CubeMX ADC Rank.1 missing

Posted on January 20, 2017 at 02:29I don't know what i did... but my Rank1 is gone in ADC 1 & 2 ??I have 4 input i want to sample... If i configure a new project.. i get all 4, but not in this one :-SClues or bug ??/MAnd now where i just got my ADC-...

0690X0000060664QAA.png
mh by Associate II
  • 2629 Views
  • 9 replies
  • 2 kudos

Resolved! Implicit declaration of MX_SPI3_Init after CubeMX migration

HelloI'm using STM32cubeIDE with an L431RCCubeMX invited me to migrate my .ioc from 6.2 to 6.4 and FW_L4 from 1.17 to 1.17.1After that I have a warning Implicit declaration of MX_SPI3_Init in main.cThis is only in cubeMX generated codeFor information...

0693W00000JNo2YQAT.jpg 0693W00000JNo1zQAD.jpg 0693W00000JNo1pQAD.jpg
po221 by Senior
  • 1863 Views
  • 6 replies
  • 0 kudos

Resolved! Need help to understand relationship of USART1 (as a source of interrupts), EXTI (as an enabler of external interrupts), and NVIC. USART1 RXNE=1 with RXNEIE=1 does not cause interrupt.

(BACKGROUND) I'm working on small (GCC/C-language) tests of STM32F051 with STM32CubeIde 1.8.0 on STM32F051 target. These tests are being done ---> without HAL, Lower Level drivers, but am using #include "cmsis_gcc.h" to access CPU interrupt enable/di...

wb0gaz by Senior
  • 3962 Views
  • 13 replies
  • 0 kudos

Resolved! Do Changes to IOC file propagate to the code?

I have a project and I need to change the pin assignment for peripherals. If I open the .ioc file and make the changes will those pin assignment changes propagate into the code when I re-build it?

GSeme.1 by Associate II
  • 908 Views
  • 2 replies
  • 0 kudos