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

[BUG] STM32G4 Use remap with encoder inputs

STM32CubeIDE v.1.3.0STM32G431RBTxIn any timer if the input channels 1 and 2 are set for use as "Combined channels = Encoder Mode" (by CubeMX or integrated in CubeIDE), it is not possible to select a remapped input (for example from the comparator). T...

I receive "undefined reference to `TP_STM32_MotionFX_Library_Init'" when adding MotionFX to an existing project in STM32CubeMX.

I have added the library but I cannot build the project because there is a call to TP_STM32_MotionFX_Library_Init in StartDefaultTask (I am using FreeRTOS and Atollic) that appears to be missing from the library.If I comment out this line, the call t...

How to run STM32CubeMX in jdk13

I install jdk13.0.2 and i have generated jre using following commandbin\jlink.exe --module-path jmods --add-modules java.desktop --output jre then i add C:\Program Files\Java\jdk-13.0.2\bin and C:\Program Files\Java\jdk-13.0.2\\jre\bin to environment...

PPeng.1 by Associate
  • 362 Views
  • 0 replies
  • 1 kudos

STM32G0 [ADC-LL]: Some bugs in stm32g0xx_ll_adc.c

I think, there are some bugs in stm32g0xx_ll_adc.c.In the function LL_ADC_REG_Init() is the statement "LL_ADC_REG_SetSequencerLength(ADCx, ADC_REG_InitStruct->SequencerLength) [line 713] outside of the parentheses. I think, it should be inside the la...

problem send byte via spi dma tx

hi I'm trying to send a byte to arduino with spi2 in circular dma tx in circular mode,at the beginning the dma starts then I don't understand why the cpucrashes in the while (1), here the code: MX_GPIO_Init(); MX_DMA_Init(); MX_SPI2_Init(); MX_USART2...

SDall by Associate II
  • 807 Views
  • 5 replies
  • 0 kudos

Suppressing repurposed SWD pins for debug

In my project the debug pins are used for the release version but naturally I would like to debug the code. Right now I have a debug macro and using #ifndef in the middle of MX_GPIO_Init function to avoid initializing debug pins. These conditions are...

MHoss.1 by Associate III
  • 416 Views
  • 2 replies
  • 0 kudos