STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

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

Hi, I am using STEVAL-STLKT01V1 and NUCLEO-F303RE and need to run AudioLoop from ac6 System Workbench for STM32 Project. I imported the code and run it but I am getting this error: No source available for "main() at 0x8004304" What can I do?

This is what I have: The system works fine with DataLog. The problem is when I run AudioLoop. What I see is that the COM port is enabled with DataLog and then I run Putty and see the results in real time. However, the COM port is never enabled when I...

0693W00000FATePQAX.jpg
ARami.2 by Associate II
  • 377 Views
  • 0 replies
  • 0 kudos

Resolved! STMCubeIDE 1.7.0 configuration frozen

I have a project created by STM32CubeIDE 1.7.0. Its now impossible for me to change the device configuration, e.g. adding a new peripheral or change anything in a defined peripheral. The device configuration seems to work, but the code generator does...

EDoro.1 by Associate
  • 507 Views
  • 1 replies
  • 0 kudos

Resolved! Elf created but STM32CubeIDE cannot find

Hello I've created a project that has created an elf file: However, when I run debug on STM32CubeIDE I get the following message: Can anyone advise, please? I've not had this problem before with STM32G071, but am trying with STM32F413.Thanks

0693W00000F9xT5QAJ.jpg 0693W00000F9xTFQAZ.jpg
ron_w by Associate III
  • 3335 Views
  • 3 replies
  • 0 kudos

Does STM32CubeIDE generate a target arch macro?

I'm looking for something like __TARGET_ARCH_6_M or __ARM_ARCH_6M__ from my G0 project but don't see anything. Is this done by the IDE based on the selected target hardware, or would I need to add a preprocessor macro manually to my project?

Konami by Senior II
  • 491 Views
  • 2 replies
  • 0 kudos

I generated a simple project with STM32CubeMX When I compile that project I get: make: *** [Src/subdir.mk:27: Src/main.o] Error 3 "make all" terminated with exit code 2. Build might be incomplete.

I have the foll. settings:Properties...C/C++ Build...Tool Chain Editor...Current toolchain: Cross GCCProperties...C/C++ Build...Environment...PATH: C:\ST\STM32CubeIDE_1.3.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.make.win32_1.1.0....

DNeet.1 by Associate II
  • 703 Views
  • 3 replies
  • 0 kudos

How to change the FDCAN speed with parameter in CubeIDE?

I want to change the CAN speed with changed parameter which is defined in rom.c file. SY_CANBD = 1. But the FDCAN(Classic CAN mode) do not send the defined CAN data. If I starts the debugging mode, it starts to transmit the data. /* FDCAN2 init funct...

otcagon by Associate II
  • 590 Views
  • 0 replies
  • 0 kudos