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.

AER demo gets stuck

Hi there,

Boards: EVM5515 and EzDSP5535

AER: aer_c55l_cpuv3.3_obj_17_0_0_0_Win32 

CCS: 5.5

I am trying to evaluate AER demo project. It compiles but when I run that it always gets stuck. The last message in the console is Start data processing... 

I looked through the code and identified that it never goes out from the function aerSimFread().  Inside of the function is numRead = fread(tempIoBuf, buf_size,

AERSIM_FIO_SIZEOF_WORD, file); So it reads two times and that gets stuck.

How it can be fixed?

Thanks.