Hi,
I am using NXP's Motor Control Development Toolbox for MPC564xL to build a simple application on MPC5643L microcontroller. I have done compilation and then build the model in Simulink. However the .elf file which is the target file is not generated in the target folder . I am using CodeWarrior compiler. I am attaching screenshots of my configuration block and my model. I have also tried the example projects. But same problem exists.
This is my hardware target parameters that I have configured.
Could anyone help me identifying the issue? Thanks in advance for your response.
#mpc56xx codewarrior v11.0 #motorcontroltoolbox #mpc5643l bam
Solved! Go to Solution.
Hi,
Thanks for your response. I was able to resolve the issue, by setting the environment parameters correctly.
I am using:
DIAB_CATALOG = C:\Freescale\CW MCU v11.1
DIAB_TOOL = %DIAB_CATALOG%
I hope this helps someone else who is facing similar issue. I lost the link to original thread which had the solution. It would be great if someone can add that in comments as well.
Hello anu.mathew@ntu.edu.sg,
Could you share the model you're having issues with?
Kind regards,
Razvan.
Hi,
Thanks for your response. I was able to resolve the issue, by setting the environment parameters correctly.
I am using:
DIAB_CATALOG = C:\Freescale\CW MCU v11.1
DIAB_TOOL = %DIAB_CATALOG%
I hope this helps someone else who is facing similar issue. I lost the link to original thread which had the solution. It would be great if someone can add that in comments as well.