STM32CubeMX (MCUs)

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

Output Compare - Changing pulse

I am trying to generate pulses using output compare mode for my stepper motor on my board STM32f103C8T6 and STM32F401CCU6 on various timers. For some reason I am not able to change the period i want the signal to toggle at i.esConfigOC.PulseHere is...

0690X00000AtGddQAF.png 0690X00000AtGdnQAF.png
Safi N by Associate II
  • 681 Views
  • 2 replies
  • 0 kudos

Set up a general purpose timer and verify its operation.

I have a new NUCLEO-H743ZI2 board and STM32CubeIDE.I've made a Blinky project and seen it work - via led and debugger.I'd like to configure a timer - using MX gui or not - and see it working in the debugger.I tried this...I created a new STM32 projec...

0690X00000At9kXQAR.png 0690X00000At9kSQAR.png 0690X00000At9khQAB.png 0690X00000At9kcQAB.png
RonH by Associate II
  • 1851 Views
  • 6 replies
  • 0 kudos

HAL_UART_Receive_IT only receives the first element

Hi, I'm trying to use HAL_UART_Receive_IT with a fixed size buffer, but only the first element changes its value.I'm using CubeMX over NUCLEO-STM32F446REThe only things I do:main.c I declare the buffer like this:uint8_t rx_buffer[5];The UART initiliz...

stm32bero by Associate II
  • 1079 Views
  • 4 replies
  • 0 kudos

STM32F103RBT6 external counter

I'm using the STM32F103RBT6 to counter a external pulses with TIM3. But the counter is always ZERO. I can check the pulse with  oscillometer. It is about 1KHz. Here is the code. Could any one tell me what is the issue ? Thank you.​int main(void) ...

DDong.0 by Associate II
  • 959 Views
  • 4 replies
  • 0 kudos