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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1246 Views
  • 0 replies
  • 2 kudos

NUCLEO64 USB HID not working ? getting HAL_OK but NO SIGNAL

So I am using Nucleo64 (303RE) board for USB HID mouse project.As you know, it does not have second USB port for USB applications but it does have PINS that can act as DM, DP (USB minus, plus data). When I configured everything, I run debug and it wa...

0690X00000BvjlKQAR.png
hashtala by Associate II
  • 2570 Views
  • 3 replies
  • 0 kudos

How to set I2C's TIMING?

For example, using CubeMX to set the I2C, 400K rate, the TIMING parameter is automatically generated, but it is not 400K in actual operation. The timing value of the program in ST DEMO is different from that in CubeMX, so how can I use CubeMX to set ...

0690X00000BvfnMQAR.png
one V by Associate III
  • 3622 Views
  • 4 replies
  • 0 kudos

I have a problem in generate code in cubemx

I have a ready project that was created with cubemx 4.19, It's ok when I compile this project by keil version 5.15, but when I generate it by cubemx 5.4 I have some errors after compile it by keil version 5.15for example "undefined dword"What is the ...

alianvari by Associate III
  • 2475 Views
  • 4 replies
  • 0 kudos

Using .extSettings file

In the help document concerning .extSettings file the information is unclear.As I read it the Groups section is supposed to create/add directories and files.It does not. I have generated the project for SystemWorkbench and EWarm.I downloaded a test v...

STM32L433 DMA Issues - No Interrupt

Hello Community:What I am doing should be easy and straightforward, but the results are not. On this card (NUCLEO-L433) I am using CubeMX to do just one thing - set USART1 to transmit and receive, with only the receive set up for DMA. I set it up in ...