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

Add date time offset (set time Zone)

HiIam using CUBEMX and kiel for my development. iam read date time from the GSM modemwhen i read it from the modem its looks like this. +QLTS: "20/09/24,18:08:18+22,0"+22 mean my time zone(+5:30). my actual time at this time is2020:09:24 23:38:20i wi...

AAnju.1 by Associate
  • 1639 Views
  • 2 replies
  • 0 kudos

STM32G4 Timer Break On Exceptions

Hello,I would like to test the behaviour of STM32G4 MCU timers on exceptions. The SYSCFG register has several options for timer break. The HAL library provides the following macros to activate these options:__HAL_SYSCFG_BREAK_ECC_LOCK();__HAL_SYSCFG_...

JVinc.1 by Associate III
  • 776 Views
  • 2 replies
  • 0 kudos

Unable to get DMA to GPIO working on STM32F411

I'm new to using the STM32, coming from AVR. I'm trying to switch in order to take advantage of DMA but I can't get it working. I have a Nucleo STM32F411re.I've generated a new project, configured a few pins on GPIOC as output, configured TIM1 to u...

WJans.1 by Associate II
  • 1917 Views
  • 5 replies
  • 0 kudos

Resolved! Why does this input output a signal?

I am experiencing strange behavior with the following setup: Custom hardware, STM32G070CBT6 @ 3.6V with/without software present4.7k resistor from PD0 to 3.6VThere is no electrical connection between PD0/PD1 (checked resistance with multimeter)If I ...

0693W000004Gzi7QAC.png
AGerb.1 by Associate
  • 631 Views
  • 2 replies
  • 0 kudos

STM32H750 adc3 dma and adc1

hi i'm using dma with adc 1 and it works ,but i also need to read from adc3 but i'm having troubles with itusing MX-cube with Cube-IDEhere is the code#include "main.h" uint32_t b; uint16_t adc1[4]; uint16_t adc3[2]; uint16_t a[4]; uint16_t adc31,adc3...

bakhti by Associate II
  • 585 Views
  • 2 replies
  • 0 kudos

stm32l4 SAI code

Hi, I am using STM32L476G-DISCO Board, I want to interface its mic and read audio , process it and transmit it on audio jack, to listen audio,can any body help me or provide me code to do this.ThanksRegards

RKhal.2 by Associate III
  • 1750 Views
  • 9 replies
  • 0 kudos