STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_UART_Receive_IT returns error

Posted on August 04, 2016 at 09:48 Hi, I want to transmit something from PC to uC and I put UART in receive mode. However HAL_UART_Receive_IT keeps returning error, and I don't know why? My code is really simple: int main(void){/* Reset...

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
  • 7940 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
  • 426 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
  • 225 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...