STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 + lwIP and multicast support

Posted on January 03, 2012 at 17:08Hi All, I starting to use the STM32 with lwIP stack and I will need to use the multicast. Is there any example or demo for this ??? Thank you in advance. With Best Regards   #stm32-+-lwip-+-multicast

STM32f030 flasing using ST-Link STM32vlDiscovery

Posted on March 18, 2014 at 13:32Problem: ST-Link utility can't connect the target MC.First of all I connected all the wires as necessarySWCLK-PA14, SWDIO-PA13, GNDand checked the quality of connections. Everything is OK.my program just configures P...

connecting camera 0v7670 with FIFO with stm32f4

Posted on March 18, 2014 at 15:48HiI'm trying to read data from camera ov7670  with FIFO (AL422) with a stm32f4 micro controller. can I do this without using DCMI interface?if yes how can I do this? and is it necessary to use DMA?thanks #connecti...

sahar by Associate
  • 231 Views
  • 0 replies
  • 0 kudos

STM32F4 ADC With DMA Multi Channel Problem

Posted on March 17, 2014 at 15:01Hi, since some days I'm trying to create a code to operate the ADC with DMA for STM32F4 card, the problem is that my code does not work if I want to add a second chanel because it always displays the same values for ...

haythem by Associate II
  • 505 Views
  • 6 replies
  • 0 kudos

STM32F10x interrupt issues

Posted on March 14, 2014 at 16:13 I'm using an STMF103RCT MCU in IAR 6.5 for ARM. I'm working from a public institution with a questionable software sourcing policy - don't ask me to install Eclipse/OpenOCD/Zadig - I've spent 3 weeks installing ...

ivan23 by Associate II
  • 819 Views
  • 5 replies
  • 0 kudos

input capture pwm input mode precision

Posted on March 17, 2014 at 17:39 Hello, I am writing code to capture an incoming square wave frequency. Here is my initialization code: TIM_ICInitTypeDef TIM_ICInitStructure; GPIO_InitTypeDef GPIO_InitStructure; NVIC_InitTypeDef NVIC...