User Activity

Posted on January 14, 2014 at 10:57 I wrote this code in order to test usart communication in fact When I press the user button an interruption in generated witch send data from usart3 to the usart1 when data is recived an interruption is genera...
Posted on November 22, 2013 at 14:34 Hello, I wrote this code to test mic and the codec but I don't here any thing :\ If some one can helpe me. /* config Codec*/ I2S_InitTypeDef I2S_InitStructure; GPIO_InitTypeDef GPIO_InitStruct...
Posted on November 21, 2013 at 05:39  The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on June 24, 2013 at 00:00 I wrote this program whitch send what it receive and each time it toggel the 4 leds in the board ! when i'm debugging the program don't catch the receive interruption ! #include ''stm32f4xx.h'' #inc...
Posted on June 23, 2013 at 14:16When I use the function ''GPIO_PinAFConfig'' in order to map pins to the device can I use any pins I want or I have to respect some roles ?