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

A word of warning... (and a request for explaination)

Posted on September 23, 2013 at 21:45So, I'm currently working on a side project at home for a LED driver/controller board. In the process of this, I've decided to use a STM8 for some additional A/D and to offload the averaging. I got the eval board...

dciliske by Associate
  • 661 Views
  • 3 replies
  • 0 kudos

OCREFCLR is not reset after update event

Posted on September 24, 2013 at 15:23I have a problem using the OCREFCLR input to TIM1 on a STM32F3. I have set up TIM1: upcounting, CH1 in TIM_OCMode_Combined_PWM2 and CH2 in TIM_OCMode_PWM1. I have set OC1CE (Output Compare 1 Clear Enable) and OC2...

stm32f051c8t6 NVIC and USART Problem

Posted on September 23, 2013 at 11:33Hi, I configured USART1 in stm32f051c8t6 but when i run the code on my h/w it goes hang. I dont  where it is hanging. whether because of  NVIC OR USART. But according to me it hang in NVIC because everything run ...

lernd by Associate II
  • 889 Views
  • 2 replies
  • 0 kudos

ADC self calibration STM32F205

Posted on September 24, 2013 at 11:40I had read that STM32Fx series has adc self calibration feature but I couldn't find any register/explanation in reference manual of STM32F205.Also is it possible to assign different sampling time in SMPRQ registe...

stm32f4xx multiple

Posted on September 24, 2013 at 03:21I have a project that has a mix of cpp and c files. The symptom is that at certain times, the code gets stuck at the end of the startup_stm32f40xx.s at the ''B'' line.DCMI_IRQHandler                              ...

dibs by Associate II
  • 437 Views
  • 1 replies
  • 0 kudos

I2C Acknowledge problem

Posted on September 23, 2013 at 11:19 Hi, I am trying to establish I2C communication between STM32F4 and OV5642 Camera module( http://www.arducam.com/camera-modules/5mp-ov5642/) and I want to test it separately. I already worked with I2C a...

STM32439I-EVAL2 Demo software

Posted on September 16, 2013 at 15:30I've pruchased a STM32439I-EVAL2 (5,7'' TFT) module for evaluation, the manual  state demo software may be downloaded from http://www.st.com but I've been unable to find it. Also, is there a stemWin version compa...

cw by Associate
  • 1028 Views
  • 7 replies
  • 0 kudos

STemWin Library

Posted on September 23, 2013 at 16:07I need to download STemWin Library,can you help me?thanks :)

aymen by Associate II
  • 552 Views
  • 2 replies
  • 0 kudos

Problem with ADCs in dual regular mode

Posted on September 23, 2013 at 08:42I�ve have a problem with the ADCs in dual regular simultaneous mode. I want to measure 3 channels with ADC1 and 3 channels with ADC2. The conversions are started by software. I want to get 32 acquisitions in DMA ...