428 views
in Platform Packages by
Hello,

I am using the Embedded Wizard Studio free 9.2 together with MCUExpresso fot NXP IMXRT1050 demo board.

I have built the StringTable Demo. I have made the enviroment using the instructions from the Readme file from the MCUXpresso project but when I integrated the generated files I get errorrs in the ewrte.h file about the objects "__vmtCoreCursorEvent", "__vmtCoreCursorGrabEvent", etc. No such parameter in the EW_DEFINE_CLASS. The same for "_vof_ResourceBitmap".

Thank you.

1 Answer

0 votes
by

Hello,

it seems that there is some project mix...

First of all, please try to build one of the provided examples (e.g. HelloWorld) by using the MCUXpresso toolchain.

As soon as this is running, you can create your own application (or use one of the examples that are installed with Embedded Wizard Studio, e.g. StringTable Demo).

Please make sure to use the PostProcess in order to update the MCUXpresso project - sometimes a clean project / rebuild might be helpful

Does it work?

Best regards,

Manfred

by

Hello and thank you fdor the fast reply.

I am building now the code form the demo board path "C:\NXP\IMXRT1050-EVK\Examples\HelloWorld" and not from "\\mqro01file01\Heimverzeichnisse\MocanuV\Embedded Wizard 9.20\Examples" which are on a server, don't ask me why, there is no option to change this from the installer...

I get now this error.

[28.11.2019  9:25:43] Information : Generating code for the profile 'iMX_RT' ...
[28.11.2019  9:25:43] Fatal error : Can not generate code. The currently selected platform package 'NXP.iMX_RT.RGB565' does not provide the code generation module 'codegenerator.ewm'. Possibly the necessary platform package is not installed on your PC or the name of the platform package 'NXP.iMX_RT.RGB565' is invalid

The file CodeGenerator.ewm I have on my PC just that I do not know how to include it in the build.

by

Hello,

sure, you have some CodeGenerator.ewm files - but as the error message mentioned, you do not have the suitable code generator.

It seems that you do not have installed the iMXRT Platform Package - please check step 2 of the section Intalling Tools and Software.

Does it work after the setup has been compelted?

Best regards,

Manfred.

by
Hello,

I have managed to install the build the iMXRT Platform Package (upgraded to 9.3 also because the installer would not work on 9.2). The project builds now and I have generated the files for HelloWorld.ewp.

I have made a new peoject in MCUXpresso with the generated files.

Now I get the error...

C:/NXP/IMXRT1050-EVK/Application/GeneratedCode/_CoreTimer.h:37:4: error: #error Wrong version of Embedded Wizard Runtime Environment
by
Hi,

you installed the setups just in the moment when we released V9.30. It seems that you have now Embedded Wizard Studio 9.30 - but using a Build Environment for version 9.20. This causes the version mixture.

Please make sure to use the same version for all packages. Just download and use the IMXRT1050 Build Environment version 9.30.

Best regards,

Manfred.
by
It works now. :)

Thank you Manfred.

Embedded Wizard Website | Privacy Policy | Imprint

...