User Activity

Posted on July 07, 2017 at 04:55Hi, I currently have STM32F746 connected to a 640x480LCD which is working as expected.I'm using one LTDC hardware layer and doing everything through DMA2D and an external SRAM. So far all is good, I can load images an...
Posted on June 27, 2017 at 04:50Hi, I am working on a 26x10 RGB LED matrix connected to a STM32F746 through SPI.The data is located inside the DTCM memory (0x200003E0 address to be precise) and sent through DMA to the shift registers. It all works a...