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

External IRQ control via Cortex library or via HAL library

Hi, I'm trying to use IRQ Software calls with Nucleo-F4 boards in STMCubeMx 1.8 environment.The UM1725 - Rev 7, pag. 346, tells me to use the HAL_Generate_SWI.The call, included in stm32f4xx_hal_exti, requires you to define two simple structures: EXT...

LVara.1 by Associate II
  • 3942 Views
  • 15 replies
  • 0 kudos

SystemClock_Config fails at startup after upgrading CubeMX app

I seem to be having an issue on my custom board. I upgraded my CubeMX app and now when I attempt to debug the application fails when HAL_RCC_OscConfig is called in method SystemClock_Config at startup. It's consistent every time. I've scoured the con...

TBell.2 by Associate II
  • 1634 Views
  • 8 replies
  • 0 kudos

Resolved! STM32CubeIDE/MX with freeRTOS

I am using STM32CubeIDE to build a freeRTOS project. I have put my tasks in their own .h and .c files. For example I have a default_task.c file. The problem is each time I open CubeMX and save my changes, the 'auto code update' feature does not se...

LMorr.3 by Senior II
  • 3780 Views
  • 3 replies
  • 0 kudos

Undefined reference to api's in new custom folder

Hi,I have created project using the STM32CubeIDE with .ioc. And added new folder for application code. Problem statement: Any API defined in my application file which under the Application folder will not identified by the Core files.I have defined t...