1.6k views
in Getting started by

Hello,

I have downloaded your software and am trying to get it to run with Keil MDK.

I followed the instructions at:

https://doc.embedded-wizard.de/getting-started-stm32f429-discovery?v=9.00

I successfully installed:

C:\Embedded Wizard Studio\STM32F429-Discovery\Application\Project\MDK-ARM\Tara.Embedded_Wizard_Launcher.0.6.0

I see it listed in the pack installer:

I added the post process cmd file:

C:\Embedded Wizard Studio\STM32F429-Discovery\Application\Project\MDK-ARM\MDK-ARM_ew_post_process.cmd

I am working with the 'Hello World' example. When I press 'F8' I see the 'Build' dialog. 

The "Getting started with STM: STM32F429 Discovery" page says the following:

"After the Embedded Wizard code generation the installed post process will generate a ewfiles.gpdsc file, that controls the Keil MDK-ARM project import."

Keil does not start. When I launch Keil directly there is no mention of the 'Hello World' project.

I do not see the mentioned "ewfiles.gpdsc" on my PC. 

What am I doing wrong?

Thank you for your help,

ED

1 Answer

0 votes
by
Hi ED,

Keil MDK does not start automatically. You have to open the Keil project below '\Application\Project\MDK-ARM'.

ewfiles.gpdsc can be found below '\Application\GeneratedCode' after the Embedded Wizard project was built successfully.

After that, please return to Keil MDK an rebuild the project.

 

Kind Regards,
Martin
by
Hello,

Thank you for your help.

I managed to get it running.

I'm not sure why it would matter, but the problem was caused by spaces in the path:

C:\Embedded Wizard Studio\STM32F429-Discovery\...

I changed the path to:

C:\Embedded_Wizard_Studio\STM32F429-Discovery\...

and the file was generated and I was able to open the project in Keil MDK.

Thank you again,

ED

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...