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...

Resolved! Dma not working when triggered from timer trigger from external source start a DMA transfer on UART or SPI peripheral on STM32F411?

I am using STM32F411 and SDK v1.27.1I am trying to trigger an DMA xfer with an external signal source using the TIMER1 External Trigger, without the need to execute any interrupts in the CPU to utilize the CPU time, as I have two signals one every 2m...

0693W00000QLM9zQAH.png 0693W00000QLMA4QAP.png 0693W00000QLMAdQAP.png 0693W00000QLMA9QAP.png

Resolved! Nucleo-F072RB Multi-channel ADC Problem

Hello. I want to read multi-channel analog data (four channels) with my Nucleo-F072RB. I previously worked with Nucleo F411RE and I did not have any problems. But with F072RB, I'm so confused. When I open my board on CubeMX, I can select multi ADC1 c...

MÇeli.2 by Associate II
  • 1956 Views
  • 4 replies
  • 0 kudos

Error downloading the following files

After I search this problem on Google, I find alot of people face the same problem as me, and those solution did not really work for me.Yes, I know the workaround by manual download the Zip then parse into %UserProfile%\STM32Cube\Repository, but the ...

TTems.1 by Associate
  • 5987 Views
  • 5 replies
  • 1 kudos

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
  • 888 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
  • 526 Views
  • 0 replies
  • 0 kudos