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.

ACPY3 debug

Hi,

I turned debug on for ACPY 3 via xdc.

Now, My application fail, and the following message show up in the message log

(Execution Graph Details)

SYS abort called with message 'Assertion failed: file=%s, line=%d'

However, nothing shows up on my UART console.

When I use SYS_abort, it it is usually transmitted over the uart.

It is not the case here, why ?

The same problem will happend with exception, message show up in the JTAG log, but not on UART

  • Ok, self reply here, I discovered SYS_abort is not using the SYS_PUTC configurable function.

    After setting up my own SYS_ABORT function, I was able to get the whole assertion message :

    Assertion failed : file acpy_configure.c line=44

     

    I am using dvsdk 1.10.00.14 for DM648.

    What is this assertion failure meaning ?