3.1k 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...