DataSheet.es    


PDF FM8PA76 Data sheet ( Hoja de datos )

Número de pieza FM8PA76
Descripción EPROM -Based 8-Bit Microcontroller
Fabricantes Feeling Technology 
Logotipo Feeling Technology Logotipo



Hay una vista previa y un enlace de descarga de FM8PA76 (archivo pdf) en la parte inferior de esta página.


Total 30 Páginas

No Preview Available ! FM8PA76 Hoja de datos, Descripción, Manual

FEELING
TECHNOLOGY
FM8PA76
EPROM -Based 8-Bit Microcontroller
Devices Included in this Data Sheet:
FM8PA76AE : 20-pin EPROM device
FM8PA76BE : 14-pin EPROM device
FM8PA76DE: 16-pin EPROM device
FM8PA76EE : 24-pin EPROM device with VR pin
FM8PA76FE : 16-pin EPROM device with VR pin
FEATURES
Total 9 channel 12bit AD converter with ±2LSB resolution
All instructions are single cycle except for program branches which are two-cycles
16-bit wide instructions
Configurable CPU clock per instruction cycle: Focs/4 and Fosc/2
All EPROM area LGOTO instruction
All EPROM area subroutine LCALL instruction
8-bit wide data path
8-level deep hardware stack
2K x 16 bits on chip EPROM
45x8 bits on chip special purpose registers and 128 x 8 bits on chip general purpose registers (SRAM)
Operating speed: DC-20 MHz clock input, or DC-100 ns instruction cycle
Direct, indirect addressing modes for data accessing
Five real time up count Timer/counter with 3-bit programmable prescaler
- TMR0: 16-bit Timer(up-counter)
- TMR1: 8-bit, PWM1(Period) & Timer
- TMR2: 8-bit, PWM1(Duty) & Timer
- TMR3: 8-bit, PWM2(Period) & Timer
- TMR4: 8-bit, PWM2(Duty) & Timer
Built-in 3 levels Low Voltage Detector (LVDT) (2.2V/2.6V/3.7V) for Brown-out Reset (BOR)
Power-up Reset Timer (PWRT)
On chip Watchdog Timer (WDT) with internal oscillator for reliable operation and soft-ware watch-dog
enable/disable control
Three I/O ports IOA, IOB and IOC with independent direction control
- 17 Bi-direction I/O port (Programmable Pull-up enable in Input mode)
- One Input only port (IOB2/RSTB)
Four kinds of interrupt source: 5 Timers/Counters, 8 external interrupt sources: IOA0~IOA7, Internal watchdog
timer (i_WDT) wakeup, and A/D end of conversion
Wake-up from SLEEP:
- Port A (IOA0~IOA7) pin change wakeup
- WDT overflow
- i_WDT overflow
Power saving SLEEP mode
Programmable Code Protection
Selectable oscillator options:
- ERC: External Resistor/ Voltage Controlled Oscillator
- XT: Crystal/Resonator Oscillator
- HF: High Frequency Crystal/Resonator Oscillator
- LF: Low Frequency Crystal Oscillator
- IRC: Internal Resistor/Capacitor Oscillator
Wide-operating voltage range:
- EPROM : 2.2V to 5.5V
This datasheet contains new product information. Feeling Technology reserves the rights to modify the product specification without notice.
No liability is assumed as a result of the use of this product. No rights under any patent accompany the sales of the product.
Web site: http://www.feeling-tech.com.tw
Rev1.2 Jun 24, 2013
P.1/FM8PA76

1 page




FM8PA76 pdf
FEELING
TECHNOLOGY
FM8PA76
PIN DESCRIPTIONS
Name
I/O
Description
1. Bi-direction I/O port (programmable Pull-high in Input mode)
2. Wake-up on pin change
IOA0/AD0/INT0 ~ I/O 3. External interrupt input
IOA7/AD7/INT7
4. A/D converter input
5. IOA2 is PWM2 output
6. IOA6 is PWM1 output
IOB0/OSCI
I/O 1. Bi-direction I/O port (programmable Pull-high in Input mode)
2. Oscillator input (HF, XT, LF, ERC mode)
IOB1/OSCO
1. Bi-direction I/O port (programmable Pull-high in Input mode)
I/O 2. Oscillator output (HF, XT, LF, ERC mode)
IOB2/RSTB
I 1. Input port, voltage on this pin must not exceed VDD.
2. System clear (RESET) input. This pin is an active low RESET to the device
IOC1/TO~
IOC2/CLO2
1. IOC1~IOC2 is Bi-direction I/O port (programmable Pull-high in Input mode)
I/O 2. TO (PWM2 interrupt/2) shared with IOC1
3. Clock output 2 with prescaler shared with IOC2
IOC3
I/O Bi-direction I/O port (programmable Pull-high in Input mode)
IOC4
I/O Bi-direction I/O port (programmable Pull-high in Input mode)
IOC5/EXT_CLK I/O 1. IOC5~IOC6 Bi-direction I/O port (programmable Pull-high in Input mode)
~ IOC6
2. EXT_CLK (External clock input) shared with IOC5
1. Bi-direction I/O port (programmable Pull-high in Input mode)
IOC7/AD8/CLO1 I/O 2. A/D converter input
3. CLO1 (system clock out) shared with IOC7
VR - ADC module reference input, voltage on this pin must not exceed VDD.
VDD
- Positive supply
VSS
- Ground
Legend: I=input, O=output, I/O=input/output
Note: Please refer to 2.2 for detail IO type description
Web site: http://www.feeling-tech.com.tw
Rev1.2 Jun 24, 2013
P.5/FM8PA76

5 Page





FM8PA76 arduino
FEELING
TECHNOLOGY
FM8PA76
Situation 3: PCH/PCL mathematic operation
Program
Counter
1ACH
1ADH
1AEH
1AFH
PCH
01H
01H
02H
02H
PCL
ACH
ADH
AEH
AFH
331H
332H
03H
03h
31H
32h
2.1.3 STATUS (Status Register)
Instruction Operands
#include <8PA76.ash>
MOVIA
MOVAR
MOVIA
ADDAR
NOP
,,,
02h
PCH
81h
PCL
PC={(PCH+Carry):(PCL+1+81H)}
PC={(02H+1):(AFH+1+81H)}
PC=331H
ORG
MOVIA
NOP
331h
55h
Address
Name
B7
B6
B5
B4
B3
B2
B1
B0
03h (r/w) STATUS
-
-
- TO PD Z DC C
This register contains the arithmetic status of the ALU, and the RESET status. And the reset status bits TO and PD ,
are not writable.
C : Carry/borrow bit.
ADDAR, ADDIA
= 1, Carry occurred.
= 0, No Carry occurred.
SUBAR, SUBIA
= 1, No borrow occurred.
= 0, Borrow occurred.
Note : A subtraction is executed by adding the two’s complement of the second operand. For rotate (RRR, RLR)
instructions, this bit is loaded with either the high or low order bit of the source register.
DC : Half carry/half borrow bit
ADDAR, ADDIA
= 1, Carry from the 4th low order bit of the result occurred.
= 0, No Carry from the 4th low order bit of the result occurred.
SUBAR, SUBIA
= 1, No Borrow from the 4th low order bit of the result occurred.
= 0, Borrow from the 4th low order bit of the result occurred.
Z : Zero bit.
= 1, The result of a logic operation is zero.
= 0, The result of a logic operation is not zero.
Web site: http://www.feeling-tech.com.tw
Rev1.2 Jun 24, 2013
P.11/FM8PA76

11 Page







PáginasTotal 30 Páginas
PDF Descargar[ Datasheet FM8PA76.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
FM8PA76EPROM -Based 8-Bit MicrocontrollerFeeling Technology
Feeling Technology

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar