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

Is it possible to use analog watchdog without adc interrupt?

I am thinking of turning on ADC with DMA when analog watchdog detect certain level of signal. Then I would like to turn on ADC with only watchdog first and when LevelOutOfWindowCallback() is called ADC with DMA starts. I tried code below but it didn'...

SShir.2 by Associate II
  • 890 Views
  • 2 replies
  • 0 kudos

Resolved! Trouble with multiple ADCs and DMA

I'm trying to get ADC values from multiple channels of ADC1 of STM32F103C8T6 using DMA where conversion is triggered by TIM3 every 1ms. However, I'm not seeing the right values. I tried the polling mode and that worked fine. Here is the main function...

0693W00000DmDkyQAF.png 0693W00000DmDlDQAV.png 0693W00000DmDlIQAV.png

remarks about ST quality of education

Hello,My goal is to evaluate several ARM Cortex-M4F chip manufactures and select the one that best fits my needs for building IoT devices. I will admit that I am on the learning curve and that I’m doing this on my spare time. I’ve read a lot of books...

gdori.1 by Associate II
  • 917 Views
  • 5 replies
  • 1 kudos

Hard fault on SPI write DR register

I have a STM32L412 on a nucleo board. In the debugger, the processor gets a hard fault after a random period of time. I have narrowed this down to when my app writes to the SPI DR register. Most of the time, this works ok (I can drive a TFT display),...

SLevi.1 by Associate III
  • 1820 Views
  • 7 replies
  • 0 kudos

Resolved! GPIO IRQ call back handle pin - PA6 ,PI-6 ,Pj6

I am using STM32H750 MCU . I configured 14 GPIO as interrupt and handle in HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) function. In few GPIO pin number is same and different port .(PA6 , PI6 and PJ6).How to find proper interrupt PIN?

Clock generation using GPIO pin

Hii Guys, I am using stm32l053 microcontroller custom board . I want to generate 24 clock pulses on PC2 pin . Is there any possible solution to this problem ? How can I generate exactly 24 clock pulses on this pin?Thanks.

NBhar.1 by Associate II
  • 549 Views
  • 2 replies
  • 0 kudos