STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

WWDG has no interrupt defined in STM32G474 SVD

In STM32G474.svd version 2.1 that can be download from STM32G474RE product page , WWDG peripheral has no interrupt defined but it is actually the first (0th) interrupt. Is this a mistake or there is a reason behind not defining it in the SVD ?

mete by Senior II
  • 371 Views
  • 1 replies
  • 0 kudos

Resolved! ADC input resistance STM32C011J4M6

Hi everyone,I am using the STM32C011J4M6 in the SO8N package.I want to use the ADC on a low frequency signal (around 1kHz). My application needs to be very low power so I decided to put a big (around 100kOhms) input resistance on the ADC pin like we ...

Pierre75_0-1706438661717.png Pierre75_1-1706438870749.png
Pierre75 by Associate II
  • 2057 Views
  • 7 replies
  • 3 kudos

Need some help with STM32L4 RTC

I have a very simple example of using the RTC.  My trouble is I never get an interrupt when the alarm time comes. Clearly there is something very basic I am not getting quite right.  Many, if not all of the examples mentioned in this forum and includ...

Clyde_S by Associate III
  • 1333 Views
  • 5 replies
  • 0 kudos

Problems with DMA in Ping Pong buffer schema

Hello everyone i am quite stuck and i want to se if you have any idea.I am making a project wich has 3 devices. - ESP32 wich receive from bluetooth an audio stream- Nucleo F401Re wich receive from the ESP32 via I2S the audio and then process it.- MAX...

guidoglorioso01_0-1706385277144.png guidoglorioso01_3-1706385346469.png guidoglorioso01_1-1706385308953.png guidoglorioso01_2-1706385329047.png

Which is best STM32 MCU for fast driving of GPIO

I need fastest MCU that can drive GPIO pins but not with timers or DMA, just from source. I need to take fast data from a FPGA device. One of determination is max frequency of toggling pin:I try STM32H562 to toggle pin mode max frequency is around 31...

Brussl by Associate II
  • 2461 Views
  • 10 replies
  • 11 kudos

Using CYCCNT in STM32G491RE

Hi every oneI want to use DWT->CYCCNT in my software for STM32G491RE. I used these 2 lines to enable it:CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; DWT->CTRL |= DWT_CTRL_CYCCNTENA_Msk; But when I see with the debugger it seems that it does not wr...

Resolved! Problem with TIM1 overflow interrupt for STM32G0

Hello,I'm studing timer, and I wanna raise an interrupt every second using the Timer1.I write this code in main:rcc->APBENR2 |= RCC_APBENR2_TIM1EN_Msk; //Enable Timer1 clocktimer->CNT = 0;timer->ARR = 1000;// up to 1000timer->PSC |= 16000 - 1;//actua...

dmrsim by Associate III
  • 1056 Views
  • 3 replies
  • 2 kudos