MC68LC060ZU50 Freescale Semiconductor, MC68LC060ZU50 Datasheet - Page 384

no-image

MC68LC060ZU50

Manufacturer Part Number
MC68LC060ZU50
Description
IC MPU 32BIT 68K 50MHZ 304-TBGA
Manufacturer
Freescale Semiconductor
Datasheets

Specifications of MC68LC060ZU50

Processor Type
M680x0 32-Bit
Speed
50MHz
Voltage
3.3V
Mounting Type
Surface Mount
Package / Case
304-TBGA
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Features
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
MC68LC060ZU50
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Part Number:
MC68LC060ZU50
Manufacturer:
MOTOROLA/摩托罗拉
Quantity:
20 000
Part Number:
MC68LC060ZU50E
Manufacturer:
FREESCALE
Quantity:
1 831
appropriately upon subroutine return. The floating-point address register (FPIAR) is unde-
fined.
This module contains no operating system dependencies. There is no call-out dispatch
table. To report an exception, the emulation routine uses the FPCR exception enable byte
to determine whether or not to report an exception. If the exception is enabled, the exception
is forced using implemented floating-point instructions.
For instance, if the instruction being emulated should cause a floating-point OPERR excep-
tion, then the library routine, as its last instruction, executes an FMUL of a zero and infinity
to force an OPERR exception. Although the exception stack frame will not point to the cor-
rect instruction, the user can record that such an event occurred.
C.4 OPERATING SYSTEM DEPENDENCIES
When porting the unimplemented integer, full or partial floating-point kernel modules, some
routines need to be written outside and are not provided by the M68060SP.
C.4.1 Instruction and Data Fetches
In traditional UNIX systems, portability is promoted by the abstracting of reads/writes from
and to user space into calls to the routines _copyin and _copyout see Table C-5. The
MC68040FPSP provided one higher level of abstraction with the routines _mem_read and
_mem_write. These routines were a superset of the UNIX routines in that they handled both
user and supervisor accesses Figure C-10.
This approach provided a high degree of portability for the MC68040FPSP. The installer
simply had to replace the references to _copy{in,out} in _mem_{read,write} with the host
operating system’s (UNIX or non-UNIX) corresponding calls. In addition, any pre-processing
necessary before a potential read/write fault (user or supervisor) was confined to these rou-
tines. As a result, several operating system types could be supported with only minor mod-
ifications.
MOTOROLA
void mem_read(src_addr, dst_addr, nbytes) {
if (SR[supervisor_bit]) {
}
else /* user mode */
/* supervisor mode */
while (nbytes--) {
mem[dst_addr+nbytes] = mem[src_addr+nbytes];
}
_copyin(src_addr, dst_addr, nbytes);
Function Call
copyout
copyin
Table C-5. UNIX Operating System Calls
Figure C-10. _mem_read Pseudo-Code
M68060 USER’S MANUAL
(user_addr, super_addr, nbytes)
(super_addr, user_addr, nbytes)
Parameters
MC68060 Software Package
C-23

Related parts for MC68LC060ZU50