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.

CCS v4x error message for A8 debug

Other Parts Discussed in Thread: AM3517

Hi,

I'm facing the following error message on CCS window when I debug on UART of AM3517.

I observed the value of UART control register with "ADADADAD" on memory window and getting the following message.

I tried to check the address for 0x4806A0000~0x49020000~0x4902BFFF.

TRG_ERR_MACCESS_PTI Error Occured at 0x4806B002

What's the meaning of "ADADADAD" and "TRG_ERR_MACCESS_PTI Error Occured at 0x4806B002"?

Do you know how to solve this issue?

Kasuya

 

 

  • Hi,

    I did further check on this and got attached result.

    When I changed access size in the gel (evm_am3517.gel) from AS2 to AS4, I could do read/write but I still saw "0BAD0BAD" for UART registers.

    UART1:0x4806A000
    UART2:0x4806C000
    UART3:0x49020000

    I'm consufed why I got this result.

    I may be some initialization is required like EVMAM35XX_init().

    Kasuya