STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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
  • 802 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
  • 4606 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...

Resolved! STM32G070R8T6 ADC values are to high

STM32G070R8T6STM32CubeIDE Version: 1.8.0We are bringing up our new board and using ADC1 to DMA PB0, PB1, PB2 and PB10 pin readings into memory. The actual level on the pins is ~1.358 volts and the DMA data from the pins seen by software are 1775 to 1...