STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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! 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
  • 322 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
  • 7764 Views
  • 6 replies
  • 0 kudos

Debug issue at start up on STM32L4

Hi, I am using a STM32L4R9ZI programming by STLINK-V3MINI on STM32CubeIde. Once I launch for debug, I get always this message:"Break at address "0x1fff163e" with no debug information available, or outside of program code." Code application does not s...

lukin by Associate III
  • 415 Views
  • 3 replies
  • 0 kudos

Creating an Executable with STM32CubeIDE

I am programming a microcontroller that will be in space flight. Currently to test the device we send the firmware to the board using something like the STM32CubeIDE or the stlink software. This works for now and allows us to run our code, but in fli...

JKing.8 by Associate III
  • 587 Views
  • 3 replies
  • 0 kudos

Resolved! Debug configuration for SWV Viewer is grayed out

I want to follow the video (https://www.youtube.com/watch?v=Eg_GLvLHM1o&ab_channel=STMicroelectronics) to set up the SWV Viewer, but I am not able to configure the debug configuration, as it is grayed out (like in the picture) and then also the confi...

0693W00000QLk4UQAT.png
TKleg.2 by Associate II
  • 1303 Views
  • 2 replies
  • 1 kudos