STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Setting GPIO interrupts for two identical pins

We are developing a software application that uses GPIO interrupts.We want to set interrupts on the same pins (PE8, PG8), but only one of them can be set to external interrupt mode in the ioc.Is it not possible to set external interrupt mode for two ...

Resolved! Is it a bug? STM32F0xx HAL USART Driver

 Hello All,I am using USART peripheral to transfer a block of bytes. I am trying to do it using DMA. Because I want all bytes of USART frame should be dispatched without any gaps between them and my system has few interrupts that could bring gaps bet...

dma_circular.png

STM32U5 USB device under FreeRTOS

Hi, We want to implement a USB-C functionality to our customized board (based on a STM32U5G9).  The software uses FreeRTOS environnement.  Is there an existing USB (Device) example, tutorial or library that could be compatible with our project?regard...

S_D by Associate
  • 1837 Views
  • 4 replies
  • 1 kudos

Resolved! Hello, I'm having troubles changing the baudrate of my UART2 configuration. It is initially set to 921600 bps and a bit duration is 1.08us = 1/921600bps, which is fine. However, trying to double this value seems impossible.

In MX, at first, I changed the sample rate to 8 bits to double the baudrate. The code was successfully generated, compiled and downloaded. The communication still exists, but the baudrate is still the same as before, with a bit duration of 1.08us.The...

PMach.1 by Senior
  • 5100 Views
  • 17 replies
  • 0 kudos

Resolved! I2C DMA endless while loop.

Hi I am having some issues where my MCU ( stm32f030C8T6 ) seems to get stuck in a while loop when using I2C1 and a AS5600 IC.I will paste the code below but give some more detail on the issue here.In the function named "void I2C1_Write_DMA(uint8_t sl...

table by Associate II
  • 574 Views
  • 3 replies
  • 2 kudos

Resolved! STM32L4P5RG debugging in low power mode

I'm trying to debug the board based on STM32L4P5RG in low power mode using the SEGGER tools (J-Link, RTT viewer, SystemView)The device enters the low power mode periodically using the callHAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_...

Alex7 by Associate
  • 429 Views
  • 1 replies
  • 1 kudos

Using STM32 IoT Cloud service as standalone?

Hi!I am prototyping and need something very simple to control e.g. LEDs, reading a sensor and handle provisioning.Can I use ST's IoT cloud standalone without Azure, AWS etc? Is there some simple step-by-step guide available about registration and how...

Resolved! Migrating from Quad SPI STM32H750 to Octo SPI STM32H733

Background: We have a board that uses Quad SPI on STM32H750 to interface with Macronix MX25L12833F Flash.  We are using the flash to support a large firmware image (with XIP). We are attempting to take this hardware and drop in STM32H733.  Doing this...

SMoon.2 by Associate III
  • 508 Views
  • 2 replies
  • 0 kudos

External Loader - stldr ERROR PARSING FAIL

Hello,I am attempting to make an external loader for a QuadSPI flash S25FL256SAGMFI000 using the STM32F769 and STM32CubeIDE.I followed this tutorial: https://www.youtube.com/playlist?list=PLnMKNibPkDnHIrq5BICcFhLsmJFI_ytvEI was able to run the code t...

PARSING FAIL.jpg
JOHNROSE by Associate II
  • 2285 Views
  • 12 replies
  • 0 kudos