STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! Problem while enabling TIM2 in STM32G041J6M6

Hello,I am using the TIM2 with the STM32G041J6M6 and I am finding problems while enabling TIM2 using registersWith some code I have initiated the timer as reported below (TIM2 clock is enabled) While debugging I can edit some timer registers (ARR,PSC...

0693W00000QMwAlQAL.png
Tommino by Senior
  • 1121 Views
  • 7 replies
  • 0 kudos

Count external pulses

I want to count external pulses for one second.On STM32F030 / HAL-Lib I did not findatomic read/reset countercapture by a second timer did not work, thoug I studied well and tested a lot how to config it by STM32CubeIDEIs there any example for a high...

peterka by Associate II
  • 5947 Views
  • 15 replies
  • 1 kudos

Do we have cycle counter viewer in CubeIDE?

In keil when we are debugging a device which has DWT, there is a window that shows the elapsed cycles. so then we can calculate thenumber of cycles, every line consumes. How is it possible in CubeIDE?It would be great if we hade a feature like this f...