IRQ 和 EINT - Linux

Zanna avatar
By Zanna
at 2010-12-10T11:45

Table of Contents

請教一下各位前輩

我這邊 有一塊 SC6410的版子

我想要把 EINT 腳位 和 IRQ 對映在一起

請問我該怎麼做呢??


因為我看書上是

const int IRQ_NUM = 17

..........

request_irq (IRQ_NUM....., , , );


我的問題是在於 IRQ 對應到哪一個腳位 我要如何把我的EINT 連過去 IRQ

謝謝


--

--
Tags: Linux

All Comments

gnuplotfortran

Dorothy avatar
By Dorothy
at 2010-12-09T20:52
請問有人會安裝嗎 我想要在fortran下跑gnuplot $ gmake f95 -shared fortranposix.f90 -o libfortranposix.so posixwrapper.o /usr/bin/ld: /tmp/ccczSEGW.o: relocation R_X86_64 ...

postfix+SASL被破解

Genevieve avatar
By Genevieve
at 2010-12-09T20:45
我從 mail.log 檔案裡,發現大量類似這樣的訊息: Dec 9 20:41:23 mail postfix/smtpd[6503]: 6CC3224014C: client=unknown[82.128.37.7], sasl_method=LOGIN, sasl_username=USER 我猜 ...

文字無法複製到Virtualbox中的ubuntu

James avatar
By James
at 2010-12-09T16:28
剛剛利用virtualbox安裝了ubuntu 10.10的版本, 但是安裝完之後(也安裝了Guest Additions), 卻發現我在 windows端複製文字要貼過去virtualbox的ubuntu卻無法貼過去, 檢查設定值的general中進階分項內共用剪貼簿的設定, 也有選擇雙向.... 不知道是 ...

當|bc也在指令中的時候 如何"echo"不換 …

Belly avatar
By Belly
at 2010-12-09T12:40
※ 引述《bbirthday (想念....)》之銘言: : 例如說 我有以下指令在script裡 : x=100 : echo and#34;scale=2; sqrt($x)/3and#34; |bc : echo and#34; dollarsand#34; 我是覺得既然你都用了變數,那就用的徹底一點 ...

當|bc也在指令中的時候 如何"echo"不換行?!

Edward Lewis avatar
By Edward Lewis
at 2010-12-09T10:53
例如說 我有以下指令在script裡 x=100 echo and#34;scale=2; sqrt($x)/3and#34; |bc echo and#34; dollarsand#34; 輸出會是 3.33 dollars 如果我想要這樣的輸出: 3.33 dollars 我應該怎麼做呢? 我試過 ...