STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Input Capture module in pulse count example

Posted on January 16, 2016 at 07:49Hello all,In an external pulse count application, is it possible to capture Timer counts at fixed interval using input capture (IC) module while external input (TIM5_CH1) is driving timer time-base (through TI1F_ED...

rumlyen by Associate II
  • 1074 Views
  • 4 replies
  • 0 kudos

CubeMX and STM32L-Discovery

Posted on January 14, 2016 at 20:21Hi. I'am developer from Russia. And, i have a problem. I generate project in CubeMX with Virtual Com Port (USB 2.0) and upload it in my device (STM32L-Discovery board with STM32L152RBT6). When i connect USB cable (...

0690X00000602aoQAA.jpg 0690X00000602atQAA.jpg

Reload STM32L476-Discovery demonstration on Mac

Posted on January 16, 2016 at 08:24Very much a new learner to these chips and the associated tools (but a long time micro-controller and IT developer).Environment:- STM32L476 Discovery kit- AC6's System Workbench (under Windows 10 ia VM under OSX 10...

Defining SPI2 manually on STM32CubeMx ?

Posted on January 17, 2016 at 00:02 Guys, I want to manually define SPI2, I generated SPI1 from STM32CubeMX, but I have done some modification on some files, and I want to initialize SPI2 myself, is it only at spi.c...or I need t...

New-bie question on Low power modes: Sleep/LP Slepp

Posted on January 16, 2016 at 18:52Hi, I am a beginner and experimenting with low power modes. I'm looking for two answers: 1. Is Sleep mode is mandatory to be configured with HSI, or we can also configure it with HSE 8MHz? SPL example and datasheet...

Cannot connect to a Discovery card with ST-link/V1

Posted on January 15, 2016 at 23:27I have a discovery card F100RBT which is working. I see my old SW blinking LEDs. But now I cannot connect to it. It has been difficult before but now it seems impossible. I have tried with Keil IDE and ST-LINK. Res...

LMI2 by Lead
  • 319 Views
  • 1 replies
  • 0 kudos

Confused about GPIOA->CRL

Posted on January 16, 2016 at 14:19hello I am using STM32Nuleo103 and keil compiler.I was configuring GPIOA->CRL register. I found followingGPIOA->CRL = oxooooooo8; //worksGPIOA->CRL |= oxooooooo8; //Not worksI am confused i am just doing ORing with...

SS.Sagar by Associate III
  • 532 Views
  • 1 replies
  • 0 kudos

SPI2, FATFs and STM32CubeMX ?

Posted on January 16, 2016 at 04:52Guys, How can I use SPI2 for FATFs on STM32CubeMX ? I'm using STM32F107 .. Where 's the configuration file for SPI on FATFs ? Thanks

STM32F107VG PB3 - PB4 - PA15 Alternate Function Usage

Posted on July 13, 2012 at 10:37HelloI have to use PB3 - PB4 - PB5 alternate function for using SPI3 or SPI1 But these pins are looking on JTAG main function after reset on datasheet.These pins are still  working on jtag main function  I can't chang...