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

STM32F103ZET6 Orcad Schematic

Posted on December 13, 2012 at 15:20I need to STM32F103ZET6 Schematic in Orcad form. Is there any STM32 library for Orcad , could you send me ?

Simple UART Tx. Using HY-mini STM32V eval. kit.

Posted on December 10, 2012 at 03:33 I have been trying to get UART working for the last couple of days with no luck. I have tested an UART example code and it worked. So clearly there is something I am missing. I would really appreciate any hin...

STM32F4 I2C BTF bit is not set after DMA TX complete

Posted on December 10, 2012 at 18:29Hi all,I noticed that there is an high traffic in I2C2_EV_IRQHandler() with status 0x70080 (EV8 =I2C_EVENT_MASTER_BYTE_TRANSMITTING) after all the bytes was transmitted with success by DMA (but it's the same probl...

neoirto by Associate II
  • 534 Views
  • 2 replies
  • 0 kudos

DMA TCIF0 trigger immediately after DMA EN =0

Posted on December 12, 2012 at 10:29I have face a problematic state.After I finish to collect on DMA and get TCIF0=1 I collect the data and reset that flag. After that I want to write a new value in the NDTR so I disable teh DMA by register S0CR->EN...

Barbie by Associate II
  • 824 Views
  • 6 replies
  • 0 kudos

F0discovery PWM with external clock and trigger

Posted on November 13, 2012 at 17:38 I want to create a simple PWM implementation which uses an external clock source and is synchronised to a trigger pulse (one pulse per PWM period). I need at least three (ideally four) channels of output with...

Software reset in STM32Discovery

Posted on December 01, 2012 at 22:27I need to configure a software reset so that it occurs when my firmware detects that my ADC value has reached a maximum or a minimum value. I realise that I need to have a RCC interrupt.Is there someone who can he...

Stm32f407 Discovery IAP pgm

Posted on December 11, 2012 at 15:49How to use the hex2bin.exe? i have hex2bin.exe.1.I want to convert the user program hex file to user program binary file.another one is2.how to change the load address of the user program.i am using the keil compi...

STM32L unstable at high frequencies

Posted on December 11, 2012 at 02:23 My STM32L151RCT seems to become unstable when I set the SYSCLK to PLL=26MHZ. Lower frequencies (say, 20MHZ) appear to be solid. The failure mode is inconstantly a HardFault, or stack pointer gets ...