STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Failed to enable SWV.

Hi, I use an stm32f429 discovery board to examine some exercises.When I enter debug mode, SWV error message appears.That message appears today, not until yesterday, but I didn't change any settings.error messageFailed to enable SWV.SWV will be disabl...

MPark.5 by Associate
  • 3266 Views
  • 7 replies
  • 0 kudos

STM32U5 series has no FMC SDRAM controller

After finding that the stm32u5 series seemed perfect for my application I discovered it does not have an FMC SDRAM controller.This leaves me in a strange position for my application where the stm32h5 doesn't have HS USB and the stm32u5 doesn't have a...

etheory by Senior II
  • 383 Views
  • 2 replies
  • 0 kudos

Rebroadcasting existing CAN msg on network issue

I'm working with an existing CAN network on which I want to read a msg, modify it slightly and rebroadcast.I'm running into an issue where the code seems to crash/freeze if I broadcast the new message too close to the original one thats on the networ...

pulsar by Associate II
  • 428 Views
  • 4 replies
  • 0 kudos

Recovering STM32H563 from closed product_state

Hey community, I was working on some production scripts for our H5 based boards and got myself locked out.This occured after trying to set the obk file. STM32_Programmer_CLI -c port=SWD ap=1 -sdp=<wrong_obk_path> I got a corresponding warning "Error:...

Schue by Associate II
  • 367 Views
  • 2 replies
  • 0 kudos

GPIO mode change

Hi,  I set it to GPIO Input mode and am using it. When I receive any signal during MCU operation, I want to convert it to Input -> EXTI mode. I wrote these codes at the moment, but there seems to be a problem. My Init code :  GPIO_InitStruct.Pin = ...

giwonKIM by Associate III
  • 425 Views
  • 2 replies
  • 2 kudos

16384 points of FFT(Fast Fourier Transform)

Hello community, In my project requires upto 16384 points of FFT(Fast Fourier Transform) . I found out that I can’t perform this number of FFT points using arm CMSIS DSP library since it is limited to 4096 point Max. Due to this I have to use externa...

SA  V.1 by Associate III
  • 1828 Views
  • 7 replies
  • 4 kudos

stm32f072rbt6 discovery board spi issue

Hello everyone,I am working with the STM32F072RBT6 Discovery board, where the board is configured as an SPI slave while another device acts as the master. I am utilizing DMA to receive and transmit data through two SPI interfaces (SPI1 and SPI2).Curr...