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

CubeMX project for One-Pulse Mode example

Hi,Examples projects for STM32F4 are great by there is not the CubeMX projects associated.I am looking the CubeMX project of the TIM_OnePulse example for STM32F411RE-Nucleo.Is somebody has that ?ThanksLionel

Lionel1 by Associate II
  • 522 Views
  • 2 replies
  • 0 kudos

STM32 USB Virtual com implementation

Hello,Using CubeMX, I have created USB CDC device for FS and started using the CDC.By modifying CDC_Receive_FS() I am able to receive all data sent form the PC over USB and put the data in my bufferAlso (while the USB cable is connected and PC termin...

CUBEMX EXTI17 bug

I have a project on CubeMX v5.0.1 - stm32 f103c8 that uses the RTC. I want an alarm interrupt on EXTI_17. In Cubemx under RTC I check Activatet he clock source, Select RTC output On Tamper Pin, and under NVIC, select RTC alarm interrupt through EXTI...

How to use i2c functions with stm32f401RE?

Hi, I'm using stm32f401RE and making a code with cubeMX.So I set i2c3 and I was going to get some numbers from LSM303DLHC whic is accelo/gyro sensor.Here's the codes what I set.​#define Slave_addr (0x1E<<1)#define X_high 0x03#define X_low 0x04uint8_t...

dlee.0 by Associate II
  • 720 Views
  • 1 replies
  • 0 kudos

Linked directories and CubeMX code generation

I've been using CubeMX 4.12.0, and I wonder why does the code generation mess up the linked directories? Can something be done about it?The generation adds "25"s in the path, like:$%25257BPARENT-2-PROJECT_LOC%25257D/cmnThat doesn't work, but :$%7BPAR...

Where is the scrollbar?

Hello!There is no scrollbar in the windowEdit pins is practically inconceivablep.s. New design of the app is terrible (((

sstar.5 by Associate
  • 458 Views
  • 0 replies
  • 0 kudos

STM32F1 Cube MX with CAN stuff error

Hi,I tried a simple example today with STM32 Nucleo F103RB and CAN. I only generate Code with CubeMX. I do not add any line. I get a stuff error on my peak CAN if I change the "ProjectManager.CompilerOptimize=6" to "ProjectManager.CompilerOptimize=0"...