User Activity

Posted on May 30, 2016 at 21:28Hello again, yesterday I updated to the newest version of CubeMX (v4.15.0) and since then in my project the clocks for the SDMMC and the STM32F746ZGT are disabled. In the pinout I selected the 4-Bit wide mode but the c...
Posted on May 28, 2016 at 16:40The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on May 12, 2016 at 13:55Hello! I try to use the SDMMC1 interface together with FatFS. Initialization is created with CubeMX. My init is something like this: ... MX_LTDC_Init(); MX_SDMMC1_SD_Init(); MX_FATFS_Init(); ... Then I try to use the S...
Posted on May 04, 2016 at 11:06Hello everybody, I am trying to understand how the LTDC and DMA2D are working together. I have a small custom made STM32F7 board with a 24-Bit RGB TFT panel connected to the LTDC. With CubeMX I activated this interface...
Posted on December 13, 2015 at 21:16Hi guys, I am using the STM32F746ZGT6 with a 24Bit RGB-TFT and an external SDRAM memory. In CubeMX I have seen, that I cant use the DQM lines together with the full 24-Bit wide bus for the TFT. I want to use the ...