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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 756 Views
  • 5 replies
  • 7 kudos

usart2 of nucleo-l476rg doesn't work when using STM32CubeMX

Hi, I'm seo. when i use STM32CubeMX(5.3.0) USART2 doesn't work.I attached ioc file. other uarts works well.I debugged MX_USART2_UART_Init(), but the source code looks like well.Could you give a sample ioc file for nucleo-l476rg which working USART2?T...

twoaten by Associate II
  • 553 Views
  • 1 replies
  • 0 kudos

CubeMX AI 5.1.0 BUG: Cannot analyze the neural network

Hi!I have to report a bug. I cannot analyze the neural network in STM32CubeMX 1.3.0. I don't use 1.4.0 because they won't work with FreeRTOS.How to repeat this issue:Start a new Project.Select STM32 F446RE Nucleo boardUse CubeMX AI 5.1.0Download Mobi...

DMårt by Lead
  • 1014 Views
  • 2 replies
  • 0 kudos

Resolved! Requesting Fix: STM32CubeMX series 6 version (including version 6.1.0) deletes all folder present inside the main folder thus deleting user created folders like Repository

Hello @Khouloud ZEMMELI​ ,I install STM32CubeMX to folder C:\STM32CubeMX and then set REPOSITORY FOLDER TO C:\STM32CubeMX\Repository as I want to keep the STM32CubeMX and its dependencies at one place.I have reported earlier this issue either on the ...

Couldn't set ADC+DMA to work on STM32F107 with CubeMX

Hello everyone. I'm trying to setup ADC in my STM32F107, configuring it with CubeMX (ver. 5.4.0, MCU package 1.8.0), but, I fell into issue. Multiple issues, actually, but I should start with just one now, I guess.I notice odd behaviour, while I'm tr...

zedeg by Associate III
  • 1087 Views
  • 1 replies
  • 0 kudos

Queue Read from ISR and Queue Write from ISR related issue, when using file GCC\ARM_CM4\port.c and software interrupts on STM32H753BIT6

Hello @ASELSTM , @Khouloud ZEMMELI​  ,To observe the below reported issue it is mandatory that macro configASSERT_DEFINED == 1The issue is observed inside the function void vPortValidateInterruptPriority( void )which is available with FreeRTOS file G...