STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

I want to learn how to use registers - Is there any example collections of UART, ADC, PWM, Timers, DMA, CAN, SPI, I2C ect?

Hi!I want to learn how to use registers by reading data sheet and write hex. I normally use CubeMX. But I think it's best for me to learn how it works under the hood. To learn registers, I need to look at how other people have done so I can "copy" th...

DMårt by Lead
  • 1087 Views
  • 6 replies
  • 0 kudos

Resolved! Hi everyone, i have problem with my cubeide.

Yesterday my cubeide is working well. But today when i want to configure project with default peripheral but all board display warning  The target device 'STM32XXXX-***"is currently not supported by STM32CubeIDE according 'Obsolete' marketing status ...

_legacyfs_online_stmicro_images_0690X00000ARTsS.png _legacyfs_online_stmicro_images_0690X00000ARTsI.png
Le Phuong by Associate II
  • 1059 Views
  • 3 replies
  • 0 kudos

Files included by STM32CubeMX V5.3.0 generate compiler errors

When core_cm0plus.h and stm32g0xx_hal_cortex.h are included, IAR Embedded Workbench for ARM 8.40.1 generates a sequence of errors beginning with those shown below. I haven't found another definition for IRQn yet. See attachment for entire Build Windo...

DBroo.1 by Associate III
  • 601 Views
  • 1 replies
  • 0 kudos

STM32CubeMX Ethernet feature request

Hello, I have a feature request relating to ethernet for CubeMX.We have a PHY that is configured via SPI instead of MDIO but CubeMX insists on configuring the MDIO and MDC pins even when they're not required. We have to manually write code to undo th...

wisse-cp by Associate
  • 721 Views
  • 2 replies
  • 0 kudos

STM32F7 PA0 as EXTI not working right -> BUG?

Hi I've configured a STM32F767II with CUBEMX and generated an Atollic TrueSTUDIO Project. PA0 is configured as external interuppt in IT_RISING Mode. The problem is that this EXTI triggers also at falling edges. Other EXTI pins were configured the sam...