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

A note on patching internal templates during code generation

Lately I got stuck at a particular issue in STMCubeMX / STM32CubeIDE Device configuration tool, where a certain portion of the HAL library configuration was fixed and overwritten during code generation, more info here.---This above issue has been fix...

0693W000001qBrOQAU.png 0693W000001qBqaQAE.png 0693W000001qBqfQAE.png
TPeča.1 by Associate II
  • 1610 Views
  • 2 replies
  • 1 kudos

[FYI] STM32CubeMX on Raspberry Pi

FYI: To run the cube on raspberry:Download and install Oracle java 1.8.0, arm32 hard float cd /opt; tar xvf jdk-8u251-linux-arm32-vfp-hflt.tar.gzDownload and unzip STM32CubeMXunzip en.stm32cubemx_v5-6-1.zipStart installer/opt/jdk1.8.0_251/bin/java -j...

koendv by Associate II
  • 1832 Views
  • 2 replies
  • 0 kudos

Resolved! Timer not working as expected

Hi,I want to measure time between two events. The events come in as ext- interrupts. I set up a timer like this:TIM_MasterConfigTypeDef sMasterConfig = {0};   /* USER CODE BEGIN TIM6_Init 1 */   /* USER CODE END TIM6_Init 1 */ htim6.Instance = ...

SSchu.4 by Associate II
  • 1941 Views
  • 3 replies
  • 0 kudos

Orange Pin on PB3 DEBUG JTDO-SW0 on chip stm32h753bitx

Hi, I have 3 SAI ports and 2 x SD cards ( FATFS in cubeMX does't set up 2 cards )the chip is supposed to have 4 SAI ports  stm32h753bit6I get conflict errors if;I have asynchronous set on SAI1 A without error on SWD pinI have SDMMC2 in 4 bit mode wit...

benyBoy by Associate II
  • 2073 Views
  • 3 replies
  • 0 kudos

Bug Report : CubeMX 5.6.1 Code Generation STM32L5 HAL_SD_MspInit

Hi,I'm using CubeIDE 1.3.1 with CubeMX 5.6.1, target is a STM32L5 with SDMMC.I had a problem during SD initialisation, which gave me a timeout error every time from SDMMC_CmdGoIdleState call in SD_PowerON.I finally found the problem : the function HA...

OE1 by Associate II
  • 962 Views
  • 3 replies
  • 1 kudos