Top secrets sources NedoPC pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

                ifndef  __regf0830inc
__regf0830inc   equ     1
                save
                listing off             ; no listing over this file

;****************************************************************************
;*                                                                          *
;*   AS 1.42 - File F0830.INC                                               *
;*                                                                          *
;*   Contains Bit & Register Definitions for Z8encore F0830                 *
;*   Source: Z8 Encore! F0830 Series Product Specification, PS025113-1212   *
;*                                                                          *
;****************************************************************************

                include "ez8com.inc"

;----------------------------------------------------------------------------
; System Control

PWRCTL0         sfr     0f80h           ; Power control 0
VBO             __z8bit PWRCTL0,4       ;  Voltage Brown-Out detector disable
COMP            __z8bit PWRCTL0,1       ;  Comparator Disable

OSCCTL          sfr     0f86h           ; Oscillator control
INTEN           __z8bit OSCCTL,7        ;  Internal Precision Oscillator Enable
XTLEN           __z8bit OSCCTL,6        ;  Crystal Oscillator Enable
WDTEN           __z8bit OSCCTL,5        ;  Watchdog Timer Oscillator Enable
POFEN           __z8bit OSCCTL,4        ;  Primary Oscillator Failure Detection Enable
WDFEN           __z8bit OSCCTL,3        ;  Watchdog Timer Oscillator Failure Detection Enable
SCKSEL          __z8bfield OSCCTL,0,3   ;  System Clock Oscillator Select

TRMADR          sfr     0ff6h           ; Trim bit address
TRMDR           sfr     0ff7h           ; Trim data

;----------------------------------------------------------------------------
; Flash Options

OPTIONS0        label   0000h
WDT_RES         __z8cbit OPTIONS0,7     ;  Watchdog Timer Reset
WDT_AO          __z8cbit OPTIONS0,6     ;  Watchdog Timer Always On
OSC_SEL         __z8cbfield OPTIONS0,4,2        ;  OSCILLATOR Mode Selection
VBO_AO          __z8cbit OPTIONS0,3     ;  Voltage Brown-Out Protection Always On
FRP             __z8cbit OPTIONS0,2     ;  Flash Read Protect
FWP             __z8cbit OPTIONS0,0     ;  Flash Write Protect
OPTIONS1        label   0001h
VBO_RES         __z8cbit OPTIONS1,7     ;  Voltage Brown-Out reset
XTLDIS          __z8cbit OPTIONS1,4     ;  State of the Crystal Oscillator at Reset

;----------------------------------------------------------------------------
; Interrupts Vectors

RESET_vect      label   0002h           ; Reset (not an interrupt)
WDT_vect        label   0004h           ; Watchdog Timer
ILL_INST_vect   label   0006h           ; Illegal instruction trap (not an interrupt)
TIMER1_vect     label   000ah           ; Timer 1
TIMER0_vect     label   000ch           ; Timer 0
                if      __hasadc
ADC_vect        label   0016h           ; ADC
                endif
A7_vect         label   0018h           ; Port A7, selectable rising or falling input edge
A6_vect         label   001ah           ; Port A6, selectable rising or falling input edge or Comparator Output
A5_vect         label   001ch           ; Port A5, selectable rising or falling input edge
A4_vect         label   001eh           ; Port A4, selectable rising or falling input edge
A3_vect         label   0020h           ; Port A3, selectable rising or falling input edge
A2_vect         label   0022h           ; Port A2, selectable rising or falling input edge
A1_vect         label   0024h           ; Port A1, selectable rising or falling input edge
A0_vect         label   0026h           ; Port A0, selectable rising or falling input edge
C3_vect         label   0030h           ; Port C3, both input edges
C2_vect         label   0032h           ; Port C2, both input edges
C1_vect         label   0034h           ; Port C1, both input edges
C0_vect         label   0036h           ; Port C0, both input edges
PRIOSC_vect     label   003ah           ; Primary oscillator fail trap (not an interrupt)
WDGOSC_vect     label   003ch           ; Watchdog Oscillator fail trap (not an interrupt)

;----------------------------------------------------------------------------
; Interrupts

__defirq        macro   NUM,Base
IRQ{NUM}        sfr     Base+0          ; Interrupt request n
IRQ{NUM}ENH     sfr     Base+1          ; IRQn enable high bit
IRQ{NUM}ENL     sfr     Base+2          ; IRQn enable low Bit
                endm

                __defirq "0",0fc0h
                __defirq "1",0fc3h
                __defirq "2",0fc6h

T1I             __z8bit IRQ0,6          ;  Timer 1 Interrupt Request
T0I             __z8bit IRQ0,5          ;  Timer 0 Interrupt Request
                if      __hasadc
ADCI            __z8bit IRQ0,0          ;  ADC Interrupt Request
                endif

T1ENH           __z8bit IRQ0ENH,6       ;  Timer 1 Interrupt Enable & Priority
T1ENL           __z8bit IRQ0ENL,6
T0ENH           __z8bit IRQ0ENH,5       ;  Timer 0 Interrupt Enable & Priority
T0ENL           __z8bit IRQ0ENL,5
                if      __hasadc
ADCENH          __z8bit IRQ0ENH,0       ;  ADC Interrupt Enable & Priority
ADCENL          __z8bit IRQ0ENL,0
                endif

PA7I            __z8bit IRQ1,7          ;  Port A7 Interrupt Request
PA6CI           __z8bit IRQ1,6          ;  Port A6 or Comparator Interrupt Request
PA5I            __z8bit IRQ1,5          ;  Port A5 Interrupt Request
PA4I            __z8bit IRQ1,4          ;  Port A4 Interrupt Request
PA3I            __z8bit IRQ1,3          ;  Port A3 Interrupt Request
PA2I            __z8bit IRQ1,2          ;  Port A2 Interrupt Request
PA1I            __z8bit IRQ1,1          ;  Port A1 Interrupt Request
PA0I            __z8bit IRQ1,0          ;  Port A0 Interrupt Request

PA7ENH          __z8bit IRQ1ENH,7       ;  Port A7 Interrupt Enable & Priority
PA7ENL          __z8bit IRQ1ENL,7
PA6CENH         __z8bit IRQ1ENH,6       ;  Port A6 Interrupt Enable & Priority
PA6CENL         __z8bit IRQ1ENL,6
PA5ENH          __z8bit IRQ1ENH,5       ;  Port A5 Interrupt Enable & Priority
PA5ENL          __z8bit IRQ1ENL,5
PA4ENH          __z8bit IRQ1ENH,4       ;  Port A4 Interrupt Enable & Priority
PA4ENL          __z8bit IRQ1ENL,4
PA3ENH          __z8bit IRQ1ENH,3       ;  Port A3 Interrupt Enable & Priority
PA3ENL          __z8bit IRQ1ENL,3
PA2ENH          __z8bit IRQ1ENH,2       ;  Port A2 Interrupt Enable & Priority
PA2ENL          __z8bit IRQ1ENL,2
PA1ENH          __z8bit IRQ1ENH,1       ;  Port A1 Interrupt Enable & Priority
PA1ENL          __z8bit IRQ1ENL,1
PA0ENH          __z8bit IRQ1ENH,0       ;  Port A0 Interrupt Enable & Priority
PA0ENL          __z8bit IRQ1ENL,0

PC3I            __z8bit IRQ2,3          ;  Port C3 Interrupt Request
PC2I            __z8bit IRQ2,2          ;  Port C2 Interrupt Request
PC1I            __z8bit IRQ2,1          ;  Port C1 Interrupt Request
PC0I            __z8bit IRQ2,0          ;  Port C0 Interrupt Request

C3ENH           __z8bit IRQ2ENH,3       ;  Port C3 Interrupt Enable & Priority
C3ENL           __z8bit IRQ2ENL,3
C2ENH           __z8bit IRQ2ENH,2       ;  Port C2 Interrupt Enable & Priority
C2ENL           __z8bit IRQ2ENL,2
C1ENH           __z8bit IRQ2ENH,1       ;  Port C1 Interrupt Enable & Priority
C1ENL           __z8bit IRQ2ENL,1
C0ENH           __z8bit IRQ2ENH,0       ;  Port C0 Interrupt Enable & Priority
C0ENL           __z8bit IRQ2ENL,0

IRQES           sfr     0fcdh           ; Interrupt edge select
IRQSS           sfr     0fceh           ; Shared interrupt select
PA6CS           __z8bit IRQSS,6         ;  PA6/Comparator Selection
IRQCTL          sfr     0fcfh           ; Interrupt control
IRQE            __z8bit IRQCTL,7        ;  Interrupt Request Enable

;----------------------------------------------------------------------------
; Flash Memory Control

FCTL            sfr     0ff8h           ; Flash control
FCMD            __z8bfield FCTL,0,8     ;  Flash Command
FSTAT           sfr     0ff8h           ; Flash status
FPS             sfr     0ff9h           ; Flash page select
INFO_EN         __z8bit FPS,7           ;  Information Area Enable
PAGE            __z8bfield FPS,0,7      ;  Page Select
FPROT           sfr     0ff9h           ; Flash sector protect
FFREQH          sfr     0ffah           ; Flash programming frequency high byte
FFREQL          sfr     0ffbh           ; Flash programming frequency low byte
FFREQ           sfr     FFREQH

;----------------------------------------------------------------------------
; GPIO

                __defgpio "A",0fd0h
                __defgpio "B",0fd4h
                __defgpio "C",0fd8h
                __defgpio "D",0fdch

;----------------------------------------------------------------------------
; LED Controller

LEDEN           sfr     0f82h           ; LED drive enable
LEDLVLH         sfr     0f83h           ; LED drive level high
LEDLVLL         sfr     0f84h           ; LED drive level low

;----------------------------------------------------------------------------
; Timer

                __deftimer "0",0f00h,1,0
                __deftimer "1",0f08h,1,0

;----------------------------------------------------------------------------
; Analog Comparator

CMP0            sfr     0f90h           ; Comparator 0 control
INNSEL          __z8bit CMP0,6          ;  Signal Select for Negative Input
REFLVL          __z8bfield CMP0,2,4     ;  Internal Reference Voltage Level

;----------------------------------------------------------------------------
; Analog/Digital Converter

                if      __hasadc
ADCCTL0         sfr     0f70h           ; ADC control 0
START           __z8bit ADCCTL0,7       ;  ADC Start/Busy
REFEN           __z8bit ADCCTL0,6       ;  Reference Enable
ADCEN           __z8bit ADCCTL0,5       ;  ADC Enable
ANAIN           __z8bfield ADCCTL0,0,3  ;  Analog Input Select
ADCD_H          sfr     0f72h           ; ADC data high byte
ADCD_L          sfr     0f73h           ; ADC data low bits
ADCD            sfr     ADCD_H
ADCSST          sfr     0f74h           ; ADC sample settling time
SST             __z8bfield ADCSST,0,3   ;  Sample Settling Time
ADCST           sfr     0f75h           ; ADC sample time
ST              __z8bfield ADCST,0,6    ;  Sample Time
                endif                   ; __hasadc

;----------------------------------------------------------------------------
; Watchdog Timer

RSTSTAT         sfr     0ff0h           ; Reset status
POR             __z8bit RSTSTAT,7       ;  Power-On Reset Indicator
STOP            __z8bit RSTSTAT,6       ;  Stop Mode Recovery Indicator
WDT             __z8bit RSTSTAT,5       ;  Watchdog Timer Time-Out Indicator
EXT             __z8bit RSTSTAT,4       ;  External Reset Indicator
WDTCTL          sfr     0ff0h           ; Watchdog Timer control
WDTU            sfr     0ff1h           ; Watchdog Timer reload upper byte
WDTH            sfr     0ff2h           ; Watchdog Timer reload high byte
WDTL            sfr     0ff3h           ; Watchdog Timer reload low byte

;----------------------------------------------------------------------------

                restore

                endif                   ; __regf0830inc