2.3k views
in System Integration by
Hi,

I had trying the first time to run the embedded wizard with the uvision and I use the STM32f469 Discovery Borad.

I have added the settings from the https://doc.embedded-wizard.de/getting-started-stm32f469-discovery?v=8.20 but if I want to open uvision, I get this massage:

Error instantiating RTE components

Error #545: Required gpdsc file 'C:\Projekte\Emwi_STM32\_MakeBuildEnvironments\BuildEnvironments\STM32\STM32F469-Discovery\Template\GeneratedCode\ewfiles.gpdsc' is missing

but my folder are located int the E:\STM32\STM32F469-Discovery\Template\GeneratedCode

What can I do?

Thanks for answer.

 

 

Best Regards,

1 Answer

–1 vote
by

Hi!

It could be that the reference to gpdsc file within the uVision project is not up to date and wrong. Can you please open the 'Project.uvprojx' file with a text editor and verify whether the gpdsc description is correct? You'll find the adequate section at the end of the XML file, like this:

<RTE>
  <gpdscs>
    <gpdsc name="..\..\GeneratedCode\ewfiles.gpdsc">
      <targetInfos>
        <targetInfo name="STM32429I-DISCOVERY"/>
      </targetInfos>
    </gpdsc>
  </gpdscs>
  <apis/>
  <components/>
  <files/>
</RTE>

Hope this helps!

Best regards,
Manuel

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

...