• slider image 442
  • slider image 483
  • slider image 484
  • slider image 485
  • slider image 486
  • slider image 487
  • slider image 488
  • slider image 491
:::


Browsing this Thread:   1 Anonymous Users






請教中斷問題.....
#1
中級會員
中級會員


查看用戶資訊
大家好 這是我寫的一個中斷程式 問題出在我使用單步執行
程式並不會跑到中斷向量的位址 請各位幫幫忙 我在想是不是我的中斷旗標沒設定好 以下是我PIC 與TIMER1得初始值設定
當打開 bsf T1CON,TMR1ON 程式不是應該會跑到0x004的位址 但是我的程式只會回到當初呼叫Timer1的位址 請各位幫幫忙 謝謝

initial
banksel TRISB
clrf TRISB ;定義PORTB為輸出阜
clrf TMR1H ;將Timer1內容清為零
clrf TMR1L
clrf INTCON ;將INTCON內容清為零
bcf INTCON,PEIE ;將周邊功能的中斷致能
bcf INTCON,GIE
banksel TMR1L
clrf TMR1L
movlw 0x3C
movwf TMR1H
movlw 0xB0
movwf TMR1L
return
;-------------------------------------------------------------------------------------------------
Timer1
banksel T1CON
clrf T1CON ;設定Timer1時脈為Fosc/4
bsf INTCON,GIE
bsf INTCON,PEIE
banksel PIR1 ;選擇PIR1放置的Bank
bcf PIR1,TMR1IF;將Timer1的致能旗標清除
banksel PIE1
clrf PIE1 ;將PIE1內容清為零
bsf PIE1,TMR1IE ;將Timer1溢位中斷致能

movlw Numcount1s
movwf Reg_count_1s
movlw Num1mCount
movwf Reg_count_1m
clrf TMR1L;把Timer1L清為零,防止進位
movlw 0x3C movwf TMR1H movlw 0xB0 movwf TMR1L
bsf T1CON,TMR1ON
return

發表於: 2005/9/26 17:56
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部







You can view topic.
不可以 發起新主題
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[進階搜尋]


:::

Microchip連結

https://www.facebook.com/microchiptechnologytaiwan/
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=13
https://mu.microchip.com/page/tmu
http://elearning.microchip.com.tw/modules/tad_link/index.php?cate_sn=1
https://page.microchip.com/APAC-PrefCenters-TW.html
http://www.microchip.com/
http://www.microchip.com/treelink
http://www.microchipdirect.com/
http://www.microchip.com.cn/newcommunity/index.php?m=Video&a=index&id=103
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=2
http://www.microchip.com.tw/Data_CD/eLearning/index.html
http://www.microchip.com.tw/RTC/RTC_DVD/
https://www.microchip.com/development-tools/
https://www.youtube.com/user/MicrochipTechnology
[ more... ]

教育訓練中心

!開發工具購買
辦法說明 [業界客戶] [教育單位]
----------------------------------
!校園樣品申請
辦法說明 [教師資格] [學生資格]
----------------------------------