This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Source not found and cant set MAC address

Other Parts Discussed in Thread: F28M36P63C2

Hello,

I am trying to debug the "demo_F28M36P63C2_CortexM" and "demo_F28M36P63C2_C28XX" examples projects for F28M36.

In the debug session I am first debugging the CortexM example and doing "Reset CPU" then load the project for C28xx and doing "Reset CPU", later I am Resuming the CortexM and then C28xx but the programme does not exchange the IPC messages, If I halt the process then  "does not contain frame information" in Cortex side and "no symbols are defined for " is displayed.

I followed the steps provided in  "TI-RTOS 1.10 User’s Guide"  section "Demo [M3] / Demo [C28] for F28M3x (TMDXDOCKH52C1 and TMDXDOCK28M36)" 

but I couldn't succeed.

even I cant set the MAC address also.

any kind of help is appreciable.

Regards,

Lokesh

  • Hi Lokesh,

    Ballenahalli Lokesh said:
    I am trying to debug the "demo_F28M36P63C2_CortexM" and "demo_F28M36P63C2_C28XX" examples projects for F28M36.

    Were you ever able to run the demo successfully?  (i.e. before attempting to debug it?)

    Ballenahalli Lokesh said:
    even I cant set the MAC address also.

    I noticed in your screen shot that you have the C28x core selected (in the "Debug" view).  With the C28x selected, you won't see any messages from the M3.

    As the network stack will only run on the M3, I'm wondering if this is why you aren't seeing any network related info.

    Ballenahalli Lokesh said:
    In the debug session I am first debugging the CortexM example and doing "Reset CPU" then load the project for C28xx and doing "Reset CPU", later I am Resuming the CortexM and then C28xx

    It sounds like you are loading the application, and THEN resetting the CPU.  Is that correct?  If so, you need to reverse the order of these steps.  You should only do the Reset CPU step prior to loading the program.

    Steve