User Activity

Posted on December 17, 2016 at 19:28Hi,I would like to know if I can use one I2C bus for 3 devices, first is master, sencond is slave and third is master/slave (STM will siwtch between master and slave mode to communicate with this 2 devices). Is th...
Posted on December 09, 2016 at 21:31Hi,I'm trying to read SD card using Mass Storage Protocol via STM32F746-DISCO board. I found example in Applications\USB_Device\MSC_Standalone which does exaclty what I need. However the read/write speed is bad. I...
Posted on October 16, 2016 at 10:04 Hi I'm using STM32F405RGT6 configured in CubeMX. I'm reading ADC inside TIM6 interrupt which is executed every 40us. As you can see in switch statement I read all 7 channels and next, one or two channel...