STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

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
  • 719 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
  • 944 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
  • 545 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...