Hi,
My project is to drive a TFT screen 65K colors, 800x480.
My environment it is following:
- Kinetis K70 (120)
- RTOS Freescale MQX 4.0.0
- PEG lite to have an easy GUI (Generate Cpp file, not Ainsi C, this is the source of my problem!)
- Codewarrior (v10.3) with a basic License perpetual (Available only for Ainsi C code, not C++)
So, all was ok until I tried to compile my project in CW with my Basic License. It does not accept C++ code (generated by PEG Windows Builder)
One solution is to buy Professional License. But the cost is too much.
Freescale propose to me use KDS. But I have some problem with my MQX version 4.0.0. I can't integrate it in KDS. I tried to convert my CW project, but wizard still blank (No windows appears to start project conversion)
It seem to me MQX 4.1 allows to devellop under KDS, but I also seen this MQX Beta version does not run on K70.
So what solution can I have to reach my objective? (K70 + RTOS MQX vx? + PEG (C++) + CW(basic license) / KDS? ...)
Thank for your feedback
Hello Arthur Deniau,
it's not possible to work C++ with basic version CW.
i recommend you read this doc to see if this can help you on this problem:
https://community.freescale.com/docs/DOC-102594
it includes how to port CW10.6 MQX project to KDS.
Best Regards,
Jennie
=================================================
this answer is for you. if it helps, please click on "Correct answer" button. thanks!
Hi,
Then I try to create a simple project:
- PEG windows builder: just 2 windows created, project is generated (*.cpp and .hpp are correctly generated)
Now, I just try to compile this under KDS with MQX 4.1.
Are they a simple way to create a new KDS project using MQX and then link our own SIMPLE application (created by Windows bulder. This simple application is just a static screen)?