User Activity

I want to generate waveform for 8 channel WS2812 leds using STM32F103. This device uses pulse with to transfer bits.. The longer pulse means 1, the shorter means 0.. Because I want to generate 8 channel wavefrm, I configured 3 DMA's, one moves 0xFF t...
I've been developing my own I2C interface. When the BTF is set, I issue STOP. However, the interrupt routine is repeatedly called until the STOP is generated..In document it says that BTF is cleared by hardware after a start or stop condition in tran...