STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

How to change SPI module baud rate at run time

Hello Support Team,Currently, I am working on the STM32H745-Disc board.In that, I have used the SPI2 module and I have also configured the baud rate as a 3Mbit/s using the STM32CubeMX configuration tool and generated code for the same. (SPI Init done...

HPate.10 by Associate III
  • 1137 Views
  • 2 replies
  • 0 kudos

Resolved! Callback function for HAL_TIM_OnePulse_Start_IT?

How do I get a callback function for the HAL_TIM_OnePulse_Start_IT function?I have a STM32G071 Nucleo board.I whish to start a one-shot timer that calls an interrupt callback function when the time has elapsed. For this I have chosen the timer 6 and ...

FwMaker by Associate II
  • 3977 Views
  • 2 replies
  • 0 kudos

Resolved! legacy interrupt handlers in cubemx 6.6.0

I'm trying to get into UART interrupt. It used to be copying the 'weak' function declaration and declare our own in main such as:main() { .... void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) {     // usr code here   } .... }  However, this ap...

ksale.1 by Senior
  • 1615 Views
  • 13 replies
  • 0 kudos