STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Proper way to turn off PWM channel

Posted on September 27, 2016 at 13:35Hello there, I am using STM32F4 to drive a 3 phase BLDC motor. With this motor when using block driving (or trapezoidal), one of the 3 outputs should always float. What registers should be set exacly in order to ...

STM32 F2/F4 USB Host issues

Posted on October 16, 2014 at 11:30 .ExternalClass11B1744985E14676887C8F042F0B5239 p {margin-bottom:0.1in;line-height:120%;} Hi,I am writing a host stack and I have noticed various issues with the documentation and the hardware.Issue #1The pdf in...

miro_atc by Associate II
  • 1926 Views
  • 8 replies
  • 1 kudos

STM32F103C6T6A clock configuration

Posted on September 27, 2016 at 17:30I need to configure the system clock to HSE with a 8MHz quartz crystal.At startup the default is HSI. For the STM32L family I used the clock configuration tool provided by ST, but this tool is not available for S...

CAN is getting stuck in initilaztion

Posted on September 27, 2016 at 03:34Hi,I m using STM32F303XC processor.I configured the CAN at 250 kbps baud rate. but it is getting stuck in following while loop. CAN is not able initialize properly.What would be the problem to getting stuck in in...

SS.Sagar by Associate III
  • 613 Views
  • 4 replies
  • 0 kudos

STM32F407 Dual DAC Independent Trigger Sources

Posted on September 27, 2016 at 08:54Hello,I have a problem for using both DACs of STM32F407 with independent trigger sources. What I did was directing DAC1 for Timer6 and DAC2 for Timer7 but they are still both triggered by one source (Timer6) and ...

yousef by Associate
  • 514 Views
  • 2 replies
  • 0 kudos

Flush USART RDR after receiving

Posted on September 27, 2016 at 17:11Dear all,I am using STM32F4 Discovery board and have some problems with using DMA on USART. The cause may be the unwanted left behind data inside USART RDR.Would you please kindly give me instruction how can I fl...