STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with PWM

Posted on October 30, 2015 at 08:37 Hey there. For few days i've been trying to successfully init PWM, but i didnt managed to do it. It looks like i saw all of the examples on the internet. I want to init simple PWM channel with timer on L...

e239955 by Associate II
  • 405 Views
  • 1 replies
  • 0 kudos

BlueMS source code

Posted on October 30, 2015 at 10:46Hi,I am working with bluemicrosystem1 application,for further expansion of my project BlueMS app source code is mandatory.In some of the sites it showing as it is available on Github. Anyone have this source code?P...

where is the 2nd I2C interface of STM32F103?

Posted on October 29, 2015 at 08:59Hi all,Recently I am working on a demon code using STM32F103.In this demon code,it defines the PE2, PE3 as the I2C interface, as below:/* Configure I2C pins: PE2->SCL and PE3->SDA */ GPIO_InitStructure.GPIO_Pin = G...

laojian by Associate II
  • 725 Views
  • 2 replies
  • 0 kudos

Writing SD card raw level

Posted on October 30, 2015 at 06:50Is that possible to Write an SDCard at raw level without using FAT File system? if yes, how? is there any sample code? i am using stm32f4 #sdcard-stm32f4-sdio-fatfs

problem with pulse width measurement

Posted on October 29, 2015 at 23:06Hi, It seems there is a problem when I try the example project regarding using TIM input capture mode to measure pulse width. In example project, the both edge triggering mode is used. My question is how to set it ...

STM32VL discovery FAT drive

Posted on October 29, 2015 at 14:02When I plugged the STM32VL discovery board in a PC, there will be a ''removable drive'' in the Computer, and there are some internet shortcut in it. The Win says that it is formatted to FAT, and the free space is a...

lac by Associate II
  • 728 Views
  • 5 replies
  • 0 kudos

Std Periph Lib --> Project Setup / Debug

Posted on October 29, 2015 at 17:46HelloCurrently i work with the HAL lib where i can graphically setup the system clock of my STM32F4xx controller. I do have to set up the same libraries i wrote (mostly copy paste except interface commands,.. ) in ...