• 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






Re: C18 的高低優先權中斷 ?
#2
版主
版主


查看用戶資訊
不管高、低優先權中斷都會將 W, Status, BSR 存起來只是
方式不同而已,且返回時一個用 RETFTE FAST ,低的就用 RETFIE 0 的方式。
如果要在中斷裡特別去儲存變數的話可以使用:
#pragma interrupt Func-Name save=variable list
#pragma interruptlow Func-name save=variable list

恨重要的一點,當一函數正執行比如說像 乘、除運算時,這時會使用到 Temp Data ,當中斷發生時進入中斷程式這時又有執行類似的乘、除法時,原先的 Temp Data 就會被毀掉,當程式返回原函數時運送結果就會產生錯誤。所以要參考以下的方法加入 Temp Data 儲存的功能。
2.9.3.2 SHARING TEMPORARY DATA SECTIONS BETWEEN ISR FUNCTIONS
AND NON-ISR FUNCTIONS
The tmpdata pragma may be used to share temporary data between interrupt service
routines 
and non-interrupt functionsIn the following examplethe compiler temporary
variables 
for the interrupt service routine isr and the non-interrupt function
increment are both placed in the udata section isr_tmp.
void increment (int counter);
void isr (void);
#pragma interrupt isr nosave=section(".tmpdata")

發表於: 2008/1/9 15:47
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


C18 的高低優先權中斷 ?
#1
新會員
新會員


查看用戶資訊
請問各位大大
想問在高優先權的中斷時,C本身會將環境參數儲存,等中斷結束,C會透過shadow還原;
但在低優先權的中斷時,C不會存環境參數,等中斷結束也不會還原參數;
所以請問要如何存環境參數,且要儲存哪些參數,謝謝?
因為我寫高優先權的中斷,對程式OK;
但加入低優先權的中斷時,程式就怪怪的,所以請各位大大幫忙,謝謝!

發表於: 2008/1/8 9:01
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... ]

教育訓練中心

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