STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM Virtual Com Port Driver for Windows 10

Posted on June 04, 2016 at 01:21I downloaded the VCP_V1.4.0_Setup.exe and ran it. But it only has Win7 and Win8 directories. Does anyone if either of them will work on 64-bit Windows 10? If neither will work then where can I get the STM VCP driver f...

gaurav2 by Associate II
  • 14630 Views
  • 4 replies
  • 0 kudos

BUG - HAL_SPI_Receive (STM32F0 & CubeF0)

Posted on August 16, 2016 at 14:20 Hi All HAL_SPI_Receive function has a strange problem, a simple workaround can be implemented as a temporal solution but I need reason of the this behaviour. address = 0x138001; // Ext_Flash_W...

0690X00000603C4QAI.jpg 0690X00000603B6QAI.jpg 0690X00000603BkQAI.jpg 0690X00000603B7QAI.jpg

STM32L151 Interrupt Problem

Posted on April 10, 2013 at 13:57 Hi, I am using the STM32L151VB on a custom board. The MCU is clocked by HSI. I have two rising edge interrupts on port E pin 9 and port E pin I capture the timer counter for timer 4 in both the interr...

adithya2 by Associate II
  • 1099 Views
  • 7 replies
  • 0 kudos

STM32f4 + standbymode : need idea

Posted on August 20, 2016 at 11:00Hello ; I am using STM32F405 in my device ; I have some problem to configure the device in very low power mode ; The device should work from 18V/5000mah battery . The device should do selftest everyday : I use RTC a...

0690X00000603BQQAY.jpg

DMA Channels for ADCs on F303

Posted on August 17, 2016 at 21:50Hi, I am working with the F303 and cannot find documentation on which DMA channel is used for a given ADC. I am looking for the equivalent of this: http://www.st.com/content/ccc/resource/technical/document/applicati...

epalaima by Associate II
  • 514 Views
  • 2 replies
  • 0 kudos

STM32F401 PLL from HSI

Posted on August 20, 2016 at 18:05 Hello, I have a problem with PLL from HSI on STM32F401 (on Nucleo Board). I am not able to run PLL, if I read actual clock, it is always 16 MHz. The code without PLL set gives me always System cloc...

How to erase running code of STM32?

Posted on August 17, 2016 at 08:45Hi,Assume there is a button for emergency on the hardware, so the program which is currently running on ST will erase its own code when someone pressed the emergency button more than 10seconds.How could you implemen...