STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Counting The impulses sent via timers...

Posted on May 23, 2015 at 17:59Hi!I am working now on the project (STM32F429i board) where I need to profile the velocity of servo motor (i.e. trapezoidal velocity)... So I need to control the number of pulses I've sent via PWM channel, to control p...

magas09 by Associate II
  • 787 Views
  • 5 replies
  • 0 kudos

Updating the timer pwm frequency...

Posted on May 25, 2015 at 12:53Hi!I have one question: why when I update the timer PSC, ARR and CCR1 registers to change the frequency of PWM signal, the first pulse is generated with the earlier frequency and only second and next have desired frequ...

magas09 by Associate II
  • 1493 Views
  • 6 replies
  • 0 kudos

STM32F407 MEM2MEM dma TRIGGER

Posted on May 24, 2015 at 13:36Hi to all i want to trigger DMA on MEM2MEM State and use it by fsmc to run an External 12 bit DAC(AD5445) in 50ns Step. is there any way to do that without using interrupt? #dma #memory #fsmc #timer-trigger #mem2mem...

STM32F373 SDADC (Sigma-Delta ADC)

Posted on March 18, 2014 at 03:12Hello, I am planning on using the SDADC in STM32F37x microcontroller.  The data sheets says the sampling frequency is between 500 kHz ~ 6 MHz, depending on the clock signal driving the SDADC.  The output data rate is...

jim_wei by Associate II
  • 1058 Views
  • 4 replies
  • 0 kudos

USART reception giving problem

Posted on May 25, 2015 at 10:54 I am using STM32F407 USART HAL driver. I want to receive data one by one using theHAL_UART_Receive_IT()which sets up the device to run an interrupt function when data is received. Problem is that you have to spe...

HSE oscillator power consumption

Posted on May 22, 2015 at 12:25Hello,I estimate the total power consumption of a device operating from the HSE oscillator. The MCU part number is STM32L152RBT6.I configured the MCU to operate from the MSI oscillator (2.1 MHz). All the GPIO are confi...