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 patch: Ticket 184819 - [MP25] Major differences in the ST Boards Device Trees bet...

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

Automatic array fill-up during compilation time

Hi,I want to store some calibration data inside the firmware that is running on my STM32H743. This calibration data would be stored in a specific address in a preallocated memory map. Another device would communicate with the firmware running on this...

HA87 by Associate III
  • 307 Views
  • 1 replies
  • 0 kudos

Increasing the variable when the button is pressed with Exti. When the variable reaches 5, the 500ms timer will turn on, the led will start flashing, when it reaches 10 the timer will turn off. This process will continue in multiples of 5 and 10. I

I am trying to do this but I cannot do it fully.MY MAİN CODE Even the slightest help will open my way. thanks/* Private function prototypes -----------------------------------------------*/void SystemClock_Config(void);static void MX_GPIO_Init(void);...

Problem with standard c++ libraries

Hi, I am trying to write a circular buffer using unique_ptr, but CubeIDE can't find <memory>, even though it is part of the includes and can be found using autocomplete.It just tells me there is no such file or directory.

Ubus99 by Associate III
  • 199 Views
  • 0 replies
  • 0 kudos

How to make a reproducible build?

My goal is to have the same binary when compiling the same source files. This works well when the path to the source files doesn't change but if it is changed, the generated binaries will be different.So, how to make a reproducible build when the pat...

Nicolas1 by Associate II
  • 854 Views
  • 7 replies
  • 0 kudos

PLLRDY Flag wont set

Goal: Use PLL functionality on either the HSI or HSE to increase clock speed.Problem: PLLRDY flag never sets. Enters hard fault and requires reset.Setup: IDE: STM32CubeIDEMCU: STM32F070CBHSE: NX3225SA-12.000M-STD-CSR-1 loaded with 8pF caps.Programmer...

LBlea.1 by Associate
  • 516 Views
  • 1 replies
  • 0 kudos