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 to existing function [f_utime()]

Hi,I have noticed very annoying bug in Stm32cubeIDE 1.0.1.I'm unable to access f_utime function despite "fatfs.h" and "ff.h" files included.Even stranger is that when I click: Open declaration the IDE has no problems with that....Here is my code:#inc...

DLegu.1 by Associate II
  • 1402 Views
  • 3 replies
  • 1 kudos

Convert elf file into an srec file

I am using STM32CubeIDE, version 1.2.0. I want to convert the elf file into an srec file with a particular format. I have tried editing the command line in the Post-build steps to read:arm-none-eabi-objcopy.exe -O srec —srec-len=28 —srec-forceS3 “$(B...

erussell by Associate II
  • 3093 Views
  • 4 replies
  • 0 kudos

FPU

Probably a typo. In M4 generic user guide the mnemonic for floating-point MAC is shown as VLMA

ax0018 by Associate III
  • 510 Views
  • 2 replies
  • 0 kudos

CMSIS FFT problem in stm32cubeIDE

I tried to compile and run arm_rfft_q15(STM32F030R8) .In STM32CubeIDE, I'm using libarm_cortexM0l_math.a, the file is in STM32Cube_FW_F0_V1.11.0\Drivers\CMSIS\Lib\GCC, one of the functions I'm using is arm_rfft_q15. Build error: undefined reference t...

LLily.1 by Associate II
  • 1243 Views
  • 4 replies
  • 0 kudos