2023-01-27 01:19 AM
Hi. So I use the Nucleo-F746ZG board (STM32F746ZGT MCU) and got the display expansion board X-NUCLEO-GFX02Z1. As environment I normally use Keil uvision 5. STM offers a library only for XCube, so tried that out instead of using Keil but it gives me an incompatibility error. After having a look into the (deprecated?) library, I figured out that the expansion board uses a ILI9341 display controller and got the documentation for that and currently try communicating with the display controller without a library as of now. A first read command works, so I think the hardware should be ok. However, I would prefer using a library first of all, because it would be very time consuming to write a library myself. Also had a look in the internet, there are libraries on GitHub but mostly using SPI interface. Because of the pin mapping, I have to use the 8080 I MCU 8-bit parallel interface. Other ones using parallel interface are hard to adapt to STM32F746ZGT. So do you have any recommondations on how to deal with the problem? Thank you for your help.
2023-01-27 06:42 AM
Hi @HakanD
CortexM7 devices are now supported by the new X-CUBE-DISPLAY.3.0.0 release available from both STM32CubeMX-6.7.0 and https://www.st.com/en/embedded-software/x-cube-display.html
However, this new release does not support yet QuadSPI interfaces for the external flash memory devices. So please don't use the GFX02Z1 from the list of Extension Board DISPLAY otherwise you will not succeed to resolve all dependencies because there is no OctoSPI interface.
Instead of that, you can proceed with below configuration:
Best Regards,
Karim
2023-11-03 01:56 PM - edited 2023-11-03 01:58 PM
@Karim BEN BELGACEM wrote:However, this new release does not support yet QuadSPI interfaces for the external flash memory devices. So please don't use the GFX02Z1 from the list of Extension Board DISPLAY otherwise you will not succeed to resolve all dependencies because there is no OctoSPI interface.
Hi,
I just received GFX02Z1 and I can't make it work with my F746 Nucleo. It looks like the problem is as you explained (driver wants OctoSPI).
1. Anything changed in that matter, or should I follow your advices from 2023-01-27?
2. Is that flash memory just a storage for images?
regards
Kamil
2023-11-05 01:33 AM
OFLASH is for any use, what you need, but if MCU internal FLASH is small footprint ...