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.

TMDSICE3359: Profinet Slave example project issue

Part Number: TMDSICE3359

Hello,

I was able to run the example profinet_slave_RT_MRP_AM335x_arm (version 01.00.01.00) and use it as a basis for my application. I would like to transfer to newly released version 01.00.02.02 however I encountered some issues. The project (completely unmodified in any way, just the example generated using projectCreate.bat) compiles properly with some warnings (I had the same warnings in version 01 so I was not worried about them) but it fails to run on the target (PROFINET diode is not blinking, no network traffic is visible in wireshark etc.) - it seems that the code execution never reaches the main function.

As you can see above, only A8 is running (PRU never starts). If I pause execution, all I can see is 'no source available for 0x804', there are no other error messages or anything that would might give me some clue. I have tried both release and debug builds, with different compiler settings - the effect is always the same, as desribed above.

I am connecting to the target through XDS100v2 USB debug probe, embedded into the board.

I would be grateful for any suggestions.