Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow can i handle the pio in uclinux?
I have upload the kernal and filesystem to flash,and the kernal runs very well.Then i build the example 'hello world',it runs very well too. Now i want to handle the PIO in uclinux,like...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by wgoossens@Dec 14 2005, 06:41 PM you can best use the inl outl or inb outb macro's in linux for accessing the gpio.
for the crosscompiler you can look for marc's one but i believe hissite is down at the moment http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/sad.gif
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11537)
--- quote end ---
--- Quote End --- Thanks! Can you tell me more about inl outl .....