DataSheet.es    


PDF TC9329FA Data sheet ( Hoja de datos )

Número de pieza TC9329FA
Descripción Portable Audio DTS Controller
Fabricantes Toshiba 
Logotipo Toshiba Logotipo



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


Total 30 Páginas

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

TC9329FA/FB
TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic
TC9329FA, TC9329FB
Portable Audio DTS Controller (DTS-21)
The TC9329FA/FB is a single-chip DTS microcontroller for
portable audio incorporating 230 MHz prescaler, PLL, and LCD
driver. In addition to a 20 bit IF counter, 6 bit A/D converter,
serial interface, and buzzer function, the device supports an
interrupt function, 8 bit timer/counter, and 8 bit pulse counter.
The LCD driver features built-in 1/4 duty, 1/2 bias and a 3 V
voltage doubler boosting circuit, implementing stable LCD. The
power supply voltage ranges from 0.9 to 1.8 V. Because of its
low-current consumption (CPU: 80 µA (max)), the device is
suitable for use in digital tuning systems in portable equipment
such as headphone stereos.
TC9329FA
Features
TC9329FB
CMOS DTS microcontroller LSI with built-in 230 MHz
prescaler, PLL, and LCD driver
Operating voltage: VDD = 0.9~1.8 V (typ.: 1.5 V)
Current dissipation:
When CPU in operation: IDD = 40 µA typ.
When PLL in operation: IDD = 6 mA typ. (VHF mode)
Operating temperature range: Ta = 10~60°C
Program memory (ROM): 16 bit × 4096 steps
Data memory (RAM): 4 bit × 256 words
Instruction execution time: With crystal oscillator: 40 µs
With CR oscillator: 6 µs
(at 1 MHz, VDD = 1.1~1.8 V)
Weight
LQFP64-P-1010-0.50 : 0.32 g (typ.)
QFP64-P-1212-0.65 : 0.45 g (typ.)
Crystal oscillator frequency: 75 kHz
Stack level: 8
General-purpose IF counter: 20 bit (CMOS input supported)
A/D converter: 6 bit × 4-channel
LCD driver: 1/4 duty, 1/2 bias, 72 segments (max)
I/O port: CMOS I/O ports: 12
N-channel open drain I/O ports: 16 (max)
Output-only port: 1
Input-only ports: 3 (max)
Timer/counter: 8 bit (as timer clock: INTR1/INTR2, instruction cycle: 1 kHz selectable)
Pulse counter: 8 bit up/down counter (input via INTR2 pin)
Buzzer: Built-in four mode: 0.625~3 kHz (8 types), Continuous, Single-Shot,
10 Hz Intermittent, or 10 Hz Intermittent 1 Hz Interval
Interrupts: 2 external, 2 internal (serial interface, 8 bit timer)
Package: QFP-64 (0.5 mm/0.65 mm pitch, 1.4 mm thick)
1 2002-02-07

1 page




TC9329FA pdf
Pin No. Symbol
Pin Name
Function and Operation
TC9329FA/FB
Remarks
50~52 P2-0~P2-2 I/O port 2
I/O port 2
53 P2-3/PSC /Prescaler
/PSC output
The input and output of these 4 bit I/O
ports can be programmed in 1 bit units.
The P2-3 pin is also used as a PLL
prescaler PSC signal output pin. A PLL
can be configured using an external
prescaler. In such a case, set the pin to
I/O port output.
VLCD
VDD
Input
instruction
P3-0
P3-1/SI
42~45 P3-2/SO
P3-3/SCK
4 bit I/O ports, allowing input and output
to be programmed in 1 bit units. The I/O
ports are N-ch open drain.
Up to 3.6 V can be input. Even at low
voltage, N-ch high output current (2 mA
typ.) can be obtained.
These pins also function as serial
interface circuit (SIO) input/output pins.
I/O port 3
/Serial data input
There are two types of serial interface
circuit: SIO1 allows 4 or 8 bit
input/output and SIO2 allows 26 bit
serial data input. SIO1 inputs data of SI
pin serially with the edge of the clock of
SCK pin, and outputs it to SO pin.
/Serial data output
Internal (SCK = 37.5 kHz) or external,
or rising/falling shift can be selected as
the clock (SCK) for serial operation.
The SO pin can be switched to serial
input (SI), facilitating LSI control and
communication between controllers.
/Serial clock I/O
Setting “1” in the SIO2 bit sets the SCK
pin to the SIO2 clock input and the
SI/SO pin to SIO2 data input. A
synchronization circuit is built-in for
SIO2.
When SIO interrupts are enabled, an
interrupt is generated after SIO
execution or by SIO2 operating clock
input and the program jumps to address
4.
All SIO inputs use built-in Schmitt
circuits.
SIO and all controls are programmable.
28
P4-0/BUZR
I/O port 4
/Buzzer output
29~31 P4-1~P4-3 I/O port 4
4-bit I/O ports, allowing input and output
to be programmed in 1-bit units.
The P4-0 pin is also used for buzzer
output.
The buzzer output can select 8 kinds of
0.625 to 3 kHz frequencies with 4
modes: continuous output, single-shot
output, 10 Hz intermittent output, and
10 Hz intermittent 1 Hz interval output.
SIO, buzzer, and all associated controls
can be programmed.
Input
instruction (P3-0)
Input instruction + SIOon
(P3-1~P3-3)
VDD
Input
instruction
5 2002-02-07

5 Page





TC9329FA arduino
TC9329FA/FB
Description of Operations
CPU
The CPU consists of a program counter, a stack register, ALU, a program memory, a data memory,
G-register, a data register, DAL address register, carry F/F, a judgment circuit, and an interruption circuit.
1. Program Counter (PC)
The program counter consists of a 14-bit binary up-counter and addresses the program memory (ROM).
The counter is cleared when the system is reset and the programs start from the 0 address.
Under normal conditions, the counter is increased in increments of one whenever an instruction is
executed, but the address specified in the instruction operand is loaded when a JUMP instruction or CALL
instruction is executed.
Also, when an instruction that is equipped with the skip function (AIS, SLTI, TMT, RNS instructions,
etc.) is executed and result of this includes a skip condition, the program counter is increased in increments
of two and the subsequent instruction is skipped. Furthermore, if interruption is received, the vector
address corresponding to each interruption is loaded.
Note: Program memory (ROM) It is 0000H-0FFFH address.
For this reason, an access setup to the address beyond this is forbidden.
Instruction
JUMP ADDR1
Contens of Program Counter (PC)
PC13 PC12 PC11 PC10 PC9 PC8 PC7 PC6 PC5 PC4 PC3 PC2 PC1 PC0
Operand of instruction (ADDR1)
JUMP ADDR2
Power on reset
RESET by reset pin
DAL (DA)
(DAL bit = 1)
RN, RNS, RNI
At the time of an
interruption reception
Power on reset
RESET by reset pin
000
0 0 0 00
Operand of instruction (ADDR2)
Operand of
instruction (ADDR3)
Contents of general
register (r)
DAL address register (DA)
Contents of stack register
Vecter address of each interruption
0 0 0 0 0000000000
Priority
1
2
3
4
Interruption Factor
INTR1 pin
INTR2 pin
Serial inter face
Timer counter
Vecter Address
0001H
0002H
0003H
0004H
2. Stack Register
A register consisting of 8 × 14 bits which stores the contents of the program counter +1 (the return
address) when a sub-routine call instruction is executed. The contents of the stack register are loaded into
the program counter when the return instruction (RN, RNS, RNI instruction) is executed.
There are eight stack levels available and nesting occurs with both levels.
11 2002-02-07

11 Page







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




Hoja de datos destacado

Número de piezaDescripciónFabricantes
TC9329FAPortable Audio DTS ControllerToshiba
Toshiba
TC9329FBPortable Audio DTS ControllerToshiba
Toshiba

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