Fujitsu MB95F430 manual 5.2.2Amplifier Routine void AmpOpenLoop

Page 12
5.2.2Amplifier Routine void AmpOpenLoop()

Operational Amplifier Version 1.0

Chapter 5 Amplifier Driver

5.2.2Amplifier Routine void AmpOpenLoop()

Return

: none.

Parameters

: none.

Description

: open-loop setting.

Example

: AmpOpenLoop();

void AmpOpenLoop()

{

DDR6_P60=0;

DDR6_P61=0;

DDR6_P62=1;

OPCR=0x60;//Amplifier gain is R3/R1

}

void AmpCloseLoop()

Return

: none.

Parameters

: none.

Description

: close-loop setting.

Example

: AmpCloseLoop();

void AmpCloseLoop()

{

DDR6_P60=0;

DDR6_P61=0;

DDR6_P62=1;

OPCR=0x40;//Amplifier gain is 20V/V

}

MCU-AN-500080-E-10 - Page 12

Image 12
Contents F²MC-8FXFAMILY MB95F430 SERIES OPERATIONAL AMPLIFIER8-BITMICROCONTROLLER APPLICATION NOTERevision History DateAuthor Change of RecordsCONTENTS 1 Introduction 2 Amplifier Overview 2.1Block Diagram of Operational Amplifier 2.2Pins of Operational AmplifierFigure 1 Block Diagram of Operational Amplifier MCU-AN-500080-E-10- Page2.3OPAMP Control Register Figure 2 OPAMP Control RegisterMCU-AN-500080-E-10-Page Functions of Bits in OPAMP Control Register OPCR 3 Operations of Operational Amplifier 4 Amplifier setting procedure 5 Amplifier Driver 5.1 Peripheral Usage5.2 Driver Code 5.2.1 General Definition5.2.2Amplifier Routine void AmpOpenLoop 6 Typical Application 6.1 HW Design6.2 Sample Code 7 More Information Simplified Chinese Version8 Appendix Block Diagram of Operational AmplifierSettings for Activating Operational Amplifier OPAMP Control Register9 Sample Code ILRx #pragma intvect DefaultIRQHandler
Related manuals
Manual 18 pages 19.2 Kb