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.

eZdsp 5535 SIO_issue

Hi,

Hopefully I'll found some good ideas in this forum.
I'd like to use the '5535 to build an MP3 player. I bought both an eZdsp 5535 and 5515.
I started my project from the fameous Elektor one. Works on the eZdsp 5515, but many many problems with the 5535.

Now here is the situation
Board eZdsp 5535,
CCS 4.2.4.00033,
BIOS 5.41.13.42   (and same problem with the 5.41.10.36),

The firmware stucks when calling  "SIO_issue". Looks like looping ?!?

For those who know the Elektor example, it's in the "tskDecode()" routine.
            SIO_issue(hStreamOut, &audBufs[idx][0], WORDS_PER_OUT_BUF, NULL);    // buffers have to be issued before they can be reclaimed

I used a breakpoint at this call. Up to this line it seems to work. One more step and everything block.
            
As a reminder, on the ezdsp 5515, this works...

Any idea,suggestion,comment ?

Thx