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

sdcard blocksize change

Posted on November 05, 2015 at 15:23helloi am working on a project using stm32f103vft6, the purpose is to save audio data froma mems microphone to a sdcard. the problem is when i want to change teh blocksize in the sdcard configuration from 512 to 2...

websat13 by Associate II
  • 1049 Views
  • 4 replies
  • 0 kudos

multiple rxcallback for circular dma operation

Posted on November 08, 2015 at 16:59Hello all, Data is coming from uart in chunks of 30 bytes via uart. I want to get these incoming chunks of 30 bytes and store them in a circular buffer of size 240 bytes by using DMA. I want to configure the DMA s...

rtursen by Associate II
  • 407 Views
  • 2 replies
  • 0 kudos

SDIO Minimum SYSCLK question

Posted on July 09, 2014 at 18:51Hello,I have a working SDIO FATFS project on an STM32F4 Discovery PCB.This project works nicely at system clock frequencies down to 24 MHz.When I try running the project at system clocks of 16 MHz and 8MHz, the SDIO C...

forrest by Associate II
  • 1583 Views
  • 6 replies
  • 0 kudos

Sampling Frequency of ADC on STM32F4 Discovery

Posted on November 07, 2015 at 11:42Hi. I'm fairly new to the concepts of ADC and currently, I'm using STM32F4 Discovery. For ADC, I have these settings for my ADC settings in my ADC_init() (source codes from an author online). ADC_CommonInitStruct....

kyaw by Associate II
  • 734 Views
  • 3 replies
  • 0 kudos

STM32F4 TIM Frequency and Delay Measurement

Posted on November 06, 2015 at 08:35I have the following Problem: I have two input signals. The frequency of the signals is equal, but there is a delay between this signals. I have to measure the delay between the rising edge of the first input and ...

0690X000006032PQAQ.jpg
roland23 by Associate II
  • 758 Views
  • 2 replies
  • 0 kudos

Newbie - ST32F407 Discovry board Blue led issue

Posted on November 02, 2015 at 05:35 Hi all, I have just started learning ARM and have picked up the STM3F4 discovery board. Below is my first code to light up all the 4 user leds on board (connected to GPIOD 12to 15). ...

SysTick Mystery

Posted on November 07, 2015 at 18:12 hello, I'm trying to create delay of 1 second and toggle an LED. I'm using SysTick timer for this task. I have STM32F103C8T6 mcu. The following code does not work. Looks like the control never reaches the...

STemWin AN4323 clock enable issue

Posted on November 05, 2015 at 10:21helloas required in the STemwin manual i have to enable RCC AHB1 CRC clock. ''The CRC module (in RCC peripheral clock enable register) should be enabled before using the library''trying to use RCC_AHB1PeriphClockC...

asafbit by Associate II
  • 977 Views
  • 6 replies
  • 0 kudos

STM32L4 - ADC synchronuous clock mode wrong

Posted on November 04, 2015 at 10:46Hello there I've a question regarding the ADC conversion time on the STM32L476. According to the datasheet the fastest possible conversion time running at 80MHz is 187ns. Does this also count for the continuous co...

Timer 2 of STM32F4 Discovery don't work !

Posted on March 02, 2013 at 22:52Hello,In my project i need to measure the frequency of 8 external signals with the STM32F4 Discovery Board. So i begin with the first signal by using Timer 1 in Input Capture mode and it works. Now i'm trying to do t...