X-Nucleo GFX01M1 Display Connection Problems
X-Nucleo GFX01M1 not working properly with Nucleo-64, ARM Cortex M4, STM32 L476-Serie
Hi, I Got My Hands Recently On a X-Nucleo GFX01M1 and I am now struggeling to get a Proper Connection > Everything I see Is White Screen.
I have Simple Code For Testing the Screen :
- Just Draw Everything Red On The Screen
- Blinking LD2 on the Nucleo to see if the Code Is Running Or Not.
So The Code Actuallys flashes correctly with 0 Errors and The LD2 is flashing but Still, only White Screen.
https://drive.google.com/file/d/1r8Q8XvllzKyyLXUqnP15iG0EPqi2gGUq/view?usp=sharing
https://drive.google.com/file/d/1N7JsuQcGA6AmxG5wUAQERqQLjKdWLTWE/view?usp=sharing (screenshot .ioc with SPI2 and warning ?)
I am using New Blank Project In STM32 IDE,
- SPI2 Full Duplex Master
- PB15 > SPI2 MOSI
- PB14 > SPI2 MISO
- PB13 > SPI2 CLK
- PA8 & 9 > GPIO Output
- PB6 > GPIO Output
- PA0,1,2 > GPIO Output
This Is My main.c
Looking Forward for your Responses!
Btw the Display Is Mounted Directly to The Nucleo but I think It has something to do with the GPIO or the SPI that I am missing
