Posted on May 09, 2017 at 11:18 Dear community, I am using STM32F746 Discovery and the IDE is Keil C. I have a problem with Keil C Compiler. My project have 2 parts: Part 1. Get pictures (BMP) from SD Card and print to LCD screen. It is wo...
Posted on May 11, 2017 at 13:48You're 100% right!In the first time, when i decrease the SYSCLK to 50MHz and the source of SDMMC clock got from SYSCLK directly, my code works again, except the LCD fails with many horizontal streaky. That is just temp...
Posted on May 09, 2017 at 17:16Thank you for your advice. I was debugs and tries all possible ways in my code, but i can't solve it. So I decided to remake all source code with STM32Cube. I was configure all necessary peripherals, then config the cl...