Motorola MC68328 Informações Técnicas Página 1

Consulte online ou descarregue Informações Técnicas para Processadores Motorola MC68328. Motorola MC68328 Technical information Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 44
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 0
MC68328 Microprocessor Application:
FLEX™Alphanumeric Chip MC68175
Interface for One-Way Pager
by
Perry Vo
Frees
cale Semiconductor,
I
For More Information On This Product,
Go to: www.freescale.com
nc...
Freescale Semiconductor
Vista de página 0
1 2 3 4 5 6 ... 43 44

Resumo do Conteúdo

Página 1 - Interface for One-Way Pager

MC68328 Microprocessor Application: FLEX™Alphanumeric Chip MC68175 Interface for One-Way Pager by Perry Vo Freescale Semiconductor, I

Página 2

1-2 FLEX Alphanumeric Chip MC68175 Interface Introduction 1.1 INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Página 3 - TABLE OF CONTENTS

IntroductionIntroduction FLEX Alphanumeric Chip MC68175 Interface 1-3 1.1 INTRODUCTION Combined with the Dragonball™ MC68328 microprocessor, FLEX™ O

Página 4

1-4 FLEX Alphanumeric Chip MC68175 Interface IntroductionMC68175 1.5 MC68175 The FLEX one-way paging protocol is implemented in the form of the Moto

Página 5 - LIST OF FIGURES

SECTION 2HARDWARE DEVELOPMENT Freescale Semiconductor, I Freescale Semiconductor, Inc.For More Inf

Página 6

2-2 FLEX Alphanumeric Chip MC68175 Interface Hardware Development 2.1 FLEX DEVELOPMENT KIT. . . . . . . . . . . . . . . . . . . . . . . . . . . . .2

Página 7 - LIST OF EXAMPLES

Hardware DevelopmentFLEX Development Kit FLEX Alphanumeric Chip MC68175 Interface 2-3 2.1 FLEX DEVELOPMENT KIT This section briefly describes the fo

Página 8

2-4 FLEX Alphanumeric Chip MC68175 Interface Hardware DevelopmentFLEX Development Kit Motorola Semiconductor Products Sector has a complete FLEX one

Página 9 - INTRODUCTION

Hardware DevelopmentFLEX Development Kit FLEX Alphanumeric Chip MC68175 Interface 2-5 2.1.3 FLEX Development/Evaluation Board Interface The FLEX Dev

Página 10 - Introduction

2-6 FLEX Alphanumeric Chip MC68175 Interface Hardware DevelopmentFLEX Development Kit assert the READY line low until the end of the 32-bit transfer

Página 11

SECTION 3SOFTWARE DEVELOPMENT Freescale Semiconductor, I Freescale Semiconductor, Inc.For More Inf

Página 12 - Freescale Semiconductor, Inc

Freescale Semiconductor, I Freescale Semiconductor, Inc.For More Information On This Product

Página 13 - HARDWARE DEVELOPMENT

3-2 FLEX Alphanumeric Chip MC68175 Interface Software Development 3.1 FLEX SYSTEM SOFTWARE. . . . . . . . . . . . . . . . . . . . . . . . . . . .3-3

Página 14 - Hardware Development

Software DevelopmentFLEX System Software FLEX Alphanumeric Chip MC68175 Interface 3-3 3.1 FLEX SYSTEM SOFTWARE FLEX System Software (FSS) from Motor

Página 15 - 2.1 FLEX DEVELOPMENT KIT

3-4 FLEX Alphanumeric Chip MC68175 Interface Software DevelopmentFLEX System Software 3.1.2 SPI Communication The FLEX Alphanumeric Chip IC communic

Página 16

Software DevelopmentFLEX System Software FLEX Alphanumeric Chip MC68175 Interface 3-5 Upon reset or at power-up, the entire FLEX Alphanumeric Chip I

Página 17 - 2.1.4 SPI Interface Signals

3-6 FLEX Alphanumeric Chip MC68175 Interface Software DevelopmentFLEX System Software Figure 3-3 FLEX Alphanumeric Chip IC Checksum Flowchart Note

Página 18 - 2.1.5 Additional Information

Software DevelopmentFLEX System Software FLEX Alphanumeric Chip MC68175 Interface 3-7 FLEX Alphanumeric Chip is still in Reset or Disable mode. In t

Página 19 - SOFTWARE DEVELOPMENT

3-8 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentFLEX System Software3.1.5 Receiving and Processing Paging MessagesFLEX One-Way Stack c

Página 20 - Software Development

Software DevelopmentFLEX System SoftwareFLEX Alphanumeric Chip MC68175 Interface 3-9In the second stage, the host software periodically calls the FLEX

Página 21 - 3.1 FLEX SYSTEM SOFTWARE

3-10 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFigure 3-6 shows how paging messages are

Página 22 - 3.1.2 SPI Communication

Software DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFLEX Alphanumeric Chip MC68175 Interface 3-113.2.1 Creating the SPI DriverThe SPI int

Página 23

FLEX Alphanumeric Chip MC68175 Interface iii TABLE OF CONTENTS SECTION 1 INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-1

Página 24

3-12 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPU if (!(gFlag1 & INITCHIP)){

Página 25 - Configurations

Software DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFLEX Alphanumeric Chip MC68175 Interface 3-13 /* * This is when FLEXstack send

Página 26

3-14 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUExample 3-3 Function storeData /******

Página 27

Software DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFLEX Alphanumeric Chip MC68175 Interface 3-15Example 3-4 Function FlexSPITransfer/*

Página 28

3-16 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUExample 3-5 Function waitForTransfer()

Página 29 - 3.2.1 Creating the SPI Driver

Software DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFLEX Alphanumeric Chip MC68175 Interface 3-173.2.2 Configuring PORT.HThe PORT.H file

Página 30

3-18 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFStkNotifyNewMsg()The FStkNotifyNewMsg()

Página 31

Software DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFLEX Alphanumeric Chip MC68175 Interface 3-19Send_4_bytes() supervises the interrupt

Página 32

3-20 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPU3.2.4 Setting up Initialization BufferTh

Página 33

Software DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFLEX Alphanumeric Chip MC68175 Interface 3-21/* Create FLEXstack Driver Initializatio

Página 34

iv FLEX Alphanumeric Chip MC68175 Interface Freescale Semiconductor, I Freescale Semiconductor, I

Página 35 - 3.2.3 Completing PORT.C

3-22 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPU/* Create Message Filter Module */ptr4 =

Página 36

Software DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFLEX Alphanumeric Chip MC68175 Interface 3-23ptr5->cmds[10] = 0x15000132;/* Warm-u

Página 37

3-24 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPU3.2.5 Retrieving Paging Messages from FL

Página 38

Software DevelopmentPorting FLEX One-Way Stack to the MC68328 MPUFLEX Alphanumeric Chip MC68175 Interface 3-25 /* Prepare the initialization b

Página 39

3-26 FLEX Alphanumeric Chip MC68175 InterfaceSoftware DevelopmentPorting FLEX One-Way Stack to the MC68328 MPU/* Read the first message specified in t

Página 40

FLEX Alphanumeric Chip MC68175 Interface v LIST OF FIGURES Figure 2-1 FLEX System Components . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Página 41

vi FLEX Alphanumeric Chip MC68175 Interface Freescale Semiconductor, I Freescale Semiconductor, I

Página 42

FLEX Alphanumeric Chip MC68175 Interface vii LIST OF EXAMPLES Example 3-1 Circular Queue Definition . . . . . . . . . . . . . . . . . . . . . . . .

Página 43

viii FLEX Alphanumeric Chip MC68175 Interface Freescale Semiconductor, I Freescale Semiconductor,

Página 44

SECTION 1INTRODUCTION Freescale Semiconductor, I Freescale Semiconductor, Inc.For More Information

Comentários a estes Manuais

Sem comentários