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

timer delay deviation with stm32f051

Posted on January 24, 2013 at 16:18Hello, I'am struggeling with a timer delay function, I've made a delay_us() function with help of timer14 However, when I have a delay which is close to zero I have lots of deviation. Here is my initialisation:#de...

evert2 by Associate II
  • 836 Views
  • 3 replies
  • 0 kudos

prescalar for RTC has no effect

Posted on January 24, 2013 at 01:58Recently migrated from STM32F1 to STM32F4, trying to set up an alarm which fires an interrupt at 512Hz using LSE with prescalar (RTC_AsynchPrediv, RTC_SynchPrediv), more or less as follows:  /* Enable the PWR clock...

Recommended Oscillator for STM32F407

Posted on January 25, 2013 at 01:05I have designed a custom board around STM32F407VET.  I am using 8 MHz external oscillator (ABRACON ABLS-8.000MHZ-B2-T) with 22 pf load capacitors (CL) and 220 ohm REXT.  When I probe OSC_IN or OSC_OUT pins using lo...

STM32 FAST DATA COMPRESSION AND LOW MEMORY FOOTPRINT

Posted on January 24, 2013 at 17:03Hello,I need to design a system which will compress a data with rate of 1000:1 minimum in the range of  determined time.I want to compress data (tera bytes to gigabytes) and to save to SD card.I searched about open...

irmakci by Associate II
  • 2792 Views
  • 3 replies
  • 0 kudos

STM32F4discovery measuring a pulse duration

Posted on January 22, 2013 at 16:53 I am having some trouble setting up an external pulse duration measurement on a Timer. Ideally I'd like to capture the duration of just the first incidence of a pulse on the desired pin, but that could require ...

Bootloader Issues

Posted on January 21, 2013 at 10:50having difficulty getting a custom bootloader working. Basically this is a MSD device bootloader, using USB MSD and SDIO Sdcard drivers and Chan FATFS. Note MSD only runs if there is not a valid binary file on disk...

Strange ADC conversion for temp sensor and internal vref

Posted on September 01, 2012 at 05:25I'm running some ADC tests on a VLDiscovery board. The values returned for sampling the internal temp sensor and voltage reference seem to move around in surprising ways. Here's some data:> ADC samples: channel 1...

andyturk by Associate II
  • 861 Views
  • 4 replies
  • 0 kudos

STM32F4 Interrupt Delay Issue

Posted on January 24, 2013 at 08:03Hello,I have been working with STM32F4 Discovery for a while. I haven't had any trouble before but I found some problems that I want to know why it happens. Currently, I'm trying to use external interrupt at 125kHz...

0690X00000605UZQAY.png
hslwlim by Associate
  • 739 Views
  • 1 replies
  • 0 kudos

STM32F4 DISCOVERY WAVE PLAYING ABD RECORDING

Posted on January 21, 2013 at 15:10Hello ; I have project where I have to record and play wav files  simultaneously , but it is not clear in the datasheet of cs43L22 if that possibe or not  ; Could anyone confirm that please if possible or not ? R...

sami by Associate II
  • 1054 Views
  • 7 replies
  • 0 kudos

Problem with upgrade STM32F0DISCOVERY to V2J16S0

Posted on January 23, 2013 at 17:28Today I update my STM32F0DISCOVERY ST-Link/V2 from version V2J14S0 to V2J16S0. I use an evaluaton version oh KEIL (version 4.60.0.0). Before the update I succeed in set breakpoints in my code. After the update I ca...