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! Older versions of STM32CubeMX

Dear Community,is it possible to download older versions of STM32CubeMX (4.X)? Unfortunately there are no links to archive downloads on the ST website. Thank you very much.Best regards,Emin Yagmahan

stm32f429zi Nucleo as lwip server to send data only.

I am using stm32f429zi Nucleo board for Ethernet communication and using LWIP libraries.using this as an example "LwIP_TCP_Echo_Server", I am able to receive data from Hercules software and send back the received data to Hercules software, is there a...

KINGame by Associate III
  • 439 Views
  • 0 replies
  • 0 kudos

STM32Cube v5.0 issues

I am not sure if there is another place to submit this, some may have suggestions to solve this that I don't see.But these are the issues I have had with stm32cubeMX right out of the box, still haven't used it to a full extent, I was just testing the...

LAfon by Associate III
  • 566 Views
  • 3 replies
  • 1 kudos

STM32F411 ADC+DMA+HAL wrong ADCCLK setting

Dear STM32 community,I have an understanding problem with clock calculation for ADC unit.The ADC1 will be used with DMA by STM32F411 CPU.HSE_CLK = 8MHz, HCLK = 96 MHz, PCLK2 = HCLK/4 => 24MHz (for ADC clock).There are two ADC channel in use: 12 Bit, ...