Posted on October 11, 2013 at 20:44
hi,
below is the code i wrote just to change the states of pins PA10, PA11, PA12 and PA
even though pin PA10 and pin PA15 gives the correct output to the functionsGPIO_SetBits() andGPIO_ResetBits(); PA11...
Posted on October 08, 2013 at 20:55hello friends,for a requirement of my project, i had to drive an H-bridge motor driver using my STM32F3 DISCO and i implemented the following function just to configure the GPIOs associated with the motor controlli...
Posted on August 22, 2013 at 16:11
hi,
i'm using an f3 disco board and i want to configure its timer 15 with an update interrupt. i want it to be interrupted every one second to toggle two on-board LEDs. following is the code for timer15 and ...
Posted on August 03, 2013 at 10:15hi every one,I'm new to STM microcontrollers and i've recently bought an STM32F3 Discovery board.now i'm going to use it to communicate with the in built compass sensor through its I2C interface. using its I2C firmw...
Posted on September 16, 2013 at 05:13hi,can someone please give me a basic code to grab an image from the OV7670 camera using STM32F3 disco board? I have the OV7670 camera that comes without the FIFO buffer. thanks in advance :)
Posted on July 27, 2013 at 21:17Hi,I'm new to the STM and I just want to configure the quadrature encoder on Timer2 of my stm32f3 discovery board. the programming manual says that two encoder inputs are captured from TI1 and TI2 pins. but i cant fin...