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

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

Are there any changes to the new STM32f746G board

Hello, I bought a new Stm32f746g_DISCO board and loaded the same code that has been running on 2 other boards for 2 years. With the new board, I load the code and everything is ok, but when I disconnect and reconnect the power supply, the display is ...

ABerg.8 by Associate II
  • 512 Views
  • 1 replies
  • 0 kudos

Resolved! What is the sprintf format for a uint64_t? %llu prints as "lu" (Just the characters, no number) Is there something special library I have to turn on? Like with floats?

Here is the code: if (constx8 == 0) // calculate constants one time. { uint64_t num = (((uint64_t)(((uint32_t)(R21 + R22))) * VREFINT_CAL_VREF) * (*VREFINT_CAL_ADDR)) << 8; uint32_t denom = (uint32_t)4095 * R22; constx8 = (uint32_t)(num / deno...

KiptonM by Lead
  • 13688 Views
  • 6 replies
  • 0 kudos