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 Industrial SW package error

Part Number: TMDSICE3359
Other Parts Discussed in Thread: AM3359


Profinet Industrial SW package PRU-ICSS-Profinet_Slave_01.00.03.04 gives following error when the AM335x board is flashed with profinet_slave_RT_MRP_AM335x_arm project using JTAG.

"CortxA8: Unhandled ADP_Stopped exception 0x8019CBB0"

Its been observed that the exception is thrown only when the ethernet cable is connected to the target board from a Test PC.

The document PRU_ICSS_Profinet_Slave_User_Guide.pdf was used to bring up the stack on the Target board.

Please note that DMTIMER4 was also enabled by making the following changes in the GEL file as described in the above user guide:

1. Add the line inside hotmenu AM3359_ICE_Initialization()
WR_MEM_32(CM_PER_TIMER4_CLKCTRL, PRCM_MODULEMODE_ENABLE);
2. Add the defines in the GEL File
#define CM_PER_TIMER4_CLKCTRL (PRCM_BASE_ADDR + 0x88)
#define PRCM_MODULEMODE_ENABLE (2U)


Following are the sdk,bios,ndk and edma versions used:

SDK - 06.03.00.106
SYS/BIOS - bios_6_76_03_01
NDK - ndk_3_61_01_01
EDMA - edma3_lld_2_12_05_30E.