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! Nucleo-WBA65RI FreeRTOS

Hello,I've been doing some test on the NUCLEO-WBA65RI which has a STM32F7 MCU and when I tried to generate a project on CubeMX I noticed that the native FREERTOS option on middlewares does not appear.I see that it can be downloaded using the option X...

RPC by Associate III
  • 67 Views
  • 2 replies
  • 2 kudos

STM32CubeMX 6.15.0 issue

I just updated CubeMX to 6.15.0 and I can't start a new project anymore.The spinning wheel keeps sinning forever after going File/New Project or clicking on any on the shortcuts on the right side of the screen under "I need to:" section.I tried to re...

vard by Associate II
  • 88 Views
  • 1 replies
  • 0 kudos

There is a problem with STM32CubeMX 15.0

stm32h7r/s in appli context.Enable FreeRTOS.Timebase Source is TIM6.TIM6_IRQHandler is empty. void TIM6_IRQHandler(void){/* USER CODE BEGIN TIM6_IRQn 0 *//* USER CODE END TIM6_IRQn 0 *//* USER CODE BEGIN TIM6_IRQn 1 *//* USER CODE END TIM6_IRQn 1 */}

QSPI Flash ID reading wrong

Hi allThis is shiva actually am trying to read the MT25QL512ABB flash ID details using QSPI on STM32H750XB-DK but am getting  as three bytes as 0xDD in Quad mode but in single line mode am reding zero am not able to read correct details of flash ID  ...