"Detected incompatible version number" after program script

Announcements

From sunburn to sun earn – we’ve got the power! Watch our #poweringgreen videos now.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AG_Serad
Level 4
Level 4
First solution authored 25 replies posted 25 sign-ins
Hello,

I'm using evaluation board (Power + CPU):
- Infineon-MCE_IMC102T-F064
- EVAL-M3-CM615PN

I downloaded the package:
- Infineon-MCE_IMC102T-F064-Firmware-v01_03-EN
- Infineon-MCEWizard_Configuration_Files-DevelopmentTools-v01_01-EN

Then the installed MCEDesigner is ver 2.3.0.0
4587.attach

The MCEWizard version is v2.3.0.0
4588.attach

The program firmware programmed with MCEDesigner is the irc file contains into "Infineon-MCE_IMC102T-F064-Firmware-v01_03-EN" package :
IMC102T_V1.03.01.irc

Then using some video and guide, I can make move my motor after made small configuration according my motor.
Now, I want try the scripting.

Then I activate this option into MCEWizard, I test the sample code given into documentation for DCBus filtering.
The compilation is Ok, ldf file is generated.
So into MCEDesigner, I start Menu/Program,
Select "Program script"
Indicate the access path of my ldf file (DLL version indicate V1.03.01):
4589.attach

The programmation is done and indicate ok:
4590.attach

Then about 3 or 4s after this successful message pressed ok, the following error message appears:
4591.attach

Bellow is the begining of the ".map" generated with the script ldf file:
Product_ID IMC102T
Design_Vers 001.207
Script User Vers 001.000
Begin_Section
Section_Name System
Begin_Trace_Data_Src
130 VDCBusLPF_L
131 VDCBusLPF_H
End_Trace_Data_Src
End_Section
Begin_Section
Section_Name Motor1
Begin_Register_Def


Please can I have an help about this issue?
We are into evaluation to decide if we can use the IMC100 product for our big production project.
This is so critical and we need a quick support about this because it is blocant.

Regards,
0 Likes
1 Reply
dakh_4791506
Employee
Employee
First like received First solution authored
The register map file (.map) must be imported to reflect the registers used in the Script. This will allow you to view global Script variables in MCEDesigner.

In MCEDesigner, go to File -> Import Register Map and load the map file generated by MCE Wizard.

This should solve the Product Mismatch error.