Fernando Freitas Alves edited C. Timer B ISR with RTOS.tex  about 8 years ago

Commit id: 02f72a3339e483f257b62bd59a1590e59206c394

deletions | additions      

       

The main purpose of this procedure is to develop a RTOS that counts Timer B interrupts and displays the interrupt overhead.  \begin{lstlisting}[language=C] \begin{code}[language=C, caption=blabla, label=amb]  #define TASK_STK_SIZE 512  #define OS_MAX_EVENTS 1  #define OS_MAX_TASKS 4