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

stm32f429-disco and interrupt initialization question

Posted on June 23, 2014 at 18:10 Dear experts, as a beginner I am starting on a stm32f429-disco board using eclipse with the gnu-arm-plugin and the gnu-arm-eabi toolchain in linux. I adopted the example from ''STM32Cube_FW_F4_V1.1.0/Proj...

ST-Libs, CMSIS, newlib - advice requested

Posted on June 25, 2014 at 12:14Hi, I am trying to understand the differences between the different libs for the stm32F4xx development. As newbie its not easy to get the overview. Here are the terms I want to understand: 1) CMSIS: Standardization l...

Resolved! STM32SnippetsL0 - NO SUCH SOFTWARE RESOURCE!

Posted on June 25, 2014 at 22:55At: http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1743/LN1898/PF260788 in 'Get Software' section, when we click 'Download' we get the 'stm32snippetl0.zip' (15.1MB file) which contains inside the CubeL0 I...

St-Link firmware downgrade

Posted on June 25, 2014 at 09:20Hi guys,I have been using the ST-Link debugger with the KEIL IDE (v5.11a) to develop some code for the Inemo-M1 development board.I had some issues trying to use the debugger with this version of Keil and when I conta...

e2 by Associate
  • 2452 Views
  • 3 replies
  • 0 kudos

Flashing bootloader

Posted on June 26, 2014 at 08:30Hey,I have a strange occurrence concerning with my STM32F.I try to flash the bootloader using the FlashLoaderDemonstrator. I'm sending an acknowledgment to the controller but it doesn't send me the acknowledgment back...

t2 by Associate
  • 640 Views
  • 3 replies
  • 0 kudos

TIM3 Issue in STM32F215

Posted on June 05, 2014 at 14:30Hi, I am using TIM3(PC6 to PC9) for PWM output in STM32F215. In this I want three 50Hz PWM signals and one 8KHz signal. So I have configured PC7,PC8,PC9 as 50Hz PWM  signals. For this i have assigned PrescalerValue_50...

PLL Clock Problem

Posted on June 26, 2014 at 12:24Hi, I am using stm32l152r8 in my custom board.In this while I running the code I am getting error which is can not access the memory. After some time i found the error which is if ((RCC->CR & RCC_CR_HSERDY) != RESET)...

STM32F407 USB as Virtual COM Port Host (CDC Host)

Posted on October 16, 2012 at 13:47Hello! I already found a library packet for using the STM32 USB as Virtual COM device. What I need is a library for a Virtual COM host, so I can connect a CDC device to my STM32. It's just for one specific CDC dev...