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

STM32L433CCT6: VBAT current anomaly

I'm still having problems with VBAT current consumption. I've loaded my firmware and the processor behaves correctly in all other respects. I removed all components from the processor to insure that there are no sneak paths for parasitic current dra...

Blue pill: What is my sampling frequency ?

Hello,My adc clock is 140.625 KHzMy sample time is 239.5 CyclesSo my Conversion time = 239.5 Cycles + 12.5 Cycles = 251.5 Cycles.1 Cycle = 1/Adc Clock 1/140.625 KHz = 7.1uSSo total conversion time = 251.5 * 7.1uS = 1.78msi.e my sampling frequency = ...

KVenk.8 by Associate
  • 835 Views
  • 1 replies
  • 0 kudos

Waveshare epaper displays

I have purchased through Amazon 2 epaper displays from Wisebatt1.54 inch bi-color (black/white/red) 2.13 inch mono color display with HAT interface boardFor the first one, the black was ok but the red was shrunk to 1/4th top left quadrant of the disp...

S.Ma by Principal
  • 608 Views
  • 0 replies
  • 0 kudos

Calculating a pulse period ?

Dear Members,How can I count a pulse from a sensor with timer ?How can I calculate the period of this pulse ? samplebuff[i].ired   = buffer_rx[ j ];       samplebuff[i].ired  <<=  8U;       samplebuff[i].ired  |=  buffer_rx[ j + 1 ];betweensamp...

I am using the ADC on NUCLEO- STM32F401RE board. ADC is programmed using interrupts and the code does not work beyond 10kHz of input signal. What am I missing?

#include "main.h" #include "stm32f4xx_hal.h"   /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef hadc1;   /* Private function prototypes -----------------------------------------------*/ void SystemClo...

0690X000008iDlkQAE.jpg 0690X000008iDluQAE.jpg

usart after hardware reset

what is the behavior for stm32 reset pin reset? it will output 0x00 after reset pin changes to high?when it is reseting, the usart tx is low level?