DataSheet.es    


PDF FM8PB53B Data sheet ( Hoja de datos )

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



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


Total 30 Páginas

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

FEELING
TECHNOLOGY
FM8PB53B
OTP-Based 8-Bit Microcontroller
Devices Included in this Data Sheet:
FM8PB53B : OTP device
FEATURES
Only 42 single word instructions
All instructions are single cycle except for program branches which are two-cycle
13-bit wide instructions
All OTP area GOTO instruction
All OTP area subroutine CALL instruction
8-bit wide data path
5-level deep hardware stack
Operating speed: DC-20 MHz clock input
DC-100 ns instruction cycle
Device
Pins # I/O #
OTP (Word)
RAM (Byte)
FM8PB53B
14 12
1K
49
Direct, indirect addressing modes for data accessing
8-bit real time clock/counter (Timer0) with 8-bit programmable prescaler
Internal Power-on Reset (POR)
Built-in Low Voltage Detector (LVD) for Brown-out Reset (BOR)
Power-up Reset Timer (PWRT) and Oscillator Start-up Timer(OST)
On chip Watchdog Timer (WDT) with internal oscillator for reliable operation and soft-ware watch-dog
enable/disable control
Two I/O ports IOA and IOB with independent direction control
Soft-ware I/O pull-high/pull-down or open-drain control
One internal interrupt source: Timer0 overflow; Two external interrupt source: INT pin, Port B input change
Wake-up from SLEEP by INT pin or Port B input change
Power saving SLEEP mode
Built-in 8MHz, 4MHz, 1MHz, and 455KHz internal RC oscillator
Programmable Code Protection
Selectable oscillator options:
- ERC: External Resistor/Capacitor Oscillator
- HF: High Frequency Crystal/Resonator Oscillator
- XT: Crystal/Resonator Oscillator
- LF: Low Frequency Crystal Oscillator
- IRC: Internal Resistor/Capacitor Oscillator
- ERIC: External Resistor/Internal Capacitor Oscillator
Operating voltage range: 2.0V to 5.5V
- 4MHz: 2.4V to 5.5V
- 8MHz: 2.6V to 5.5V, see 6.1 for more information.
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.31.002 Aug 21, 2014
P.1/FM8PB53B

1 page




FM8PB53B pdf
FEELING
TECHNOLOGY
FM8PB53B
1.2 Data Memory Organization
Data memory is composed of Special Function Registers and General Purpose Registers.
The General Purpose Registers are accessed either directly or indirectly through the FSR register.
The Special Function Registers are registers used by the CPU and peripheral functions to control the operation of
the device.
Table 1.1: Registers File Map for FM8PB53B
Address
Description
00h INDF
01h TMR0
02h PCL
03h STATUS
04h FSR
05h PORTA
06h PORTB
07h General Purpose Register
08h PCON
09h WUCON
0Ah PCHBUF
0Bh PDCON
0Ch ODCON
0Dh PHCON
0Eh INTEN
0Fh INTFLAG
10h ~ 3Fh
General Purpose Registers
N/A OPTION
05h IOSTA
06h IOSTB
Table 1.2: The Registers Controlled by OPTION or IOST Instructions
Address
Name
B7
B6
B5
B4
B3
B2
B1
B0
N/A (w) OPTION
* INTEDG T0CS T0SE PSA PS2 PS1 PS0
05h (w)
IOSTA
Port A I/O Control Register
06h (w)
IOSTB
Port B I/O Control Register
Table 1.3: Operational Registers Map
Address
Name
B7
B6
B5
B4
B3
B2
B1
B0
00h (r/w)
INDF
Uses contents of FSR to address data memory (not a physical register)
01h (r/w)
TMR0
8-bit real-time clock/counter
02h (r/w)
PCL
Low order 8 bits of PC
03h (r/w) STATUS
RST
GP1
GP0
T̅̅O̅̅
P̅̅̅D̅
Z
DC
C
04h (r/w)
FSR
*
*
Indirect data memory address pointer
05h (r/w) PORTA
IOA3
IOA2
IOA1
IOA0
06h (r/w) PORTB
IOB7
IOB6
IOB5
IOB4
IOB3
IOB2
IOB1
IOB0
07h (r/w)
SRAM
General Purpose Register
08h (r/w) PCON WDTE EIS LVDTE
*
*
*
*
*
09h (r/w) WUCON WUB7 WUB6 WUB5 WUB4 WUB3 WUB2 WUB1 WUB0
0Ah (r/w) PCHBUF
-
-
-
-
-
- 2 MSBs Buffer of PC
0Bh (r/w) PDCON
/PDB2 /PDB1 /PDB0 /PDA3 /PDA2 /PDA1 /PDA0
0Ch (r/w) ODCON ODB7 ODB6 ODB5 ODB4
ODB2 ODB1 ODB0
0Dh (r/w) PHCON /PHB7 /PHB6 /PHB5 /PHB4
/PHB2 /PHB1 /PHB0
0Eh (r/w) INTEN
GIE
*
*
*
*
INTIE PBIE
T0IE
0Fh (r/w) INTFLAG
-
-
-
-
-
INTIF PBIF
T0IF
Legend: - = unimplemented, read as ‘0’, * = unimplemented, read as ‘1’,
Web site: http://www.feeling-tech.com.tw
Rev1.31.002 Aug 21, 2014
P.5/FM8PB53B

5 Page





FM8PB53B arduino
FEELING
TECHNOLOGY
FM8PB53B
2.1.8 WUCON (Port B Input Change Interrupt/Wake-up Control Register)
Address
09h (r/w)
Name
WUCON
B7
WUB7
B6
WUB6
B5
WUB5
B4
WUB4
B3
WUB3
B2
WUB2
B1
WUB1
B0
WUB0
WUB0 : = 1, Enable the input change interrupt/wake-up function of IOB0 pin.
= 0, Disable the input change interrupt/wake-up function of IOB0 pin.
WUB1 : = 1, Enable the input change interrupt/wake-up function of IOB1 pin.
= 0, Disable the input change interrupt/wake-up function of IOB1 pin.
WUB2 : = 1, Enable the input change interrupt/wake-up function of IOB2 pin.
= 0, Disable the input change interrupt/wake-up function of IOB2 pin.
WUB3 : = 1, Enable the input change interrupt/wake-up function of IOB3 pin.
= 0, Disable the input change interrupt/wake-up function of IOB3 pin.
WUB4 : = 1, Enable the input change interrupt/wake-up function of IOB4 pin.
= 0, Disable the input change interrupt/wake-up function of IOB4 pin.
WUB5 : = 1, Enable the input change interrupt/wake-up function of IOB5 pin.
= 0, Disable the input change interrupt/wake-up function of IOB5 pin.
WUB6 : = 1, Enable the input change interrupt/wake-up function of IOB6 pin.
= 0, Disable the input change interrupt/wake-up function of IOB6 pin.
WUB7 : = 1, Enable the input change interrupt/wake-up function of IOB7 pin.
= 0, Disable the input change interrupt/wake-up function of IOB7 pin.
2.1.9 PCHBUF (High Byte Buffer of Program Counter)
Address
Name
B7
B6
B5
B4
B3
B2
B1
B0
0Ah (r/w) PCHBUF
-
-
-
-
-
- 2 MSBs Buffer of PC
Bit1:Bit0 : See 2.1.3 for detail description.
Bit7:Bit2 : Not used. Read as “0”s.
2.1.10 PDCON (Pull-down Control Register)
Address
0Bh (r/w)
Name
PDCON
B7 B6 B5 B4 B3 B2 B1 B0
/PDB2 /PDB1 /PDB0 /PDA3 /PDA2 /PDA1 /PDA0
/PDA0 : = 1, Disable the internal pull-down of IOA0 pin.
= 0, Enable the internal pull-down of IOA0 pin.
/PDA1 : = 1, Disable the internal pull-down of IOA1 pin.
= 0, Enable the internal pull-down of IOA1 pin.
/PDA2 : = 1, Disable the internal pull-down of IOA2 pin.
= 0, Enable the internal pull-down of IOA2 pin.
Web site: http://www.feeling-tech.com.tw
Rev1.31.002 Aug 21, 2014
P.11/FM8PB53B

11 Page







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




Hoja de datos destacado

Número de piezaDescripciónFabricantes
FM8PB53BOTP-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