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! Systick configuration, STM32F4 Disc, FreeRTOS

I just started a new project with FreeRTOS on the board.When generating code via MX, there is a message about Systick configuration issue.The problem is, I cannot change the configuration about SYS and TIM.What can be the issue? What do I have to cha...

image.png image.png
stefluik by Associate II
  • 185 Views
  • 2 replies
  • 0 kudos

mbedTLS with support of TLS_1.3 in STM32CubeMX

Hi,I'm using the STM32H753I-EVAL2 (MCU Type: STM32H753XIHX) to develop a new product.The product will communicate to server using the LwIP (TCP Layer) + MbedTLS (SSL/TLS Layer), running over FreeRTOS environment.We want to use the latest TLS protocol...

APilai by Associate
  • 2199 Views
  • 2 replies
  • 1 kudos

Resolved! Trouble configuring I2C pins in CubeMx

Can someone please explain to me how this is even possible on the same device? They are the exact same device yet I can not seem to get the same pin config in different projects.The one project somehow got the PIN Layout where PB6(SCL) and PB7(SDA)...

STM32F030C8T6New.png STM32F030C8T6Old.png
table by Associate II
  • 188 Views
  • 1 replies
  • 1 kudos

STM32G0 minimum ADC frequency

I'm configuring an STM32G031, using the STM32CubeMX perspective in STM32CubeIDE.  I want to optimise for low power consumption.  My device uses the ADC and I see the ADC has a minimum acceptable frequency, 140kHz according to the data sheet (data she...

GrahamAU by Associate II
  • 233 Views
  • 2 replies
  • 0 kudos

Simulink error for programming ST Nucleo board

Hi,I want to program my STM32H753ZI Nucleo board with Simulink. I successfully programmed it to blink an LED. However, I get the following error when I try to enable a timer (for PWM, or Encoder). C:/ProgramData/MATLAB/SupportPackages/R2023b/toolbox/...

hsafamehr by Associate II
  • 1322 Views
  • 5 replies
  • 4 kudos

Resolved! CubeMX bug when configurating ADC for stm32u031

Hello,I get error messages in Cube MX trying to configure the ADC in STM32U031F6Px to Not Fully Configurable.To reproduce:Start a new project, choose STM32U031F6P6 as MCUGo to ADC, check any channel (e.g. temperature)Change sequencer to "sequencer se...