helloim using stm32f407vgt6 and cubeide without os.i configured ethernet using cubemx perfectly.now i need ftp client, i cant find proper resources for do this.thanks for your helps.
Hello. I have connected 32 strips of ws2812 connected separately to 32 gpio of stm32f407vgt6, each strip has 30 chips in series, how can I drive all of them? Dma, pwm, uart and spi modes doesn't support this number of strips separately.Thank you
Thanks for helpsI'll check itI think another way is to use logical gates to control infinit strips with just 1 gpio (for example uart or spi), what do you think?
Thank you, there is many company's built this project with same conditions as I said, I checked they boards, all of them connected 32 strips to stm32f107vct6
Thank you that's very useful, I'm working on it, how can I change dma port after a transfer is completed? Just restart dma setting every time?If I assign a port to dma, can I use some of pins of that port for another command?