STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

input configured pin to detect frequency.

I am using STM32F103C8, in which I want to use pins which are configured as digital input to detect the square wave frequency or the frequency at which the pin is reading high and low.Is it possible without Input capture direct mode?

KGaik.1 by Associate II
  • 759 Views
  • 2 replies
  • 1 kudos

HAL_GetTick() always return 0 when i use UART

Hi, I work with STM32L562VET6Q, and when i try to comunicate with uart HAL_GetTick() fuction doesn't work because always return 0, but if i don't use uart work perfectly, What could it be due to? I try to change prioritys in NVIC interrput table but ...

slope.1 by Associate
  • 1809 Views
  • 3 replies
  • 0 kudos

Can STM32F105 do 13-bit SPI with 13 clocks?

I need to interface with a Viniculum II from FTDI. It requires 13 bits over exactly 13 clocks, per this app note. We're using the STM32F105 with HAL libraries from STM32CubeMX. I don't see the cube able to configure to 13 clocks. Will the STM32F1...

HForr.1 by Associate II
  • 920 Views
  • 3 replies
  • 0 kudos

I have a huge accuracy loss (way above what is expected in the datasheet) on ADC reading when increasing the sampling rate. I get that the accuracy is supposed to decrease but I sample at only 200 kHz on the STM32H47AI which is supposed to go up to 3.3MHz

Considering the fact that I can no longer make a difference between waveforms sent at 1kHz (sin and triangular) I am wondering about what I did code wrong in my ADC initialization to mess up my results that much. Below is a 1kHz sin I get for my 200...

0693W00000QO6BvQAL.png
HTess.1 by Associate III
  • 2160 Views
  • 15 replies
  • 0 kudos

Input Capture not consistent (STM32F103C6)

I'm using STM32F103C6T6 to capture input frequency configured on TIM2, Channel 1 (A0).I'm generating 1KHz frequency from Arduino Uno (using tone(Pin, 1000) function) connected to STM32 Pin PA0.Timer Configurations of STM32:Prescaler set to : 10000-1A...

GSaw by Associate II
  • 2045 Views
  • 12 replies
  • 0 kudos