STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Clock configuration for Nucleo-H7A3

Hello,I started an empty project on CubeMX V5.5 (just updated) for a Nucleo-H7A3ZI,I noticed that the clock default configuration for this board has a 64MHz clock.If I change the multiplier on the PLL1 from x16 to x70 to get the max allowed 280MHz, I...

Marco.D by Associate II
  • 684 Views
  • 9 replies
  • 0 kudos

Disabling PB0 for GPIO to use in STM32CubeMx

Hello! I have a project for the NucleoF767ZI board. I want to use the Mii mode of the Ethernet but in the STM32CubeMx setup screen it doesn't let me. It says that MII is didabled because PB0 is enabled as GPIO output. The thing is I don't know how to...

why STM32CubeMX shows a conflict ?

I am using stm32L072RB MCU,When I am assigning pins using STM32CubeMX ,why it shows conflict for some pins ,and is it very critical ? For E.g. - USBStatus:Partly disabled conflict with:PC9 mapped with GPIO_output or/and SYS: Serial Debug WireWhere i ...

SA.17 by Associate III
  • 779 Views
  • 2 replies
  • 0 kudos

Resolved! Additional Software on STM32H7

When creating project for STM32H7 board. In Additional Software none of installed packages can be seen. For STM32F7 it works correctly. Is it a known issue?(CubeIDE 1.2.1)

0690X00000DC3sHQAT.png
slawek by Associate III
  • 385 Views
  • 4 replies
  • 0 kudos

Resolved! HAL_UART_Transmit_DMA() cannot send 2 as second shows busy

I have the following code:HAL_UART_Transmit_DMA(Outgoinghuart, (uint8_t *)message, sizeOfMessage); delay(10000); HAL_UART_Transmit_DMA(Outgoinghuart, (uint8_t *)message, sizeOfMessage);The second DMA transmit is always busy, no matter how big the del...

CLH by Associate II
  • 382 Views
  • 3 replies
  • 0 kudos