User Activity

I've been trying to make connection with STM32F0 Discovery and hc-06 bluetooth module via USART2. I've configured Discovery as shown on figure below. Additionally there is an nvic interruption. Hc-06 is configured the same way as Discovery.uint8_t bl...
As the topic says i want to implement double buffer for my ADC on DMA interruption to save data on SD card.I've done two buffors. I am saving data to two of them in sequence. If one gets to it's limits the other one is taking the data. To point the c...