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

Including HAL and LL drivers as a reference

Hello,I need to create two projects, under a common root, that shares user files and HAL drivers.The project tree look like this:\Inc\Src\Startup\Drivers\Project1\Project2So I started to create an empty STM32 project.Then I have added the necessary p...

CTabo1_0-1694012946755.png CTabo1_1-1694012993667.png
CTabo.1 by Senior
  • 465 Views
  • 2 replies
  • 0 kudos

Resolved! “STM32CubeIDE�? is damaged and can’t be opened

Hi!I am trying to install the IDE on my macOS 10.13 (High Sierra), after completing the installation when trying to open it it gives the message: ' “STM32CubeIDE�? is damaged and can’t be opened. You should move it to the Trash. 'I tried to re-downlo...

STM32CubeIDE memory view for 32-bit data

In memory view, if I have the format set to anything but a column size of 1, is there a way to flip the bytes so they appear in human-readable format?e.g. if I have a uint32_t counter with value 0x12345678, and look at it in memory window, with the v...

PNG send and receive

Hello everyoneI have a few questions:- Can I use libpng with STM32CUBEIDE on Windows 11 (64 bit)? Come, can I import it?-Can the stemwin library be an alternative? Or is it incompatible with my stm32u575zit6q?Can anyone help me?thanks in advance 

rdl by Associate III
  • 343 Views
  • 0 replies
  • 0 kudos

Resolved! Azure RTOS for STM32U599

Hello again,After configuring all of the peripherals and pins, I have run into another problem.  I need to enable the Azure RTOS but I don't have any selection for U5.  I am on the latest build now and I downloaded the latest FW package (1.3.0). I'm ...

MichaelW by Associate II
  • 839 Views
  • 3 replies
  • 2 kudos

Resolved! New with STM32H747

Hello,I'm Christian, and I'm new to working with the STM32H747 microcontroller. I don't have much experience with it yet, and I'm seeking guidance on how to get started. If anyone could provide some help in understanding how to work with this microco...

Resolved! STM32U599 is not available in STM32CubeIDE

Hello,I am interested in using the STM32U599 chip but I don't see any Nucleo boards based on it or even the 5A9 that use the standard footprint with the rows of headers along the board.  I was going to make my own board, to drop into an existing prot...

MichaelW by Associate II
  • 857 Views
  • 4 replies
  • 0 kudos

HRTIM INTERLEAVED PROBLEM ON STM32G4

Hello. I want to use triple interleaved mode in HRTIM. I made the settings as in the images. The frequency of PWM will be 16khz. For this setting, I set the "period" to 42500. Therefore, the "TimerA Compare1" value can be maximum 14166 (42500/3), the...

HRTIM1.png HRTIM2.png HRTIM3.png WhatsApp Image 2023-09-08 at 18.19.31.jpeg
burhan by Associate
  • 517 Views
  • 0 replies
  • 0 kudos

Struggling to get STM32CubeIDE to see CMake

I've been trying to follow Application Note AN5952. Seems pretty simple, install CMake and then STM32CubeIDE will offer CMake projects under File->New. But the option is not there.One thing the AN5952 doesn't say is whether the CMake executable direc...