STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Internal connection of Vdd and Vss

Posted on November 06, 2015 at 09:28Hi,STM32 uC have Vbat and several Vdd_n Vss_n pins.Following the common guidelines each Vdd and Vss has to be connected.However, I am wondering if there is a rule how these are internally connected. I suppose that...

STM32F373 CAN troubleshooting

Posted on June 16, 2014 at 19:57The original post was too long to process during our migration. Please click on the attachment to read the original post.

ing by Associate II
  • 1024 Views
  • 8 replies
  • 0 kudos

STM32F3 skips one period of input signal

Posted on November 08, 2015 at 23:52 Hi, all! Does anyone faced with a skipping one period of input signal without ovrcapture flag setting? The setup is: * STM32F3 Discovery board with STM32F303 MCU. * TIM2 used for input / c...

krdmitry by Associate II
  • 266 Views
  • 0 replies
  • 0 kudos

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
  • 713 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
  • 277 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
  • 1162 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
  • 536 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
  • 551 Views
  • 2 replies
  • 0 kudos

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...