STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

generate pwm signals from four different timer

Posted on December 23, 2014 at 14:12Hi everyone.. Im trying to generate pwm signals from four different timer as tim10 tim11 tim13 tim14... Im driving step motor by stepper driver. I can do discrete way but I have to drive at same time... How can I ...

WWDG IRQ firing when not confuigured

Posted on December 22, 2014 at 22:33I have an application that I am porting from the Kiel IDE to build with the GNU tool chain. The compiled and linked appilcation on the GNU side is crashing and getting stuck in the WWDG_IRQHandler routine, though ...

STM32F103 I2C Slave Transmitter

Posted on December 13, 2014 at 17:41Hello everybody,I am developing a system in wich a STM32F103 microcontroller has to communicate with a master receiver external device. I have to configure the STM32 as a I2C slave transmitter in order to send dat...

emilio by Associate II
  • 1251 Views
  • 6 replies
  • 0 kudos

STM32 DFU STDFUPRT_CreateMappingFromDevice Error

Posted on December 23, 2014 at 17:38I am using STM32F103ZEH6 ARM.I am running PC side application that is written in C♯. The application is able to upgrade the firmware of the STM32 by using the DFU mode for this process.Sometimes error is occurred ...

timaner by Associate
  • 222 Views
  • 0 replies
  • 0 kudos

STM32F3 Discovery - spare pins list

Posted on December 23, 2014 at 16:56Is there a list of pins not used on the board itself? I need some signals off board and although I have gone through the schematic I'm not sure if my list of unused pins is complete #stm32f3-discovery-pins

gbigden by Associate III
  • 363 Views
  • 2 replies
  • 0 kudos

STM32F429I-DISCO Coming Soon

Posted on September 16, 2013 at 20:19http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF259090http://www.st.com/st-web-ui/static/active/en/resource/technical/document/data_brief/DM00094498.pdfhttp://www.mouser.com/ProductDetail/STMicroelectron...

STM32F407 UART ORE Problem

Posted on December 11, 2014 at 13:27Hi We have developed an applicaion using on  STM32F103 UART using the standard peripheral library and it was working fine. recently we ported our application to STM32F407 running @ 168MHz. Since then We are missi...

hossam by Associate II
  • 445 Views
  • 1 replies
  • 0 kudos

Linker file error

Posted on December 23, 2014 at 10:40I am trying to build a program at a different location of flash, I am assigning the memory of flash at 0x08020000(by default it will be at 0x08000000). during build time, it pops multiple errors like this lkarm E1...

STM32F429: USB Custom Class

Posted on December 23, 2014 at 09:39Hello everyone,Im having problems to implement a USB custom class , using the eval board ''STM324x9I-EVAL'' . Im new in STM32, so any help will be appreciated. The device is recognized by the PC Host as an unknown...