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

STM Touch and low power

Posted on April 09, 2014 at 18:24Hello everybody,I am developing a touch remote controller using STM32L151CB. The device uses 7 touchkeys but in order to reduce power consumption i would like to enable the acquisition of only one touchkey during low...

mirko by Associate
  • 368 Views
  • 0 replies
  • 0 kudos

STM32F407-Discovery, VBUS/PA9 and SPI-Slave

Posted on April 09, 2014 at 16:00I am using SPI2 as a slave with the help of DMA for fetching a stream with 16byte-burst of data. To test my application i have been looping many GB of data without any bit error so i am confident that my application ...

mats by Associate
  • 484 Views
  • 1 replies
  • 0 kudos

[STM32F4-Discovery] USART6 Problem

Posted on April 08, 2014 at 11:36 I wrote this program, but after I uploaded and connect RS232 to my notebook, Putty didn't show anything, what the problem? The source code is down blow: #include ''stm32f4xx.h'' // Device header #include <stdio....

STM32F030R8 External Oscillator

Posted on April 03, 2014 at 13:17Dear friends, How can I use external oscillator with STM32F030R8? I try it with Discovery Kit but it can not work properly? Do we need something with software side? When we do it with STM32F100R series, it is easy bu...

metin by Associate II
  • 1089 Views
  • 7 replies
  • 0 kudos

STM32 Cryptographic Library

Posted on April 09, 2014 at 14:02Hi, I am using  STM32 Cryptographic Library . There is a function ''STM32_CryptoLibraryVersion'' that gets as a parameter the structure  STM32CryptoLibVer_TypeDef. The problem is that I can't find the description ab...

how i can connect External SRAM to STM32F103Zxxx chip

Posted on April 08, 2014 at 00:49HiI want to connect external 512KByte SRAM to my stm32f103zxx.please help me to connect external sram memory to chip.i have a ''HM628512BLFP-5'' 512KByte CMOS Static RAM chip.datasheet:please help me.thanks #crap-...

eittinfo by Associate II
  • 1206 Views
  • 7 replies
  • 0 kudos

is it possible to see system clock from GPIO?

Posted on April 08, 2014 at 13:28Hi all, I'm working on stm32l MCU and wonder if it is possible to get the system clock waveform from GPIO output pin?  If yes, where could I find it from the datasheet?Thanks a lot,Shan

Writing Interrupt Handlers

Posted on December 13, 2012 at 13:00Hi,I wonder if C compiler has to know that the given function is an interrupt handler. Looking at the sample code I see not pragmas or any other ways to tell compiler about it. From the other side as far as I coul...

dimax by Senior
  • 4280 Views
  • 5 replies
  • 0 kudos

Timer 2 Frequency

Posted on April 08, 2014 at 15:48Hello everyone, I am trying to Set up timer with 1ms Tick value and it does not seems to be working correctly.  TIM_TimeBaseStructure.TIM_Period = TIMER_MAIN_1MS_VAL;   TIM_TimeBaseStructure.TIM_Prescaler = 2;  TIM_T...

dhiry2k1 by Associate II
  • 487 Views
  • 2 replies
  • 0 kudos