STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! How to confirm firmware

I’m using STM32CubeIDE headless-build script in Linux for developing the software.I have a question regarding how to check the version of the firmware that I’m actually using in my environment.I tried to set a certain version of the firmware by writi...

u1kano by Associate III
  • 1656 Views
  • 7 replies
  • 0 kudos

Help need with ST-LINK_gdbserver.exe

When trying to debug debug or run I got: terminate called after throwing an instance of 'std::logic_error'what(): basic_string::_M_construct null not valid I tried to run this manually and I got the same:C:\ST\STM32CubeIDE_1.15.0\STM32CubeIDE\plugins...

dhs by Senior
  • 483 Views
  • 0 replies
  • 0 kudos

Resolved! STM32Cube IDE STM32F4 Discovery board I2S DMA

Hi AllTrying to get an understanding of how I2S with DMA works using the STM32Cube IDE by implementing a simple audio loop-through application.Connected the STM32F407G Discovery board to a Digilent PMOD I2S2 codec and set up using the STMCube IDE GUI...

waddy by Associate II
  • 3833 Views
  • 7 replies
  • 2 kudos

Resolved! STM32CubeIDE Serial Port Connection

I  have a STM32F405 and am trying to setup UART to connect to my pc. As of now I have connected it with an ST-Link/V2 and later on want to program it over USB-C using UART. See the wiring diagram:I have used PA10 and PA9 for RX and TX.The parameter s...

mathieusteketee_3-1713883700752.png mathieusteketee_4-1713883730791.png mathieusteketee_5-1713883780385.png mathieusteketee_6-1713884880999.png

stm32cubeide freeRTOS task list update

I am using nucleo-f439zi in stm32cubeide with freertos debug. It seems everything is working, the only thing is that I need pause program if I would like to see freertos task list status. Is it possible to track task list status when system is runnin...