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

STMCube MX STM32L053 LPUART pin settings bug

Posted on April 01, 2018 at 00:54Hello,I just faced a problem in STMCube MX for STM32L053R8T6, there is no option to select alternative function OPEN DRAIN output for LPUART1.I see the option for USART1 or USART2 GPIO settings but not for LPUART1.I ...

STM32CubeMX Bug?

Posted on March 28, 2018 at 18:33Keil  5    uVision V5.14.0.0''void HAL_RTC_MspInit(RTC_HandleTypeDef* rtcHandle){if(rtcHandle->Instance==RTC) { /* USER CODE BEGIN RTC_MspInit 0 *//* USER CODE END RTC_MspInit 0 */                                    ...

0690X00000604WAQAY.jpg

CubeMX to generate code to user-specified files

Posted on March 29, 2018 at 11:34I am trying to separate the code generated by CubeMX from the code I wrote, and mainly, I want to move the pins definitions from the main.h file to my own file.I know there is a template file that can be loaded in th...

anio1491 by Associate II
  • 573 Views
  • 0 replies
  • 0 kudos

Resolved! STM32CubeMX and HAL error after project generation

Posted on March 28, 2018 at 22:42Hi everyone,I use Keil v5.23STM32Cube 4.25I always worked with stdperiph lib and I would like to switch to HALI tried to start a simple project with my STM32F103C8T6 but when I want to compile a project from cube, I ...

0690X0000060AIYQA2.png 0690X0000060AIiQAM.png 0690X0000060AIdQAM.png
paul sauv by Associate III
  • 1098 Views
  • 1 replies
  • 0 kudos

How to use CSS in Cube MX?

Posted on March 20, 2018 at 08:30Hi every one.   I useing the CUBE MX for generate code. I would like to know when I use CSS(Enable the Clock Security system). After external clock fail MCU. Will it switch to internal clock. I attach file please see...

Gz by Senior
  • 4357 Views
  • 1 replies
  • 0 kudos

STM32F411re SPI SDCARD

Posted on March 20, 2018 at 22:57Hi everybody, I am back here because two weeks ago, I started to try to add a SD card on my nucleo F411re. I used SPI connexion. I tested the wiring with a mbed software called Nucleo_L476RG_SDCard_WorkingSample. I j...

baptor by Associate III
  • 1217 Views
  • 4 replies
  • 0 kudos

Resolved! STM32CubeMx v4.24.0 is not able to re-open a file

Posted on February 07, 2018 at 17:11Hi, I have a problem with STMCubeMx v4.24.0.My problem is : I cannot open a new project created with STM32CubeMx v4.24.0. This project was created from scratched. After I finish editing the file, I save it and clo...

Resolved! Cube MX 4.24.0 FreeRTOS Problem

Posted on January 30, 2018 at 16:59Hi,when I generate a example for the nucleo32 L432kc everything is fine, until I check the option freeRTOSAfter this the includes are not correct anymore:>>>>>Src\freertos.o: In function `StartDefaultTask':E:\Works...