| Electronic Components Datasheet Search |
|
ST9 Datasheet(PDF) 126 Page - STMicroelectronics |
|
|
|||||||||||||||||||||||||||||
ST9 Datasheet(HTML) 126 Page - STMicroelectronics |
|
126 / 146 page ![]() 126/146 ST9 USER GUIDE 5.4.3.3.1 Part 2: Interrupt Vector Declaration /* +------------------------------------------------------------+ | PART 2: INTERRUPT VECTOR DECLARATION | +------------------------------------------------------------+ */ ; Interrupt vector definition ; Absolute address 0 is assumed (. == 0x0000) .word __Reset ; address of reset routine .word DIVIDE_BY_ZERO_TRAP_LABEL ; address of the divide by zero ; trap routine .org 0x06 .word 0xffff ;no external watchdog used .rept 126 .word __Default_Interrupt_Handler; default interrupt handler ; routine .endr ; end of macro definition The start-up file defines the reset vector and the divide by zero trap vector. All other vectors are directed to a default interrupt handler. A new vector must be defined for each interrupt routine of the user program. The vector loca- tion must match the corresponding IVR register. Example: .word __Reset ; address of reset routine .word DIVIDE_BY_ZERO_TRAP_LABEL ; address of the divide by zero ; trap routine .org 0x06 .word 0xffff ;no external watchdog used .org 0x56 .word INTSCI_TransmitReady .org 0x100 |
|
Link URL |
| Does ALLDATASHEET help your business so far? [ DONATE ] |
About Alldatasheet | Advertisement | Contact us | Privacy Policy | Link to Datasheet | Link Exchange | Manufacturer List All Rights Reserved©Alldatasheet.com |
| Russian : Alldatasheetru.com | Korean : Alldatasheet.co.kr | Spanish : Alldatasheet.es | French : Alldatasheet.fr | Italian : Alldatasheetit.com Portuguese : Alldatasheetpt.com | Polish : Alldatasheet.pl | Vietnamese : Alldatasheet.vn Indian : Alldatasheet.in | Mexican : Alldatasheet.com.mx | British : Alldatasheet.co.uk | New Zealand : Alldatasheet.co.nz |
|
Family Site : ic2ic.com |
icmetro.com |