STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

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
  • 801 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
  • 4585 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...