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

Elf file - 2 or more segments define the same memory zone?

This is for a STM32H70 When uploading from CubeMx IDE or STM32CubeProgrammer I get these errors:STM32CubeProgrammer:Warning: File corrupted, Two or more segments defines the same memory area. 17:11:15 : Number of segments: 6 17:11:15 : segment[0]: ad...

STM32F746 Ethernet TCP client issues.

Hello, I would like to connected my STM32F746G Disco board to the server on PC computer. I started from example from STM32CubeMX. I would like to do something like that:PC computer as server - I using Hescules Setup Utility.STM32F746NG - Disco as cli...

KB.2 by Associate II
  • 984 Views
  • 1 replies
  • 0 kudos

STM32CubeMX making file references when it's not desired.

Whenever I make a project with CubeMX, I explicitly tell it to copy the files it needs and to NOT make references in CubeIDE. Nothing making sharing projects more painful than eclipse references.That being said, I just started a project with an STM32...

0693W00000WKw9iQAD.png 0693W00000WKw9sQAD.png

Resolved! code generation fail with FreeRTOS in Trustzone at STM32L5

Hello,I want to generation code with FreeRTOS in Trustzone at STM32L562ZET6Q.I want to use FreeRTOS in Non-Secure Zone.So, I enabled FreeRTOS in Middleware division.And, I want to change about Timebase Source in SYS_NS.But, all timers are disabled(in...

0693W00000WKMW2QAP.png 0693W00000WKMVnQAP.png 0693W00000WKMY3QAP.png

STM32U575 ADC DMA Interrupt not working

I have Nucleo U575ZI-Q board and I am trying to unable ADC with DMA and Interrupt but not able to get any reading. I am trying to see the adcBuf value in live expression but it is not working./* USER CODE BEGIN Includes */ #define max_channel 2 uint3...

Bhavik by Associate III
  • 1357 Views
  • 7 replies
  • 0 kudos

STM32F7 ADC with DMA and watchdog

I've been trying to use the ADC of an STM32F7 so that when the level exceeds a certain threshold it start to sample the input continuously. Here is the configuration. Then I have implemented the code as followsvolatile ITStatus adc1OutOfWindow = RESE...

0693W00000WKitNQAT.png 0693W00000WKitSQAT.png 0693W00000WKitXQAT.png
JVALL.1 by Associate III
  • 825 Views
  • 1 replies
  • 0 kudos

USB Tx-state Busy

Hi,I have an application running on STM32F429ZIT6 using USB stack to communicate with PC client.MCU receives one type of message of 686 bytes every second and receives another type of message of 14 bytes afterwards with 0,5 secods of delay between me...