Motorola MC68328 Informations techniques

Naviguer en ligne ou télécharger Informations techniques pour Processeurs Motorola MC68328. Motorola MC68328 Technical information Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 44
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 0
1 2 3 4 5 6 ... 43 44

Résumé du contenu

Page 1 - Interface for One-Way Pager

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

Page 2

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

Page 3 - TABLE OF CONTENTS

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

Page 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

Page 5 - LIST OF FIGURES

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

Page 6

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

Page 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

Page 8

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

Page 9 - INTRODUCTION

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

Page 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

Page 11

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

Page 12 - Freescale Semiconductor, Inc

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

Page 13 - HARDWARE DEVELOPMENT

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

Page 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

Page 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

Page 16

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

Page 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

Page 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

Page 19 - SOFTWARE DEVELOPMENT

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

Page 20 - Software Development

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

Page 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

Page 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

Page 23

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

Page 24

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

Page 25 - Configurations

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

Page 26

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

Page 27

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

Page 28

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

Page 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

Page 30

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

Page 31

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

Page 32

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

Page 33

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

Page 34

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

Page 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 =

Page 36

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

Page 37

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

Page 38

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

Page 39

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

Page 40

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

Page 41

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

Page 42

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

Page 43

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

Page 44

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

Commentaires sur ces manuels

Pas de commentaire