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

ADC configuration problem, STM32CubeMX and STM32CubeIDE

If I change the Sequencer setting from "Sequencer set to fully configurable" to "Sequencer set to not fully configurable", this appears to work okay, even generating code. However, after leaving the ADC category, or exiting the program, the STM32Cube...

BCoch by Senior
  • 887 Views
  • 4 replies
  • 0 kudos

Is it possible to connect two stm32 board through usb ?

Hello,this is the first time I apply in this forum and I hope that I find the right answer to my question.So, my goal is to connect two stm32 cards (for example: STM32F4) via USB.Is it possible to do that? If yes ? how can I configure both cards with...

MBOUH by Associate
  • 1383 Views
  • 3 replies
  • 0 kudos

CubeIDE - the CubeMX part suggestion

Hi ST,this is really not a question but suggestions.When starting a project for STM32F7x board almost 1.3 GB (!) STM32Cube_FW_F7_V1.15.0 file gets downloaded. The download often breaks, it seems like download error handling and resume is not implemen...

TDJ by Lead
  • 508 Views
  • 1 replies
  • 0 kudos

Problem with acquisition of IP address of the Nucleo F746ZG

Hello everyone!I have some troubles with obtaining the correct IP address of my MCU.I am running Nucleo F746ZG and I have set up LwIP stack with CubeMX. Also DHCP is turned on. DHCP server sets up "static" IP for my MCU which is 192.168.10.88. I can ...

MZysk by Associate
  • 558 Views
  • 0 replies
  • 0 kudos

CubeMX: enables code optimizations upon code generation

I believe I am experiencing a bug in CubeMX software which is not critical but is very annoying. Every time I re-generate project code from Cube, it automatically alters .cproject file, resetting C code optimizations to -O2 level. This then leads to ...

STM32CubeMX 5.1.0 FreeRTOS code generation problem for statically generated tasks, mutexes , etc... if they were to be recreated.

Hello,During my development I came across this (sort of) bug which will require manual code modification if a specific FreeRTOS function is to be used.** Definition of the problem **FreeRTOS V9 has a feature to define the TCB of a task in compile tim...