I have been learning GPIO in Petalinux and outside of Vitis I used UIO0 for the GPIO however when I tried to code using the GPIO in Vitis it was quite different. Basically you create a memory map and link it to the GPIO and then write to the memory. But now I want to implement Interrupts. So far I have seen how you can do it by hand in the linux terminal but I have not found any tutorials or examples on how to use it in a Vitis application. Any recommendations would be appreciated.
Question
MichelleNicholes
I have been learning GPIO in Petalinux and outside of Vitis I used UIO0 for the GPIO however when I tried to code using the GPIO in Vitis it was quite different. Basically you create a memory map and link it to the GPIO and then write to the memory. But now I want to implement Interrupts. So far I have seen how you can do it by hand in the linux terminal but I have not found any tutorials or examples on how to use it in a Vitis application. Any recommendations would be appreciated.
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now