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

F429 input capture overflow and input prescaler

Posted on January 05, 2014 at 01:06 Hello, I am new with STM. Iam working on racing car ECU project and wants to get maximum out of the mcu. I got stuck and couldnt get going. I would be grateful if someone could show me the way to go aro...

laggersvk by Associate II
  • 1056 Views
  • 5 replies
  • 0 kudos

strange bevaviour of firmware in stm32F100VB

Posted on January 04, 2014 at 16:16I am using Keil 4.72, STM32F100VB with STLinkV2 for debugging purposes. When system is in debug mode, it looks perfectly but if I flash the chip and run in non debug mode (with SWD connected or removed), firmware d...

STM32f4 reset problem

Posted on January 04, 2014 at 19:13Hello,I have made a custom pcb for STM32f407VGT6. I am able to detect and program MCU using ST Link V2. However MCU is not running code after reset. BOOT0 pin is connected to ground via 1K resistor and BOOT1 is han...

nikhil by Associate
  • 474 Views
  • 1 replies
  • 0 kudos

STM32 f4 + Bluetooth

Posted on June 07, 2013 at 06:23Hello,I must establish a data transfer between a temperature's sensor connected with Bluetooth Bee and STM32 F4 with a Bluetooth Bee too.The connection between the sensor and the PC is set correctly (COM port) on the ...

touzi by Associate
  • 773 Views
  • 2 replies
  • 0 kudos

PWM with TIM8 works only with debugger

Posted on January 03, 2014 at 11:50 Hello, ich trying to create a PWM signal with TIM8 (channel 1). The PWM signal is generated as expected but only if i run the debugger. When i turn of the debugger the PWM signal is still running. ...

what is the purpose of ''#define USE_FULL_ASSERT''

Posted on January 03, 2014 at 12:16Hello All,I am new to STM32 cortex M3 controllers. I am building a basic application (LED toggling) in IAR embedded workbench v6.2. I am facing an error Error[Li005]: no definition for ''assert_failed''. What i wan...

ch2 by Associate III
  • 5054 Views
  • 3 replies
  • 2 kudos

STM32_USB-Host-Device_Lib_V2.1.0 working?

Posted on August 28, 2013 at 13:01Hi Help, I have been trying to get the STM32_USB-Host-Device_Lib_V2.1.0 working as a Virtual Com Port/CDC on a STM32F407 in Atollic TrueStudio. No RTOS - bare infinite loop in main. The code compiles and run OK. USB...

chen by Associate II
  • 846 Views
  • 3 replies
  • 0 kudos

FatFS SD wont initialize

Posted on January 02, 2014 at 06:01Hi All, I'm having problems with getting my 2Gb Micro SD card to initialize. From deubgging, I have found the problem occurs in the FindSCR(RCA, scr) function called within SDEnWideBus(FunctionalState NewState). Sp...