--
You received this message because you are subscribed to the Google
Groups "rt-thread-users" group.
To post to this group, send email to rt-thre...@googlegroups.com
To unsubscribe from this group, send email to
rt-thread-use...@googlegroups.com
please note that, those apis which may suspend the current thread could not be called in isr!
that is, rt_sem_take/rt_malloc can not be useg in isr, while rt_sem_release can..
there are some functions should not be called in isr.
Yes, you can define a thread with a highest priority level to hand the rest things, that is, half bottom handling for ISR in Linux.