Cypress Semiconductor CY8C24423 Datenblatt Seite 51

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 162
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 50
PSoC Designer IDE Guide, Document # 001-42655 Rev *B 51
Chip-Level Editor
When the application is generated, code is produced for the Timer32_1 User Module. The interrupt
vector table is also altered with the addition of the call to the timer interrupt handler in boot.asm.
org 0 ;Reset Interrupt Vector
IF (TOOLCHAIN & HITECH)
; jmp __Start ;C compiler fills in this vector
ELSE
jmp __Start ;First instruction executed following a Reset
ENDIF
org 04h ;Supply Monitor Interrupt Vector
halt ;Stop execution if power falls too low
org 08h ;Analog Column 0 Interrupt Vector
// call void_handler
reti
org 0Ch ;Analog Column 1 Interrupt Vector
// call void_handler
reti
org 10h ;Analog Column 2 Interrupt Vector
// call void_handler
reti
org 14h ;Analog Column 3 Interrupt Vector
// call void_handler
reti
org 18h ;VC3 Interrupt Vector
// call void_handler
reti
org 1Ch ;GPIO Interrupt Vector
// call void_handler
reti
org 20h ;PSoC Block DBB00 Interrupt Vector
// call void_handler
reti
Table 2-2 shows how boot.asm vector names map to fixed, analog column, and PSoC block (config-
urable) interrupts. Not all of these are shown in the code example.
Table 2-2. boot.asm Interrupt Names
Address Data Sheet Interrupt Name Type
00h Reset Fixed
04h Supply Monitor Fixed
08h Analog Column 0 Analog Column
0Ch Analog Column 1 Analog Column
10h Analog Column 2 Analog Column
14h Analog Column 3 Analog Column
18h VC3 Fixed
Seitenansicht 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 161 162

Kommentare zu diesen Handbüchern

Keine Kommentare