Analog Devices ADSP-BF537 EZ-KIT Lite Getting Started page 66

Hide thumbs Also See for ADSP-BF537 EZ-KIT Lite:
Table of Contents

Advertisement

Listing 2-4. lwip_sysboot_threadtype_RunFunction()
Implementation
}
VDK_ThreadCreationBlock TCB = {
};
if ( UINT_MAX == VDK_CreateThreadEx ( &TCB ) )
{
}
}
}
/* Put the thread's exit from "main" HERE */
/* A thread is automatically Destroyed when it exits its run
function */
}
2-14
www.BDTIC.com/ADI
kCaesar_Cipher_ThreadType,
(VDK_ThreadID)0,
0,
(VDK_Priority)0,
(void *) iSocket,
0
printf( "Call to VDK_CreateThreadEx()failed.\n" );
abort();
Getting Started with ADSP-BF537 EZ-KIT Lite

Advertisement

Table of Contents
loading

Table of Contents