STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4-Discovery Updated Libraries w/Makefiles.

Posted on January 06, 2014 at 02:24Problem: The STM32F4-Discovery samples haven't been updated in a long time and there aren't any free IDE or toolchains supported. As a brand new developer for STM coming from Arduino land this was rather difficult ...

st239955 by Associate II
  • 746 Views
  • 1 replies
  • 0 kudos

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...

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...

steval003v1 250w inverter module

Posted on January 04, 2014 at 08:35One easy question. What are the hardwares needed to interface steval003v1 kit to PC via USB. JTAG is available with the board. What is the name of the hardware debugger needed. #jtag-debugger

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
  • 346 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
  • 578 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. ...