STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

CubeMX, using LwIP with an RTOS that isn't FreeRTOS?

Assume for a moment that I want to use LwIP with an RTOS, I have to set NO_SYS = 0. But you can't do that unless you enable FreeRTOS. But I want to use a different RTOS, not FreeRTOS.Enable FreeRTOS and you get to set NO_SYS = 0, but you also get the...

stm32f769i-disco + FreeRTOS + Lwip + CubeMX: is it possible to produce an .ioc configuration with working ethernet?

Does somebody can provide a cubeMX generated file with working ethernet and freeRtos?? Is it even possible? I know there is a working example application but it is not from CubeMX. Using the new HAL eth driver from the F7 package I am not able to eve...

redmig by Associate III
  • 874 Views
  • 2 replies
  • 0 kudos

Bug on the "HAL_PWREx_EnableWakeUpPin" function on STM32H7

Hello,I am using STM32H7B0VBT6 and I wanted to activate the wake up from Standby on PA0 (WAKEUP_PIN1) with rising edge, the code used is the following:PWREx_WakeupPinTypeDef sPinParams = {0};sPinParams.WakeUpPin = PWR_WAKEUP_PIN1;sPinParams.PinPolari...

cb.7 by Associate III
  • 522 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F4 HAL ETH broken

I have tried to generate a new project using STM32CubeIDE from scratch (fw V1.27.0, no way to modify it[!!!]) but it does not compile.A lot of descriptors are missing, like there is no resolution for the following:ETH_TxPacketConfig TxConfig; ETH_DMA...

VaZso by Associate III
  • 3430 Views
  • 8 replies
  • 1 kudos

Resolved! Error MX generation USART/DMA with STM32G0B

Hello community,Warning, when gerating code for STM32G0B with FW_1.5.0, DMA init function is called after USART2 init function.So the DMA doesn't works !!The only way to resolve this i have found is to cut/paste function in the good order ^^Report th...

tvill.1 by Associate II
  • 1028 Views
  • 5 replies
  • 0 kudos

How do I load an earlier version of the MX program? The current version does not generate code right like the previous version did.

I have been using the DMA for UART transmit for months without problem. The MX program is not generating the code for DMA configuration anymore. It used to work. I have other problems with the current version and I am tired of all the "it will be fi...

Why can't I download firmware package?

Hello. When I tried to use Motor Control Bench for the first time in a while, I had trouble downloading the firmware package.Looking at the log file at the time of code generation, the code appears to be generated.Do you know if the generated code is...

0693W00000QL2LCQA1.png