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

Undefined reference possibly due to uncompiled file

I'm getting an error when building my code even if I do a Clean build. I *think* the problem is that stm32l4xx_ll_utils.c which contains the LL_mDelay isn't being compiled. Is this correct? Why is the compiler picking up all the other STM32L4xx_HAL_D...

CKohl.3 by Associate II
  • 5470 Views
  • 4 replies
  • 0 kudos

Resolved! Use of inlined functions

Hello,is there a difference in declaring a C function with the __INLINE resp. inline keyword or using __attribute__((always_inline)) besides the latter one generating a warning?regards Herbert

herbert by Associate III
  • 2264 Views
  • 2 replies
  • 1 kudos

Resolved! STM32 with External QSPI Flash & SDRAM execution

I am using STM32H7xx MCU with External QSPI Flash and SDRAM.I want to download my code using STMCubeIDE directly to External QSPI Flash and once done I want to execute the same code from SDRAM without compromising the debugging ability using STMCubeI...

DPila.1 by Associate II
  • 2569 Views
  • 5 replies
  • 0 kudos

Zephyr SPI Codes Translation for The STMCubeIDE

Hello, I am working on the SPI interfacing with STM32F4 microcontroller. I found an application which was written Zephyr. My aim is translating that code in to STM32CubeIDE format. Could you help me on this?Here is the code, static u16_t tx_buffer[1]...

AE104 by Senior
  • 606 Views
  • 1 replies
  • 0 kudos

Resolved! "Could not find the path to "ST-Link_gdbserver"".

Hi, I am running the vscode extension on ubuntu 22.04, and am getting the following error when trying to start a debugging session: "Could not find the path to "ST-Link_gdbserver". Ensure STM32CubeIDE is installed.". I have tried reinstalling the lat...

JRobb.2 by Associate II
  • 3981 Views
  • 4 replies
  • 0 kudos

STM32CubeIDE issue initializing Debugging

I have been having this issue reoccuring and has only started in the past month. I have upgrade and downgraded versions (currently back at 1.12.0) with hopes to fix it and while it goes away for a bit and I am able to work with the live debugging for...

RMack.1 by Associate II
  • 1141 Views
  • 3 replies
  • 0 kudos