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

F107 CDC crashes when replugging into computer

Posted on May 16, 2016 at 21:52 I know this is a long shot and I can't give much information on to what's going on, but... ...A colleague used STM Cube to generate a simple FreeRTOS project for the F107 with a CDC class in device mode. A...

DiBosco by Senior II
  • 487 Views
  • 1 replies
  • 0 kudos

TIM PWM input mode

Posted on May 17, 2016 at 22:58Hi.I would like to use PWM input mode on a TIM1. PWM signal on my custom PCB is connected to TIM1 channel 4. Now, I figured out that CubeMX allows to configure PWM input mode only, if PWM signal is connected to channel...

matic by Associate III
  • 557 Views
  • 1 replies
  • 0 kudos

Cube MX, BSPs, Keil and sw enineering

Posted on May 17, 2016 at 14:18I need advice on how to organize my project. Actually- a production PCB using STM32F030x6 is under construction (samples will arrive in a couple of weeks)- a discovery board using SRM32F030x8I am designing with discove...

stanzanim by Associate III
  • 600 Views
  • 1 replies
  • 0 kudos

STM32 I2C bootloader issue

Posted on May 17, 2016 at 08:12 hi all, I have a program to use a USB2I2C bridge to program the STM32L4 via I2C protocol. Now I face a problem when I try to implement the protocol. When I send ''Get''(0x00, 0xff), I can receive the NAK. But ...

jiangpen by Associate II
  • 563 Views
  • 1 replies
  • 0 kudos

STM32F0 touch sensing lib - rotary problem

Posted on May 15, 2016 at 22:13Hello! I'm using STM32F051 with CubeMX and touch sensing library tomake touch rotary sensor. Sensor is 4CH type.  Problem is where sensor position cross 0 value. Maximumvalue is over almost whole last electrode and hal...

karol by Associate
  • 483 Views
  • 1 replies
  • 0 kudos

TIM triggered ADC DMA issue

Posted on May 13, 2016 at 10:53Hi all,I am using an STM32F303 to sample PA7 via ADC2 when TIM8 update triggers it, and using DMA to put the samples in a circular buffer. Although I seem to have gotten things basically working in the code below, I am...

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

TIMER starter

Posted on May 14, 2016 at 06:29Hi everyone ! Im a starter in ST and need help for timers. I need a timer to give me an interrupt every 1 sec. A  second timer with external clock keep counting the clock source and in first timer interrupt; second tim...