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! How to use headless build for continuous integration?

I'd like to check if any pull requests break the build by automatically running headlessbuild as part of CI.Unfortunately, there's a critical flaw with how STM32CubeIDE projects are setup, which makes this impossible.The headless build depends on con...

Miles1 by Associate III
  • 13704 Views
  • 7 replies
  • 1 kudos

Firmware Package of U5 Series for STM32CUBEIDE ?

Hello community,I want to program the STM32U5 series microcontroller and therefore need the firmware/embedded software package of the U5-series to use it with the STM32CUBEIDE program.It seems like it is not yet available in the STM32CUBEIDE as well ...

MPetr.3 by Associate III
  • 579 Views
  • 1 replies
  • 0 kudos

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
  • 389 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);...