You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to put my two cents in I guess you won't see that function having a comeback. I think it's because of it's dependency to pthread and other surrounding framework functionality, which would make the whole library much more complex.
The source for the function though can be found there: http://pastebin.com/HMfK7evt
It's not worth much without the mentioned framework around it for which I couldn't find any sources.
From the API http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader_API_Guide#prussdrv_start_irqthread
i can find the function "prussdrv_start_irqthread", but I can't find it from the code, So how I can make a interrupt handler in my C code which running in ARM.
The text was updated successfully, but these errors were encountered: