Skip to main content
PaulQ
Associate III
March 29, 2019
Question

Designer 4.10.0 + STM32F769I-DISCO + Blank UI -> Keil Project compilation fails

  • March 29, 2019
  • 5 replies
  • 1071 views

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 ?

This topic has been closed for replies.

5 replies

PaulQ
PaulQAuthor
Associate III
March 29, 2019

Sorry I meant Designer 4.10.0 + STM32F469I-DISCO + Blank UI -> Keil Project compilation fails

Mon2
Senior III
March 29, 2019

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.

PaulQ
PaulQAuthor
Associate III
March 29, 2019

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)

Mon2
Senior III
March 29, 2019
PaulQ
PaulQAuthor
Associate III
March 29, 2019

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