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

Resolved! Need help to understand relationship of USART1 (as a source of interrupts), EXTI (as an enabler of external interrupts), and NVIC. USART1 RXNE=1 with RXNEIE=1 does not cause interrupt.

(BACKGROUND) I'm working on small (GCC/C-language) tests of STM32F051 with STM32CubeIde 1.8.0 on STM32F051 target. These tests are being done ---> without HAL, Lower Level drivers, but am using #include "cmsis_gcc.h" to access CPU interrupt enable/di...

wb0gaz by Senior
  • 3708 Views
  • 13 replies
  • 0 kudos

Resolved! Do Changes to IOC file propagate to the code?

I have a project and I need to change the pin assignment for peripherals. If I open the .ioc file and make the changes will those pin assignment changes propagate into the code when I re-build it?

GSeme.1 by Associate II
  • 858 Views
  • 2 replies
  • 0 kudos

How to implement "Delete" function in "usbd_storage_if.c", since when deleting files from windows, the icon disappears, but when refreshed, file appears again with zero size.

Hi.I`m generating a project from stm32cudemx version 6.1.2The MCU I use is a stm32f407v with my own designed boardThe f4 series firmware package version I use is 1.25.2My project consists of usb msc device only, with sd card connecting through SDIO, ...

HSh..1 by Associate II
  • 1591 Views
  • 3 replies
  • 0 kudos

1min Timer

hey therehere I try to demonstrate a 1minute Timer using TIM14. I'm using STM32F030k6t6 which has 44236.8MHz clock for timers.below is my TIM14 config:htim14.Instance = TIM14; htim14.Init.Prescaler = 60000; htim14.Init.CounterMode = TIM_COUNTERMO...

Ala by Senior
  • 2611 Views
  • 9 replies
  • 0 kudos

Configuring X-NUCLEO-GFX02Z1 using STM32CubeMX

The Data Sheet for the X-NUCLEO-GFX02Z1 indicates it is compatible with many of the NUCLEO-144 boards, and several of the 64 pin boards. I have the H7A3ZI-Q, the L4R5ZIT6P and the G071RBT6, all listed as compatible. The GFX02Z1 display uses a paralle...

BHavi.1 by Associate
  • 716 Views
  • 2 replies
  • 0 kudos

Resolved! HardFault on f_write() from FatFS

Hi to all,I'm facing with an hard fault when call f_write() or f_read() from FatFs library (R0.12c).I'm able to mount SD card, create a file in write mode, write to it using f_puts().As suggested, I use the HardFault_Handler:void HardFault_Handler(vo...

ABatt.1 by Senior
  • 2134 Views
  • 3 replies
  • 0 kudos

does not start in interactive command-line mode or script mode

When I try (as stated in the CubeMX handbook Section 3.3.2)cd "C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\" java.exe -jar STM32CubeMX.exe -iorjava -jar "C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\STM32CubeMX.exe" -q cube...

FS.1 by Associate III
  • 1905 Views
  • 8 replies
  • 0 kudos