Thank for answer, I tried to use MQX component but it dont' run.
I made this actions:
- created new KDS project with processor expert enabled.
- compiled and debugged it without problem.
- added the MQX component to project.
- added MQX library include paths in the project.
- imported "hello.c" example file.
- compiled it without errors.
But when I tried to debug it, after start running, the task address has gone to 0xfffffffe and program stopped in it.
I checked the cpu register and the PC(program counter) contained 0xfffffffe value.
Practically the program doesn't run but it is stuck at 0xffffffe address.
I tried to put breakpoint in main() function and in task() function, but they are never reached.
As countercheck, I tried to remove MQX component and recompile and all return to work correctly.
I also tried to import the "pe_demo" project over my PE project, but it doesn't compile because the error: "undefined reference to 'main' ".
I start to think that MQX component is not ready to simple use and it need also manual software changes to run correctly.
I can not use MQXLite component because I need RTCS that require the complete MQX.
I ask you if there are working examples with both MQX and PE actived or if there is documentation that explain step by step the correct procedure to set this type of project.