DSPRelated.com
Forums

BF535 EZLite Talkthrough C Initialisation hangs

Started by Unknown December 17, 2003
Hello

I am trying to run the 'Talkthrough C.dpj' example program of the
BF535 EZLite eval board. Unfortunatly it does not run because it does
remain to stay in the while loop at line 141 within the
initialisation.c (function Init_Codec)

//wait for frame valid flag from codec
//first bit in receive buffer)
while((sSPORT0_RX_Buffer[SLOT_TAG] & 0x8000) == 0x0000);

The assembler version 'Talkthrough.dpj' works fine.

Anyone the same experiance and any solution?

thanks
Mario