User Activity

Posted on October 10, 2016 at 11:05 Hello, I have a question about SPI. I start spi in receive mode only with dma. I receive correct data but if I want to receive only one sample, I see 32 clocks instead of 16 clock. void spi_init() {...
Posted on September 14, 2016 at 09:39 Hello, I'm using stm32f746 with cmsis-rtos. When I start STemWin without timer I didnt have any problem with showing information on the screen, but when I start one of the timer of MCU, my screen became whit...
Posted on August 31, 2016 at 10:23Hi, I'm using STM32F746-DISCOVERY. I want to use ethernet, but I connect for a little time 3-4 seconds and the the connection dropped. When I try to connect again I cant. I saw the example of ST and there isn't any ...
Posted on August 09, 2016 at 16:30  The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 03, 2016 at 08:43Hello, can someone to explain to me what happen when you use 8 channels on ADC, and use DMA. How DMA take ready sample from data register. I think when first channel is ready, dma take it first, after that second, t...