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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

OLED SSD1322 DISPLAY

Hi there,I'm trying to use an NHD-2.7-12864WDW3 model OLED LCD that has SSD1322 driver. Im using m68 parallel interface.The MPU im using is Nucleo-F072RB and im using CUBEMX for adjusting it's settings and using KEIL IDE for coding. Whatever i done i...

0693W00000aIU3KQAW.png
Kannic by Associate II
  • 4384 Views
  • 7 replies
  • 0 kudos

Resolved! Help with MX

I'm a new user to STM32CubeMX. I tried to generate code for IWDG on the STM32F746NGHx and the pProject Manager Setting dialog appeared saying 'The Firmware Package (STM32CU FW_F7V1.17.1) or one of its dependencies required by the Project is not avail...

scotte by Associate
  • 1986 Views
  • 4 replies
  • 3 kudos

Custom packs path in IOC files

I've been using CubeMX for the last 2.5 years and am in the process of updating our ioc files to the latest version of the CubeMX software, the latest STM32 Firmware and to use AzureRTOS rather than the old ThreadX and NetX releases from Express Logi...

SPI interface characteristics

Hi. I am selecting for chip upgrade. In the database content of STM32H743ZG, the SPI interface characteristics section says that the VOS level should be set to VOS1 as shown in the picture, but I chose rev.V to use the main frequency 480 MHz. So my V...

giwonKIM_0-1716441403001.png
giwonKIM by Associate III
  • 852 Views
  • 1 replies
  • 0 kudos

HAL_UART_Transmit_DMA() doesn't?

I am porting code from an existing project that runs on an STM32F4 chip onto an STM32H7 chip, and have been losing my sanity for a couple of days trying to get over hurdle #1: I use a UART for communicating with the chip, and have not been able to ge...

E P by Associate III
  • 16008 Views
  • 17 replies
  • 6 kudos

Resolved! How to install a patch offline in the STM32Cube IDE?

in https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef4.html there are the MCU package and the patch, the first can be installed from CUBE IDE with "m...

Resolved! STM32H573 UART9 initialization not working

use STM32CubeMX to get the initialization code,but UART9 not work,use the LL LibraryUART9 initializationvoid MX_UART9_Init(void) { LL_USART_InitTypeDef USART_InitStruct = {0}; LL_GPIO_InitTypeDef GPIO_InitStruct = {0}; LL_RCC_SetUARTCloc...

xkl by Associate II
  • 1372 Views
  • 4 replies
  • 0 kudos

STM32CubeMX always enables UART5 interrupt

Hi All! Using STM32CubeMx 6.11.1, and the STM 32L475 processor, I have successfully configured UART 5 to use DMA with interrupts on TX and just interrupts (no DMA) on receive. But whatever I do, STM32Cube seems to generate these lines: /* UART5 inter...

Vandermyer_0-1716368071597.png

LevelX Setup for MX25R6435 on B-L4S5I-IOT01A

Attempting to create a project to access the onboard QuadSPI NOR flash (MX25R6435) on the SM32L4S5 Discovery kit. In STM32CubeMX, select the MX25R6435 under QuadSPI HAL says there is no QuadSPI HAL flash driver available, even though the stm32l4xx_ha...

SLimi.1 by Associate III
  • 1171 Views
  • 1 replies
  • 0 kudos