STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How the image send from camera to computer? Help me

Posted on August 12, 2013 at 13:21I have a project with OV7670 with stm32f4-discovery. My OV7670 has 16 pins and without fifo. I want to the get one image with camera and I have to send this image to computer. But I don't have any idea. Help me. My ...

muhammet by Associate II
  • 1213 Views
  • 8 replies
  • 0 kudos

Help me USART STM32F4

Posted on August 09, 2013 at 18:34What is wrong. it isn't show data in terminal, ********************************************************************** &sharpinclude <stm32f4xx.h> &sharpinclude <stm32f4xx_rcc.h> &sharpinclude <stm32f4xx_gpio.h> &sh...

TIM channels and pin, I need a clarification!

Posted on October 11, 2012 at 13:33 TIM channels and pin, I need a clarification! I'm looking at the example TIM_PWM_Output (STM32F4-Discovery_FW_V1.1.0) /* PWM1 Mode configuration: Channel1 */ TIM_OCInitStructure.TIM_OCMode = TIM_...

orn by Associate II
  • 668 Views
  • 2 replies
  • 0 kudos

CPAL library - Errors on the DualAddress code

Posted on August 12, 2013 at 10:56I have set up a stm3220G dev board as a slave using the uint32_t CPAL_I2C_Listen(CPAL_InitTypeDef* pDevInitStruct) function to deal with any IC2 data being sent to the device.I need to use the Dual address functiona...

dcurran2 by Associate II
  • 261 Views
  • 1 replies
  • 0 kudos

I2S standards - strange values

Posted on August 12, 2013 at 20:14 Hi I am using the I2S bus to transfer audio samples from an audio codec module to the microprocessor. There are several standards for I2S like Phillips, MSB, LSB or PCM. With the Phillips standard, every...

ADC regular channels vs injected channels

Posted on August 12, 2013 at 13:52Hello,Can somebody kindly explain the difference/ different usage scenarios of ADC regular channels and injected channels?As per available documentation, it is mentioned injected channels are intended, when the conv...