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! 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
  • 3154 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
  • 561 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
  • 626 Views
  • 1 replies
  • 2 kudos