STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Input capture - autoreload problem

Posted on December 08, 2015 at 16:36HiI try to set an input capture on a stm32f100(rbt6b) I set a counter period of 0xFFFF, the problem is that when I retrieve the value, I have the feeling that the timer is overflow at 255 and not 65535 as I mentio...

STM32 USB CDC ethernet

Posted on December 09, 2015 at 13:20hi, in my project we are using virtual com port for a communication between pc(usb) and stm32f103(USB). But due to ground loop and noise we are facing communication problems. so, to over come this we are planning ...

NAND FLASH + STM32F4 DISCOVERY + USB MASS STORAGE

Posted on July 29, 2013 at 10:41Hi,I want to make project NAND FLASH + STM32F4 DISCOVERY + USB MASS STORAGE, but isnt't easy ))I have any examples (Discovery\Open407V-D\USB HS Examples\Project\USB_Device_Examples\MSC) with MSC, but it works with SD ...

069349773 by Associate II
  • 2845 Views
  • 19 replies
  • 0 kudos

STM32F030C6 Supply voltage sensitivity

Posted on December 12, 2015 at 18:42Hi there,I am using a STM32F030C6 behind a buck stepping down a voltage to 5,5V, then a LDO regulating to 5V and finaly a LDO to regulate a 3,3V for the STM.At the scope, the 3,3V is almost clean. Still having som...

How do I start the ADC channel switching

Posted on December 12, 2015 at 23:28 Guys I have included a copy of my sample test code, currently, when debugging, the only channel that is being read is ADC_CHANNEL_ I would appreciate any insight as to why the sequencer does not ''cycl...

nm1120 by Associate
  • 198 Views
  • 0 replies
  • 0 kudos

Encoder with SSI interface on STM32

Posted on December 11, 2015 at 12:20Hi folks,I am wondering how to interface an encoder sensor using SSI interface on my STM32. I didn't find any product with integrated SSI interface.The encoders provides 18-bit frame as describes in datasheet (see...

farmange by Associate
  • 4874 Views
  • 5 replies
  • 0 kudos

Hall-effect sensor

Posted on May 27, 2013 at 21:04 Hello, I'm trying to read rpm from a fan. At first I tried with EXTI and while it worked at fast speed, it started to get crazy when halted or at low speed, especially when the voltage was at undefined...