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

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
  • 461 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
  • 1250 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
  • 1265 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
  • 745 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...

TICK_INT_PRIORITY affected by enabling TRACE outputs

I'm working on a project based on a STM32F107VC using CubeMX V6.3.0 using STM32Cube FW_F1 V1.8.4. In this project, the Timebase Source is set to TIM7. In the original project state, the code generation defines TICK_INT_PRIORITY to 0U.We need to remap...

JPerr.2 by Associate III
  • 686 Views
  • 0 replies
  • 0 kudos

Resolved! [STM32CubeIde] No auto-completion in expressions window

Hello,I have no auto-completion in the expressions and live expressions windows. This is quite annoying because the complete variable names have to be typed in.In the editor window the auto-completion works fine.I know it from other Eclipse based IDE...