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.

AM3351: Profinet demo error

Part Number: AM3351
Other Parts Discussed in Thread: AM3359

Hi,

We have a customer with below concern. Appreciate your help

I am using AM335x ICE v2 with:

PRU-ICSS-Profinet_Slave-01.00.03.04
CCS v10
pdk_am335x_1_0_17


I attivate the TIMER4 adding in GEL file into AM3359_ICE_Initialization():

WR_MEM_32(CM_PER_TIMER4_CLKCTRL, PRCM_MODULEMODE_ENABLE);

and add the defines in the GEL File to
#define CM_PER_TIMER4_CLKCTRL (PRCM_BASE_ADDR + 0x88)
#define PRCM_MODULEMODE_ENABLE (2U)


Load the application Profinet demo and start to debug. I can put breakpoints in main() and work good.
If a resume the application I get an exception:

CortxA8: Unhandled ADP_Stopped exception 0x801A7FA0

What I am doing wrong??