2019-10-24 05:02 AM
Hi,
I did the configuration as like this for my board stm32F769 discovery
https://touchgfx.zendesk.com/hc/en-us/articles/360020208091-Configuring-STM32F769I-DISCO
But i didnt get the output.I did through keil.Please help me to do the configuration.
Like the site i configuration done and open as Keil file.No error i found in the code.But While burning Black color screen only as output.
2019-11-04 02:15 AM
Hi,
The latest version of the F769 AT was made to support CubeMX/ioc file, and won't have a Keil project, sure. CubeMX can generate this for you, which you're trying now, but may not be able to correctly generate a working project - Or some of your configuration is wrong.
BUT! If you simply use the previous version of the AT (1.1.0 - i think), all this is setup for you (Non-CubeMX) and you'll have a Keil project accessible from within the application project structure. Give it a try and let me know
/Martin