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
  • 648 Views
  • 5 replies
  • 6 kudos

Why elements in an array elements shift?

Hi, i am using stm32f4. in my project i have one transmitter and one receiver.i transmit an 2 byte integer value usingHAL_UART_Transmit(&huart1,&temp_byte1,sizeof(temp_byte1), 500); HAL_UART_Transmit(&huart1,&temp_byte2,sizeof(temp_byte2), 500);and o...

CubeMX LL build failure

I am using a custom board that uses the STM32F769NI chip. I am finding that any attempt to build using the LL drivers causes build failures. I suppose this is a bug, but not sure if or how to report.For the attached reference mx project, it fails w...

_EFrie by Senior
  • 1213 Views
  • 4 replies
  • 0 kudos

Installing STM32CubeMx on OpenSuse Tumbleweed

Installing STM32CubeMx on OpenSuse Tumbleweed using /st-stm32cubeide_1.1.0_4551_20191014_1140_amd64.rpm_bundle.sis missing libusbxsudo ./st-stm32cubeide_1.1.0_4551_20191014_1140_amd64.rpm_bundle.sh [sudo] Passwort für root: Creating directory st-st...

hj by Associate II
  • 801 Views
  • 1 replies
  • 0 kudos

STM32H747 Hardware Semaphore Interrupt

EDIT: Nevermind this thread can be deleted, apologies. I didn't enable the HSEM2 Global interrupts under NVIC1/2 in CubeMX.Hi,I'm having issues getting the hardware semaphore interrupts to function correctly, or I'm misunderstanding their usage. I'm ...

savvn001 by Associate II
  • 1058 Views
  • 1 replies
  • 0 kudos