STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Timer in PWM Capture Mode

Posted on November 23, 2015 at 15:16 Hello every One I am trying to read PWM signal parameters (Frequency & Duty Cycle) with timer 2 of STM32f4 IC. According to data sheet There is two modes of reading PWM signal. 1- capture mode which reads Puls...

sorena by Associate II
  • 1217 Views
  • 14 replies
  • 1 kudos

ADC Fast and Slow Channels

Posted on April 06, 2016 at 11:17Hi there, Im working with the STM32F334C8xx Microcontroller , which has 2 ADC with up to 15 channels on each. The datasheet states that for a given channel, there are up to 5 so named ''fast channels'' and 10 ''slow...

eg7963 by Associate III
  • 609 Views
  • 3 replies
  • 0 kudos

CubeMX and STemWin Integration

Posted on April 07, 2016 at 02:35Can someone point me to some documentation for integrating STemWin into a CubeMX HAL Project? I found a sample project on the 469i-DISCO board I am using, but it does not tell the whole story.

Connect TIMER2 to TIMER1

Posted on April 06, 2016 at 23:28Hi,The black waveform is the output of TIMER1, PWM mode on CH1. Now I want to start TIMER2 when there is match on TIMx_CCRx like the image below. I was trying to set up it on STM32CubeMx. I attached the project if yo...

ee06091 by Associate III
  • 165 Views
  • 1 replies
  • 0 kudos

IAP_UART

Posted on April 02, 2016 at 12:57HI,i facing a problem with UART / IAP, i want to download file(.BIN or .HEX) in to FLASH by using UART only.i check example project from ST but i won't YMODEM, i just wan't to send file using terminal(TERA-TERM) and ...

bhavesh by Associate II
  • 758 Views
  • 9 replies
  • 0 kudos

Continous data reception using USART

Posted on April 05, 2016 at 16:52Hi, I would like to continously receive data via usart. I have a receive buffer configured to receive 1000 bytes in circular mode. Now I would like to pause the dma, process the received data and resume the dma. How ...

smrtkai by Senior
  • 193 Views
  • 4 replies
  • 0 kudos

How to receive the 24-bit data via I2S

Posted on April 06, 2016 at 11:20Hi,I need to get 24bit data via I2S interface from a microphone.It is said on Reference Manual that I need to get the data twice, and 16 bits for each time.Also the 8 LSB should be cleared.This is my init sequence:--...

Would brown-out affect IWDG?

Posted on April 07, 2016 at 01:44Hi all, we am using STM32F051K8 MCU, and we have the IWDG started and feed the dog regularly to keep everything happy.  However, we found that the system could possibly suffer brown out mostly when battery is running...

andy2 by Associate II
  • 86 Views
  • 0 replies
  • 0 kudos

STM32F4 Writing Additional Data to Program

Posted on April 06, 2016 at 18:39This might be more of a programming question than a micro-related question:I have firmware that I am programming to my STM32F4 micro using the UART bootloader. My software loads a selected BIN file and then programs ...

STM32 CAN interrupt latency problem

Posted on April 05, 2016 at 12:21I am using an STM32F105 on a CAN network. I have initialized the CAN to use an external 8MHz crystal, 100k baud, and enabled the FIFO message pending interrupt. My CAN interrupt service routine reads the CAN message ...