User Activity

Posted on November 19, 2015 at 19:03 Hi, I wanted to know how could I have 5V in a pin associated with a timer. I do this configuration: /*GPIOA Configuration: TIM9 CH1 (PA2)*/ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_2; GPIO_InitStruc...
Posted on November 03, 2015 at 19:25 Hi, I just bought a xbee and I wanted to control it with a stm32f4-disco. Xbee is simple, I have to send a frame through serial port. I send via USART1 a frame that toggles a led in the remote xbee. The p...
Posted on October 08, 2015 at 17:35 Hi, I'm working with stm32f4-disco. I made a code that works well: the micro waits for an external interrupt, and when receives the interrupt it makes pulses of 40kHz with a duration of 1 ms. Now, I wanted...
Posted on October 01, 2015 at 16:03 Hi, I think this would be very easy but I can't get just 1 value from ADC on stm32f4-disco. I configure ADC like this: void ADC_Configuration(void) { ADC_CommonInitTypeDef ADC_CommonInitStructure; A...
Posted on September 18, 2015 at 17:02 Hi, I was doing some work with ADC using DMA to store the data. So, I tried to configure my stm32f4-disco with an external interrupt. This works good. With the external interrupt I want that the micro ta...