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! MODBUS communication using STM32F730

I'm trying to use STM32F730 for MODBUS communication. The datasheet and reference manual both shows support for MODBUS. However the problem is :when i use cubemx for configuration purpose it generated following message "This peripheral has no paramet...

NSing.5 by Senior
  • 2022 Views
  • 8 replies
  • 0 kudos

LL_USART_Init generated by CubeMX size reduction ?

Hi everyone,Like most of embedded work, our project aims to have the smallest size possible.Looking at what I can optimize, I came across the LL_USART_Init function that is generated by CubeMx.This function uses LL_USART-SetBaudRate which needs to us...

WGend.15 by Associate II
  • 405 Views
  • 1 replies
  • 0 kudos

Resolved! CubeMX 6.7 Removes Power Regulator Voltage Scale?

I have a project with an STM32H745. After I opened it with CubeMX 6.7 and migrated the project I noticed there were many errors in the clock configuration. I recognized these errors as relating the the Voltage Scale setting. I noticed it was missin...

0693W00000Y7VJOQA3.png 0693W00000Y7VJYQA3.png

LL ADC with DMA

I have problem with configuration ADC (6 regular channel) and DMA. CubeMX generate next code:static void MX_ADC_Init(void) { ... /** Configure Regular Channel */ LL_ADC_REG_SetSequencerChAdd(ADC1, LL_ADC_PATH_INTERNAL_VREFINT); /** Configure ...

0690X0000088R48QAE.png
IByco by Associate
  • 447 Views
  • 1 replies
  • 2 kudos