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.

Timer_ANY_TIMER

Hello,

In the TI SYS/BIOS Real-timer Operating Guide, it suggests calling Timer_create with the first parameter Timer_ANY_TIMER, i.e. Timer_create( Timer_ANY_TIME, ... ).  However, that  identifier is undefined during compile, and I've searched the TI directories without finding it defined anywhere.

Can you tell me where that is defined, or even just it's value, so I can supply it to the call?  I would like to use it, so that BIOS determines which timer to use.

Regards,

Robert

  • Hi Robert --

    This is a problem in the User's Guide.   The correct name is "Timer_ANY".   I'll see that the doc gets updated for the next release.   You should be able to see the API documentation via the Eclipse help table of contents.  The API docs should be correct.

    -Karl-