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

Re-org files and folder structure, which is generated by CubeMx.

Hi,I would like to Re-org files and folder structure, which is generated by CubeMx.Re-org means a totally different files and folder structure.Can it be done?Can you please share a detailed example for such a template? Would be better if your example...

AFink by Associate III
  • 1782 Views
  • 0 replies
  • 0 kudos

STM32F4 CAN Rx Interrupt not servicing

void HAL_CAN_MspInit(CAN_HandleTypeDef* hcan) { GPIO_InitTypeDef GPIO_InitStruct = {0}; if(hcan->Instance==CAN1) { /* USER CODE BEGIN CAN1_MspInit 0 */   /* USER CODE END CAN1_MspInit 0 */ /* Peripheral clock enable */ __HAL_RCC_CAN...

RPann by Associate
  • 847 Views
  • 1 replies
  • 0 kudos

Generate adjustable single short pulse (using timer ?)

Hello,I want to generate a single short pulse (adjustable between 100 ns to 1ms). What is the best way ?I think we should use timers, but which mode ? (which CubeMX configuration ?)Moreover I tried to configure one-pulse mode but I can't find documen...

SDMMC1 on stm32H743ZI _ fails!

Hi, i need help in my project. I have a problem with SDMMC1 and fatfs. My goal is to be able to write a txt file on the sd cardDoes someone have an example that works correctly?im using stm32cubemx 5.2.1 and atollic ide.thanks

dresc by Associate II
  • 573 Views
  • 2 replies
  • 0 kudos