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

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
  • 1478 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeMX used to configure a CAN channel on stm32f4-discovery

New to STM32CubeMX. I am using a stm32f4-discovery. I want to use a CAN channel. It seems that the external memory may be blocking me.Is there a way to get a CAN channel available for this dev board?  I would like to end up with the LCD + UART + CAN....

JOsen by Associate III
  • 785 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
  • 846 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
  • 826 Views
  • 3 replies
  • 0 kudos

Do a cold start i STM32Cube for the ARM cpu

HiIs there a way to make a cold start(reboot) in C language in the STM32Cube Environment using a Nuclei board?In other IDE's for other CPU's it waspossible to create a function that inserted a RESET assembler mnemonic for thetarget CPU like thisvoid ...

SThor by Associate II
  • 586 Views
  • 2 replies
  • 1 kudos

FreeRTOS 10.1.1 Upgrade in STM32CubeMX

Hi all,When I click on the little "i" (info) icon in the FreeRTOS configuration screen in CubeMX, I get the following message: Current version shows as 10.0.1 and under Diagnostic, it says "New version available for L4". Indeed, I checked on FreeRTOS...

0690X000006CStgQAG.png