CHAPTER 9 12-BIT PPG TIMER

9.7Program Example for 12-bit PPG Timer

An example of 12-bit PPG timer programming is given below.

Program Example for 12-bit PPG Timer

Processing specification

A remote control transmission frequency with a period of about 38 s and a duty cycle of approx. 33% is generated.

The compare value for the PPG output pulse cycle period giving the above period of about 38 s at the

maximum gear speed with oscillation of 12.5 MHz (FCH) is determined as below. The count clock is assumed to be 4 tINST.

Compare value for cycle period (RCR23:SCL5 to SCL0 and RCR24:SCL11 to SCL6) = 38 s/ (4 4/ 10MHz) = 30

The compare value for the "H" width of the PPG output pulse giving the duty cycle of approx. 33% is determined as below. At this time, the "H" width is about 3 s.

Compare value for the "H" width (RCR21:HSC5 to HSC0 and RCR22:HSC11 to HSC6) =33/100 Compare value for the cycle period = 0.33 30 = 10

Coding example

RCR21 EQU

0014H

; Address of 12-bit PPG control register 1

RCR22 EQU

0015H

; Address of 12-bit PPG control register 2

RCR23 EQU

0016H

; Address of 12-bit PPG control register 3

RCR24 EQU

0017H

; Address of 12-bit PPG control register 4

;------------------------

Main program---------------------------------------------------------------------------------

CSEG

 

; [CODE SEGMENT]

:

 

 

MOV

RCR21,#01001010B

; Select count clock of 4 tINST and set the above compare

 

 

value for "H" width.

MOV

RCR22,#00H

;

MOV

RCR23,#10011110B

; Specify outputs enabled and counter operation start and

 

 

set the above compare value for cycle period.

MOV

RCR24,#00H

;

:

 

 

ENDS

 

 

;---------------------------------------------------------------------------------------------------------------------

 

END

 

 

223

Page 239
Image 239
Fujitsu F202RA, MB89202 manual Program Example for 12-bit PPG Timer

F202RA, MB89202 specifications

The Fujitsu MB89202 and F202RA microcontrollers are part of the 16-bit microcontroller family, renowned for their robust performance and versatility in a variety of embedded system applications. These devices are tailored for high-efficiency operation across diverse industries, including automotive, consumer electronics, and industrial automation.

One of the main features of the MB89202 is its powerful CPU core, which operates at a clock speed of up to 20 MHz. This enables the microcontroller to perform complex calculations and consumer-grade applications seamlessly. The architecture is designed to handle multiple tasks effectively, making it suitable for real-time operations.

Memory capacity is a vital characteristic of the MB89202, featuring on-chip RAM and ROM configurations. The microcontroller can accommodate different memory variants, providing developers with flexibility in memory allocation based on their application requirements. This adaptability facilitates applications ranging from simple control systems to complex data processing tasks.

The F202RA variant extends the capabilities of the MB89202 by integrating advanced peripheral functions. It includes built-in timers, A/D converters, and serial communication interfaces, which are essential for interfacing with other hardware components or sensors. The availability of these peripherals reduces the need for additional external circuits, thus contributing to a more compact and cost-effective design.

In terms of power management, the MB89202 series employs advanced power-saving technologies. The microcontroller offers various low-power modes, enabling devices to conserve energy during idle times, making it highly suitable for battery-operated applications. This characteristic not only enhances the efficiency of devices but also extends their operational lifespan.

Moreover, the Fujitsu MB89202 series incorporates robust protection features, including watchdog timers and failure detection mechanisms. These safety features ensure reliable operation in critical systems, making them a preferred choice in applications where failure is not an option.

The MB89202 and F202RA microcontrollers also support a range of development tools and environments, including integrated development environments (IDEs) and software libraries, which facilitate rapid application development. With these tools, developers can efficiently prototype, debug, and optimize their applications.

In summary, the Fujitsu MB89202 and F202RA microcontrollers stand out with their efficient performance, extensive memory options, integrated peripherals, and power-saving capabilities, making them ideal for a wide array of embedded applications. Their reliability and robustness further enhance their attractiveness for designers seeking advanced microcontroller solutions.