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

UART LIN DMA HAL

Hello, second day try to launch UART in LIN mode.Task: waiting break, when break flag set up, switch on DMA receiver.Transmitter works fine and send 100us break before frame.But receiver can't set UP Break Flag.And there are not everywhere examples =...

AMele.1 by Associate
  • 728 Views
  • 0 replies
  • 0 kudos

How to get best ADC sample using ADC + TIM + DMA.??

Hello everyone,I am using ADC + DMA + TIMER for my analog samples on STM32 nucleoF401RE.I am new into the STM32 family.So I refer some code as per given some examples in this community.But I am not able to achieve it.I wanted to follow below method f...

MGami.1 by Associate III
  • 797 Views
  • 3 replies
  • 0 kudos

AcousticBF initialization

Hi,I've been trying to setup beam forming(SMARTMIC1_V2.0.0) on my stm32f412g-discovery with two microphones connected to DFSDM peripheral but i can't quite understand how to setup it properly and examples aren't helpful.Could anyone throw some light ...

GMiki.1 by Associate
  • 389 Views
  • 0 replies
  • 0 kudos

Resolved! ADC voltage with respect to MCU VDD

Hello, I am using STM32L4R9AI, the MCU VDD is powered at 1.8v and VDDA at 3.3v. in the recommended design by ST, there is ferite bead between MCU VDD and VDDA, ferite bead is basically inductor which acts as short circuit for DC current, so how can I...

D2 in RUN mode and D1 in STANDBY.

Hi,I'm using a dual core H7 and I'd like to use the only the M4 in some situation, having the D1 domain in Stand-by.It seems that there is no example for such configuration and I'm struggling to make it work by myself.I'm wondering what shall be the ...

GregB by Associate II
  • 619 Views
  • 2 replies
  • 0 kudos

Hello, I have a question regarding the Flash Bank organization of the STM32F4xx Devices (we use STM32F469IG with 1MB Flash).

This MCU has 1MB Flash which can be configured with the DB1M Bit in the OPTCR Regs of Flash Controller. Default is DB1M=0, which layouts the flash in single bank mode in 12 Sectors.DB1M=1 layouts the flash in dual bank mode with 2x 8 Sectors.When DB1...

DWT_Library not working for STM32F767

Hi,I'm using DWT library to generate us_delay.#include "stm32f7xx_hal.h" // change to whatever MCU you use #include "dwt_delay.h"   /** * Initialization routine. * You might need to enable access to DWT registers on Cortex-M7 * DWT->LAR...

VPras by Associate II
  • 2204 Views
  • 7 replies
  • 0 kudos