STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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

I have a completed design in software via STM32Cube and SW4STM32. I need to change a PIN in CubeMX. What will happen with my finished code when I GENERATE CODE within MX with the new single PIN change?

I have completed a design using STM32F303RE Nucleo-64 board. Using STM32CubeMX and SW4STM32 (IDE). My design is done, I have build the design and there are no errors. Now I'm ready to physically download and test the design. I realize one of the PINS...

TFlac by Associate III
  • 388 Views
  • 2 replies
  • 1 kudos

CubeMX 5.3.0 updater won't install any packeges.

I have a fresh installation of Windows 10 pro, so I need to install other things for STM, such as CubeMX. I downloaded from the site ver. 5.3.0 - installation was normal, but when I want to install FW packages for individual MCU series, I can't.Somet...

0690X00000AQm35QAD.png
pwisn by Associate II
  • 1383 Views
  • 6 replies
  • 0 kudos

STM32CubeMX custom setting for generation

Hi all!I am wondering what possibilities (and how) there are when it comes to customizing the code generation from STM32CubeMX.I would like to be able to output the stuff that goes in /Src and /Inc to another folder instead in order to keep my projec...