STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

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! How do I enable MDMA_IRQHandler using STM32CubeIDE?

Hello there.I've setup simple transfer from SRAM4 to FMC NE1 on my STM32H750 board using MDMA. Write transfer itself complites, however no MDMA callbacks is ever called. After some digging i've found out that HAL_MDMA_IRQHandler is never called. On t...

BStud.1 by Associate II
  • 653 Views
  • 2 replies
  • 0 kudos

LPUART + BDMA TX on STM32H730

I am attempting to use CubeMX to generate the code necessary to do a very basic demo of TX DMA using the LPUART and the BDMA peripheral (which as I understand it handles DMA for the LPUART1 which I'm using).Based on my reading of the reference manual...

AAG.1 by Associate
  • 895 Views
  • 1 replies
  • 0 kudos

Resolved! Read state of caps lock from keyboard

keyboard-pc-usb-stm32​Is it possible to read state of capslock on/off with stm?​ Using HAL and cubemx HID configuration.​I can send report. But how to receive report - status?​​​​

oeliks by Senior
  • 1251 Views
  • 3 replies
  • 0 kudos

How to enter low-power run mode?

Hi!I'm using a STM32L433V and have to deal with that whole energy-saving topic.My use-case is the following:I've to count and debounce pulses from an external sensor with an 78Ah battery for about 5 years without charging. The pulses do come with abo...

Can't get RX callback interrupt to be triggered

I've followed this tutorial word by word and I'm not entirely sure why:1) Nothing is being written to that rx_buffer[]2) Why the void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) isn't being called/triggered as shown in the videoI'm also using ...

Conflict between 6.2.1 and 6.2.0 project

Step to reproduce:1) Generate a project in CubeMX v6.2.0 and save it2) Open and modify the 6.2.0 project with CubeMX v6.2.1 (no migration or wathever), save the project3) try to reopen the project with v6.2.0, these window will popup: I need to use t...

0693W00000BbETyQAN.jpg