Dear TI
I'm using a DSK6455 kit, CCS v4, BIOS 5.0 API and NDK tools. Can I use SEM_create (BIOS 5.0) with TaskCreate() (NDK)?, Is NDK API compatible with BIOS 5.0 API?
In spru524h document, I read that timeout in SemPend can be BIOS_WAIT_FOREVER, then I write SemPend(hSema_send,BIOS_WAIT_FOREVER), but the build fails with the message: identifier "BIOS_WAIT_FOREVER" is undefined.
Please, where is defined BIOS_WAIT_FOREVER?
Best regards.
Manuel Fernández Ros