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! I2C clock configuration issue on STM32F746ZG

I've been working with I2C on STM32s for some time and I noticed an issue while probing my signals with an oscilloscope.I set my project with CubeMX and usse Atollic TrueStudio as an IDE. Everything works fine. However, I've noticed that the real fre...

t.poncot by Associate II
  • 3979 Views
  • 9 replies
  • 0 kudos

STM32L4S9 locked by cube programmer?

Hello, I am facing some strange behavior when I try to debug a stm32l4s9 MCU using Atollic TrueStudio 9.3.0.When I try to debug the mcu using a st-link v2 I get following output:STMicroelectronics ST-LINK GDB server. Version 5.1.0 Copyright (c) 2018,...

0690X00000AQncgQAD.png 0690X00000AQndTQAT.png
CKren by Associate
  • 585 Views
  • 1 replies
  • 0 kudos

bxCAN acceptance filter configuration.

Hi,I'm using CubeMX to init CAN module, everything is working, I can send and receive messages.Now I would like to configure filter to accept only message with specified ID.So, I have this piece of code generated by CUBE: //sFilterConfig.FilterNumber...

DKarc by Associate II
  • 764 Views
  • 1 replies
  • 0 kudos

Resolved! How do I generate a BSP that CubeMX will recognize?

The FatFS library references a BSP function to determine if a SD card is plugged in. Since I don't have a BSP for this PCB, CubeMX complains about the missing function. How do I generate a BSP that CubeMX will recognize to eliminate this configurat...

GJohn by Associate II
  • 797 Views
  • 2 replies
  • 0 kudos

STM32L452 usb support in IDE generation?

Hi.I am trying to add usb CDC to a project for the STM32L452 mcu. Project can be created, compiled without problem.I did a test with a simple and non-modified project that just had the usb added. To my despair, machines do not see the device and no e...

Resolved! HAL CubeMX I2C START problem.

-----I FOUND THE ANSWER MYSELF. ----------Technical environment :-       Master : STM32F767-       Slave : M24256 EEPROM on custom board. SCL and SDA on PH4 and PH5 with 4.7K pull-ups-       CubeMX : V5.3.0-       Normal transaction is : MASTER do a ...