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

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
  • 2028 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
  • 2276 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
  • 993 Views
  • 3 replies
  • 1 kudos

Resolved! Override default I2C GPIO settings in CubeMX?

Hi,I'd like to override the GPIO settings for the I2C GPIOs. For example, I want to disable pullups and change the drive strength. In the CubeMX GUI there's not option to do this. So far I've just modified the code that gets generated but annoyingly ...

DBurr by Senior
  • 1103 Views
  • 2 replies
  • 0 kudos