STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! STM32CubeMX 6.3.0 BUG?

main.c generated by STM32CubeMX 6.3.0Line 23#include "usb_device.h"#include "usb_device.h" Are duplicated.Then MX_RTC_Init () is missing HAL_RTCEx_SetWakeUpTimer_IT ().

tsuna by Associate II
  • 279 Views
  • 1 replies
  • 0 kudos

Good starting point for VCP module (FT232 replacement)

I just ordered a PCBA with FT232RL as USB-VCP bridge and found that these things are bulky, expensive and out of stock mostly. So why not design a USB-serial (eg. 3.3 V 9600 bd) bridge using any STM32?I am aware that CubeMX supports USB/VCP so this i...

MMMartin by Associate II
  • 354 Views
  • 5 replies
  • 0 kudos

Devicetree generation for MCU

Hi,Zephyr OS use device tree to describe hardware layer on MCU. Is there anyway I can generate device tree from STM32cubeMX configuration (ioc file) as we can do it for MPU ? Thanks,

FLapo.2 by Associate
  • 218 Views
  • 0 replies
  • 1 kudos

What is the relationship between HAL_ and MX_ APIs?

CubeMX provides a host of MX_ functions for which I'm unable to find any documentation.I can instea find extensive HAL and LL API documentation.And these APIs overlap like MX_TIMxx_EnablePWM and HAL_TIM_PWM_InitThere is also a lot of MX_init code but...

CCarb.1 by Associate
  • 267 Views
  • 4 replies
  • 0 kudos

nucleo board STM32CubeMX clock configuration nonsense

Hi,I'm trying to set up the HSI (16MHz) on a nucleo-f446ze board. The clock configuration GUI is kinda misleading I guess: default PLLMUX configuration is selecting HSE, but HSE oscillator is not present by default on the nucleosselecting HSI on PLLM...

0693W00000D0s07QAB.png 0693W00000D0s0HQAR.png
SCott.1 by Associate
  • 749 Views
  • 4 replies
  • 0 kudos

We found a bug while using Hardware JPEG.

The environment I tested is as follows.​IDE: STM32CubeIDE​ 1.5.1Package: STM32F767IIPackage software version: 1.16.1​JPEG settings are as below.​​However, there is a typo in the config file that is actually generated.[ jpeg_utils_conf.h ]#ifndef __J...

0693W00000Czw4kQAB.png