STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

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
  • 1392 Views
  • 13 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
  • 436 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
  • 771 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
  • 298 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
  • 982 Views
  • 3 replies
  • 0 kudos