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
  • 1064 Views
  • 5 replies
  • 7 kudos

Resolved! Comp 6 and 7 not start

I have problem with comp6 and 7 I try to enable bout cannot enable comp1 -5 work without problem may be must enable clock for comp6-7

Debug mode

Im using the controller STM32F303K8T6 ... Im not able to put my controller in debug mode...It goes Directly to run mode...please help me with this​

DHari by Associate II
  • 945 Views
  • 2 replies
  • 0 kudos

configASSERT(pxQueue )

When I used the Freertos with STM32L433 which the code was generated by CubeMX. In the system, the ADC, I2C, SPI1 used the DMA function. I found that the code will be occasionally into configASSERT(pxQueue ) and being stalled there.but sometimes it ...

Haifeng by Associate II
  • 1167 Views
  • 1 replies
  • 1 kudos

pin configuration in STM32H753XIH6

Hi,Currently we are using STM32H753XIH6 controller. In controller datasheet pin name B6 type is given as VSS but in cubemx it is given as NC. Please clarify which type is correct for B6 pinThanks

DVisa by Associate II
  • 689 Views
  • 2 replies
  • 0 kudos

How to Configure FATFS for SDMMC ?

Hi ,​I`m trying to build a project with STM32CubeMX and use FATFS for SDMMC ,then print it with UART on screen.​Here is the configuration on CubeMX.(If I configured wrong way,then you can tell me! I`ll appreciate that)​​I have built it for many time...

0690X000009ZgHvQAK.png 0690X000009ZgI5QAK.png 0690X000009ZgI0QAK.png 0690X000009ZgIFQA0.png

stm32cubemx generate error

I want to report an error. I use lastest version cubemx v5.3.0. And lastest lib "STM32Cube MCU Package for STM32F1 Series 1.8.0".I use Makefile to build. Not keil.Every time (except first time) I generate code. There is an error in Makefile:I have wa...

0690X000009Zfu3QAC.png

Resolved! RTC (re)initialization with Cube generated LL project

The "MX_RTC_Init" function called by default from the main.c resets the RTC's date and time to zero values (by default) or to some other predefined constant values.The standard practice is to set a bit in one of the backup registers after setting the...