STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! When configuring GPIO's as external interrupts, CubeMX is generating code to enable interrupts immediately. This can be annoying if the interrupt fires before the software is fully initialized.

Using an operating system such as free-rtos, it is common to send a message from the interrupt to a thread, but if the handle to the thread is not yet created - a hard-fault is usually seen. Testing a flag in the interrupt routine activated when the ...

mads.l by Associate II
  • 870 Views
  • 3 replies
  • 0 kudos

Resolved! Unable to locate examples!!

I just installed the STM32CubeMX IDE and the packages for the STM32F7xx MCU. (I have used IDE's from IAR, Atmel and other sources for decades.) Unlike other IDE's, it appears that the current version of the STM32CubeMX does not contain any example ...

FreeRTOS Low Power example on STM32L496VG

HiI've flashed my device STM32L496VG with the Cube FreeRTOS Low Power example from STM32Cube_FW_L4_V1.15.0. Now I cannot flash my device again, using both Segger j-flash and IAR.I'm getting the "connecting to CPU via connect under reset fails".Any su...

deckhard by Associate III
  • 745 Views
  • 7 replies
  • 0 kudos

STM32CubeMX is not running!

HiI installed STM32CubeMX on my system(Windows 10 OS) but it isn't running!When I try to open it, welcome window pops on but after fading nothing would be opened.I tried to run it as administrator and also I uninstalled and reinstalled it and even re...

STM32 waiting for UART interrupt while doing other tasks

Hello, I am using STM32H7 and Stm32CubeMX. In my current application, I perform a user interface (using UART), and then the system performs a measurement task. However, I need to change the system to perform the user interface and measurement task in...

VYoun by Associate III
  • 1773 Views
  • 5 replies
  • 0 kudos

osKernelStart on STM32 break loop

Hi, I'm use the STM32F429This is my FREERTOSConfig.h#define configUSE_PREEMPTION 1 #define configSUPPORT_STATIC_ALLOCATION 0 #define configSUPPORT_DYNAMIC_ALLOCATION 1 #define configUSE_IDLE_HOOK ...

YiKai by Associate II
  • 748 Views
  • 1 replies
  • 0 kudos

How to configure SDRAM on 100 pin H7

I am trying to set up the config for a new ST project, but I cannot make the FMC configuration select SDRAM. The tool lets me select the SDRAM mode for different package versions, like the BGA configuration, but not for the 100pin alternative. This h...

DReis.1 by Associate II
  • 1613 Views
  • 8 replies
  • 0 kudos