My doubts::
-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- ---------
1)When i created a 8122 test project, it has automatically generated four projects for core 0 to 4(*.mcp files x 4)
In that project folder , total project files become 5(including main.mcp)
What is the other projects other than main.mcp means?
When i clicked the debug button , all the 5 projects are on the debug session. How can i debug my main application only?
-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- ---------
2)Also can you please give me the exact number of cores of the following fsl processors?
MSC8101 - ? *SC140
MSC8122 - ?*SC140
MSC8144 - ?*SC3400 (i think it is 4)
-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- ---------
Crasycat's reply ::
1)Around your question did you check the processor reference manual (available on the web).
You should be able to find the information o the number of cores available on each processor there.
2)Around project created for MSC8122, CodeWarrior creates a project for MSC8122 ABS board.
If you check the documentation for this board you will see that there is one MSC8122 and one MSC8103 chip on the board.
So CodeWarrior creates a .mcp for MSC8103 and one .mcp for each of the 4 cores on the MSC8122.
-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- ---------
1) Yes , i checked the same , and seen that 8101 has 1 core with 4 ALU's and 8122 has 4 cores, and 8144 has four cores.
(so i doubted.)
Can you clarify this?
2) OK . Then how can i debug the four projects in parallel?
When i clicked the debug button , the control has came to main() of each projects. My doubt is that how can i run the 5 projects in simultaneously?
3) Also what is mean by extended core (sc140)concept ?
__Kanu