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

Resolved! Using HAL_FLASH_Program to write a word on a NUCLEO-C031C6

Good Day, Is it possible to write a Word using HAL_FLASH_Program? If I use the TypeProgram =  FLASH_TYPEPROGRAM_DOUBLEWORD in the function (shown below) it will write to flash. If I use FLASH_TYPEPROGRAM_WORD it will not write to flash and I receive ...

SJC by Associate
  • 1506 Views
  • 2 replies
  • 1 kudos

how to disable watchdog on STM32G071KBU3

Hi,I need to disable windowed watchdog before jump from application to my custom Bootloader.From LL enable routine and from rm0444, I read that bit WDGA (Activation bit) of WWDG_CR register, can only be set.The reset of this bit is only possible afte...

DAUSILI by Associate III
  • 1985 Views
  • 4 replies
  • 1 kudos

STM32H735G-DK digital signal processing

I am using STM32H735G-DK for signal processing. I input a 10KHZ sine wave with an amplitude of 1V from a signal generator. Using STM32H735G-DK with a sampling rate of 48000HZ, I square the sine wave and output it to an oscilloscope. However, there is...

kuxiang by Associate II
  • 952 Views
  • 1 replies
  • 0 kudos

GCC Optimizations result in application not running

Any time I set any optimization level for GCC my application will not longer start.  I can set G++ optimization to anything and it still works fine as long as GCC optimization is set to -O0.  This project uses TouchGFX and FreeRTOS.While in debugger ...

PFlor2_0-1690213152264.png
PFlor.2 by Senior II
  • 1458 Views
  • 4 replies
  • 1 kudos

Resolved! Flash memory as ram

I want to use some part of flash memory as ram but i am getting below errorC:/ST/STM32CubeIDE_1.13.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506/tools/bin/../lib/gcc/arm-none-eabi...

kchin.2 by Associate II
  • 1416 Views
  • 3 replies
  • 0 kudos

Resolved! tick problem after jump to custom Bootloader

Hi,I have a problem after jump from application to my custom Bootloader.This the micro code: STM32G071KBU3.I correctly jump from application to Bootloader, but after the jump I don't get anymore interrupt from tick.I add an information: if I run dire...

DAUSILI by Associate III
  • 2114 Views
  • 6 replies
  • 1 kudos

Resolved! fm0 demodulation using stm32f401re

I am attempting to demodulate fm0 modulated signal which is received via gpio on stm32f401re.What should be the approach to this demodulation? please enumerate the steps i can follow. (ps. ~ the symbol period of fm0 modulated data is 4us)Some insight...

MShah8_0-1690977825318.png
MShah.8 by Associate II
  • 2138 Views
  • 7 replies
  • 4 kudos