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

NUCLEO-STM32WB55 BLE

Good day.I created a project based on the NUCLEO-STM32WB55 board in the CubeMX program (after reading the manuals).A P2P server project with a custom GATT service and an attribute for reading/writing (the required data exchange size is 200 bytes). On...

bit by Associate
  • 1 Views
  • 0 replies
  • 0 kudos

TIM Trigger DMA

I want to use two timers: one timer to generate PWM, and another timer to generate periodic interrupt events to trigger DMA. For example, use TIM2 to output PWM, and TIM3 to periodically generate update events to trigger DMA for updating the duty cyc...

smile by Associate
  • 25 Views
  • 1 replies
  • 0 kudos

Cube MX Bug report for Zigbee Projects

Hi, I want to report two code generation bugs in Cube MX for Zigbee projects:Color Control: having a color control functionality requires to fill out capabilities, such as XY or HS color settings. Those capabilites are not saved when regenerating the...

vh789 by Associate III
  • 22 Views
  • 0 replies
  • 0 kudos

Resolved! How create STM32CubeCLT CPP Project with VS code

Hi all,I transfer development from STM32CubeIDE to VS code with STM32CubeCLT and STM32CubeMX.By default, the CMake project generated by CubeMX uses C language, but my target language, which includes C++ modules, is supported. I wonder how to add a cp...

Nhan by Associate
  • 47 Views
  • 2 replies
  • 1 kudos

Neural Network Deployment

I want to deploy my model in STM32 F446RE for validation on target, I will connect my STM32 via a mini USB cable to the laptop.Now guide me in details for each step (such as pinout & configuration, connectivity and others)Please help me

CubeMX not generating code

Hello all, I recently install CubeIDE and I want to do a blinky example on the User led for the nucleo-U545REI see that the GPIO for the USER LED is PA5 So in cubeIDE, I open CubeMX, configure PA5 PIN TO GPIO_OUTPUT and try to generate the code by cl...

2345.png
estora by Associate
  • 1740 Views
  • 7 replies
  • 2 kudos

CMake project generation with CubeMX + CubeAI fail

Hello,I use STM32CubeMX V6.11.1 with cmake version 3.28.1 (the one embedded in STM32CubeCLT_1.15.1) to generate a project for STM32F746G Discovery kit.When trying the new cmake project generation feature in conjunction with CubeAI, the generated proj...

jjaccard by Associate II
  • 1062 Views
  • 5 replies
  • 0 kudos

STM32F756 Ethernet and lwIP Rx and Tx Descriptor

Hello,I am creating a new project using STM32CubeIDE to use lwIP with internal MAC for a Nucleo F756 Board. When I enable the Eth peripheral, I can configure the Rx and Tx descriptors. They are placed at the start of SRAM2 (0x2004C000).Since the Cube...

descriptors.png descriptors.png new_region_sram2.png new_region_sram2.png

HAL RTC SetDate Bug or some another way to do??

Posted on February 23, 2017 at 10:49I am using STM32F103 in my new application. I have used STM32Cube to generate my code including Internal RTC. Myproblem is that the time is ok saved when reseted but date is always reset. when i inspected the code...