Hi,
I'm using CodeWarrior 10.6 on window 8. I bought a KIT MPXY8300A but I have many problem with the code.
When I create a new project for the MPXY8300 family, the program doesn't generate the .h files where the functions described in the datasheet are implemented and
also the .h files for interrupts. In this way I can't write the code for my kit!
How can I do to create a new project with all these files??
Thank you!
Solved! Go to Solution.
hi Riccardo,
the file such as reims_firm_io_ES2.h is not CW system file. this file can not generated by CW automatically.
reims_firm_io_ES2.h is from a demo project, we can use it but CW can't create it.
=====================================================
this answer is for you. if it helps, please click on "correct answer " button. thanks!
Best Regards,
Jennie
hi Riccardo,
the file such as reims_firm_io_ES2.h is not CW system file. this file can not generated by CW automatically.
reims_firm_io_ES2.h is from a demo project, we can use it but CW can't create it.
=====================================================
this answer is for you. if it helps, please click on "correct answer " button. thanks!
Best Regards,
Jennie
Ok I undestand. So, how can I create a new project from the demo project?
Because I have a problem with the hidef.h file that there isn't inside the project but it uses that file!