2019-03-29 02:47 AM
Hello, If I generate a Keil project (Blank UI, but this is not mandatory) for STM32F469I-DISCO the generated code compilation fails (691 errors ?!?). If I select STM32F429I-DISCO (the other demo board I use) everything goes and I can compile and debug my project. Am I doing something wrong ?
2019-03-29 03:08 AM
Sorry I meant Designer 4.10.0 + STM32F469I-DISCO + Blank UI -> Keil Project compilation fails
2019-03-29 04:23 AM
Hi. Have not reviewed Keil for a while so it may or may not be working at this time.
IAR & SW4STM32 are recommended for best results.
However, review the following thread:
https://community.st.com/s/question/0D50X0000AYtc7uSQB/touch-gfx-and-keil-uvision
and please post back your results.
2019-03-29 07:39 AM
I have no problem with STM32F429 (I even created a template for our own board some time ago).
Later today I tried with STM32F469-EVAL and Keil project is correctly working. But my custom HW is very far from EVAL and very close to DISCO hardware, so I would like to start my new template integrating a Designer-generated Keil prj with my own initialisations (from CUBE)
2019-03-29 07:45 AM
Hi. Maybe this webpage will be of help:
https://touchgfx.zendesk.com/hc/en-us/articles/115002741432-Create-custom-Application-Template
2019-03-29 08:24 AM
I followed that page when I created my first template for STM32F429. Now I'm stuck with STM32F469...
Designer 4.10.0 still fails generating source code (Keil) with STM32F469I-DISCO + Blank UI