This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

k_poll()/k_poll_signal_raise() error

Hello all,

I`m trying to use k_poll, it`s working okay, I just have an hard fauld error that drives me crazy, I have in main an loop which listen to k_pool_signals, the problem is that I call k_poll_signal_raise()

from uart irq and it gives me an hard fault ( this is what I think might be the problem) Could some of you help me with some more information ? Is it "legal" to call k_poll_signal_raise from an irq ? 

Thank you.

Related