Panasonic MN103S65G manual

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

Go to page of

A good user manual

The rules should oblige the seller to give the purchaser an operating instrucion of Panasonic MN103S65G, along with an item. The lack of an instruction or false information given to customer shall constitute grounds to apply for a complaint because of nonconformity of goods with the contract. In accordance with the law, a customer can receive an instruction in non-paper form; lately graphic and electronic forms of the manuals, as well as instructional videos have been majorly used. A necessary precondition for this is the unmistakable, legible character of an instruction.

What is an instruction?

The term originates from the Latin word „instructio”, which means organizing. Therefore, in an instruction of Panasonic MN103S65G one could find a process description. An instruction's purpose is to teach, to ease the start-up and an item's use or performance of certain activities. An instruction is a compilation of information about an item/a service, it is a clue.

Unfortunately, only a few customers devote their time to read an instruction of Panasonic MN103S65G. A good user manual introduces us to a number of additional functionalities of the purchased item, and also helps us to avoid the formation of most of the defects.

What should a perfect user manual contain?

First and foremost, an user manual of Panasonic MN103S65G should contain:
- informations concerning technical data of Panasonic MN103S65G
- name of the manufacturer and a year of construction of the Panasonic MN103S65G item
- rules of operation, control and maintenance of the Panasonic MN103S65G item
- safety signs and mark certificates which confirm compatibility with appropriate standards

Why don't we read the manuals?

Usually it results from the lack of time and certainty about functionalities of purchased items. Unfortunately, networking and start-up of Panasonic MN103S65G alone are not enough. An instruction contains a number of clues concerning respective functionalities, safety rules, maintenance methods (what means should be used), eventual defects of Panasonic MN103S65G, and methods of problem resolution. Eventually, when one still can't find the answer to his problems, he will be directed to the Panasonic service. Lately animated manuals and instructional videos are quite popular among customers. These kinds of user manuals are effective; they assure that a customer will familiarize himself with the whole material, and won't skip complicated, technical information of Panasonic MN103S65G.

Why one should read the manuals?

It is mostly in the manuals where we will find the details concerning construction and possibility of the Panasonic MN103S65G item, and its use of respective accessory, as well as information concerning all the functions and facilities.

After a successful purchase of an item one should find a moment and get to know with every part of an instruction. Currently the manuals are carefully prearranged and translated, so they could be fully understood by its users. The manuals will serve as an informational aid.

Table of contents for the manual

  • Page 1

    MICROCOMPUTER MN103S MN103S65G LSI Application Note Excerption Pub.No.3326501-010E[...]

  • Page 2

    PanaXSeries is a trademark of Matsus hita Electr ic Industrial Co., Ltd. The other corporation names, logotype and product names written in this bo ok are tradem arks or registered trademarks of their corresponding corporations. Request for your special atte ntion and precautions in usi ng the technical information and semiconductors described in t[...]

  • Page 3

    T able of Contents About This Manual ■ Composition of this book This LSI application n ote explains in or der of the sam ple program w hich used the program collect ion which us es the circumference circuit of MN 103S65G loadin g, and 3-phase PW M. ■ Composit ion as a manual This book is roughly divi ded and consists o f a title, the text, a sa[...]

  • Page 4

    T able of Content s Chapter1 Power supply injection (power-onboot)Initialization of the memory at the time 1 Chapter2 Each peripheral initial by C 2 3 Chapter3 The sample program in a sample circuit Chapter4 Appendix 4 VII[...]

  • Page 5

    T able of Contents Chapter1 Initialization of the memory at the time of a power supply injection (power-on boot) Chapter2 Each peripheral initial by C 2-1 About descr iption of C a nd an ass em bler................................................................................... ......................... 2-2 2-2 Interruption, a p e ri p h e ra l [...]

  • Page 6

    T able of Content s Chapter 3 The sample program in a sample circuit 3-1 The outline of a sam ple ci rcui t........................................................................................... .................................. 3-2 3-2 Composit ion of a sample program ...........................................................................[...]

  • Page 7

    2-4 A 8-bit 16-bit timer , a peripheral initial 2-4 A 8-bit 16-bit timer , a peripheral initial 2-4-1 The various registers of a 8-bit timer Book LSI contains eig ht 8-bit tim ers, and is an interv al timer , an event timer counter , and a clock o utput. It can be used as the standard clock of a serial interface , and start tim ing of A/D conversio[...]

  • Page 8

    2-4 A 8-bit 16-bit timer , a peripheral initial 1 10: T im er 1 underflow 1 1 1: TMIN0 termin al input TM1MD: T imer 1 m ode register Bit7 : Count operation perm ission 0: A sto p of operation 1: Permission of operat ion Bit6 : Base register setup 0: Usually , operat ion 1: Initialization The value of a base register is loade d to a binary coun ter[...]

  • Page 9

    2-4 A 8-bit 16-bit timer , a peripheral initial 101: T imer 1 underflow 1 10: Prohi bition of a s etup 1 1 1: TMIN2 termin al input TM3MD: T imer 3 m ode register Bit7 : T im er operation permission 0: St op of operation 1: Initialization Bit6 : T im er initialization 0: Usually , operat ion 1: Initialization The value of a base register is loade d[...]

  • Page 10

    2-4 A 8-bit 16-bit timer , a peripheral initial 1 10: T im er 6 underflow 1 1 1: TMIN4 termin al input TM5MD: T imer 5 m ode register Bit7 : T im er operation permission 0: St op of operation 1: Permission of operat ion Bit6 : T im er initialization 0: Usually , operat ion 1: Initialization The value of a base register is loade d to a binary coun t[...]

  • Page 11

    2-4 A 8-bit 16-bit timer , a peripheral initial TM7MD: T imer 7 m ode register Bit7 : T im er operation permission 0: St op of operation 1: Permission of operat ion Bit6 : T im er initialization 0: Usually , operat ion 1: Initialization The value of a base register is loade d to a binary coun ter . The timer pulse outp ut 7 is reset on a low level [...]

  • Page 12

    2-4 A 8-bit 16-bit timer , a peripheral initial ● V arious setup of a 8-bit timer It is a setup when using it as an interval t imer . /******* ********* ********* ****** * Register address ********* ********* ********* ****/ /* T imer 0 register address declaration */ #define TM0BC (*((volatile unsigned char *)0x0000A150)) #define TM0BR (*((volat[...]

  • Page 13

    2-4 A 8-bit 16-bit timer , a peripheral initial #define TM0 _COUNT4 3 /* cycl es/min ratio setup (4 cycles/min -1) */ #define TM0MD_ LOAD1 0x07 /* TMIN0 T e rminal input setup * / #define TM0M D_ST ABLE1 0x00 /* stabilizatio n */ #define TM0MD_ST AR T1 0x40 /* timer start */ #define TM0MD_ENABLE1 0x80 /* tim er permission*/ #define PS0MD_STOP 0x00 [...]

  • Page 14

    2-4 A 8-bit 16-bit timer , a peripheral initial data1 &= ~TM1MD_ST AR T1; T M 1 M D = d a t a 1 ; / * T i m e r 1 s t a r t L D E = 0 * / data1 |= TM1MD_ENABLE1; TM1MD = data1; /* T i mer 1 permission CNE=1 */ data0 |= TM0MD_ENABLE1; TM0MD = data0; /* T i mer 0 permission CNE=1 */ TM03PSC = PS0MD_ST AR T ; /* Pre-scaler start */ TM0MD = TM0MD_S[...]

  • Page 15

    2-4 A 8-bit 16-bit timer , a peripheral initial /* T imer 7 register address declaration */ #define TM7BC (*((volatile unsigned char *)0x0000A175)) #define TM7BR (*((volatile unsigned char *)0x0000A16D)) #define TM7MD (*((volatile unsigned char *)0x0000A165)) /* Pre-scaler register addres s declaration */ /* timer 0-3 */ #define TM03PSC (*(( volati[...]

  • Page 16

    2-4 A 8-bit 16-bit timer , a peripheral initial /* A port 0 is set as TM0IO (input). */ TM0BR = TM0 _COUNT4; /* cycles/min ratio setup */ data |= TM0MD_LOAD1; T M 0 M D = d a t a ; / * c o u n t s o u r c e s e t u p i n p u t T M I N 0 * / data |= TM0MD_ST AR T1; TM0MD = data; /* initialize timer LDE=1 */ data &= ~TM0MD_ST AR T1; T M 0 M D = d[...]

  • Page 17

    Issued by Matsushita Electric Industrial Co., Ltd.  Matsush ita Electric Ind ustrial Co., Ltd. MN10 3S65G L S I A pp li c a t i o n N o te Excerption March , 2004 1st Ed i tion[...]

  • Page 18

    SALES OFFICES  NORTH AMERICA ˜ U.S.A. Sales Office: Panasonic Industrial Company [PIC] — New Jersey Office: 2 Panasonic W ay Secaucus, New Jersey 07094, U.S.A. Tel:1-201-348-5257 Fax:1-201-392-4652 — Chicago Office: 1707 N. Randall Road Elgin, Illinois 60123-7847, U.S.A. Tel:1-847-468-5720 Fax:1-847-468-5725 — San Jose Office: 2033 Gat[...]