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.

Execution order of functions in Sys/Bios

Hello,

I executed the example of Hwi provided by TI in Sys/Bios user's guide paragraphe 3.3.3.4 page 62 and it works perfectly.

But, how i could know the execution order of the functions defined in .c file ? it depends of .cfg file or other thing ?

Sincerly

Youssef

  • The Hooks of a particular type are executed in the order they are defined in the .cfg file.

    Across the different Hook Types, they are executed in this order:

       register, create, begin, end  (the 'delete' hook could happen anywhere after the create hook, depending on when Hwi_delete() is invoked).

    Alan