MC96F6432
112 June 22, 2018 Ver. 2.9
OSCCR (Oscillator Control Register) : C8H
Initial value : 08H
Internal RC Oscillator Post-divider Selection
Control the Operation of the Internal RC Oscillator
Enable operation of INT-RC OSC
Disable operation of INT-RC OSC
Control the Operation of the External Main Oscillator
Disable operation of X-TAL
Enable operation of X-TAL
Control the Operation of the External Sub Oscillator
Disable operation of SX-TAL
Enable operation of SX-TAL
NOTES) When IRC is system clock and clock frequency is changed, NOP must follow immediately after the clock
frequency change instruction.
Example)
MOV OSCCR, #0x21 ; Change the frequency to 16MHz in IRC
NOP ; Add dummy instruction, this instruction must be needed.