stm32cubeF7 v1.15.0 to stm32cubeF7 v1.16.0 lcdt diffrence
- October 30, 2020
- 1 reply
- 666 views
Hello,
I changed my CubeIDE version from 1.1 to 1.3 and cant get the LTDC running i got always a picture with white and black stripe on it.
hardware:
-custom board but its similiar to the STM32F746 discovery kit
-STM32F746 controller
-extern RAM and extern ROM are the same like in the STM32F746 discovery kit
-Display is a RGB888 with 800x480 resolution
What i do is:
-loading a perfect running fw in cubeide1.1 into the cubeide 1.3 so all pins and periph. are configured like in the working project than i init a array with the framebuffer start adress and filling it with 0xFF so the display should show a white picture but it doesnt work can anybody help?
for more specific informations pls ask i will add them fast i can
i uploaded the not working project here