| Micro 8088 - Function of C21 Trimmer Cap [message #7271] |
Tue, 17 March 2020 10:35  |
damienc
Messages: 4 Registered: March 2020
|
Junior Member |
|
|
I just recently built a Micro 8088 board. Sadly, I forgot to order a PS/2 jack but I decided to fire it up just to make sure it booted. So I can't currently do much besides see the POST screen.
I'm using a Fujitsu 8088-1 and a Faraday FE2010A that I pulled from my uncle's old Samsung S330 XT clone that I was given years ago. The Micro 8088 board boots fine with these, although I noticed that the reported CPU speed was 7MHz. I expected something around 9.5MHz because this is what speed it used to run at in the Samsung with turbo enabled.
I'm pretty sure that I can use a key combination to get the maximum CPU speed, but I was wondering if the trimmer capacitor C21 on the Micro 8088 serves some sort of function in relation to the 28MHz crystal oscillator. It certainly appears that way per the schematic.
I didn't adjust the trimmer at all post-install, so if it does perform some function related to the oscillator it sort of makes sense that if the trimmer is in a "middle" position the CPU would be roughly somewhere between 4.77MHz and 9.5MHz. I have no real clue though, this is just my uneducated guess.
My PS/2 jack came in the mail today so I can fiddle with it some more after work. But in the meantime, can anyone tell me the purpose/function of the C21 trimmer cap?
Thanks
|
|
|
|
|
|
| Re: Micro 8088 - Function of C21 Trimmer Cap [message #7275 is a reply to message #7273] |
Tue, 17 March 2020 12:51   |
Jonas
Messages: 77 Registered: October 2015
|
Member |
|
|
The C21 trimmer cap allows adjustment of the frequency at a precision level (very small adjustments).
It is possible to switch the clock frequency in the setup before booting DOS
or after booting DOS https://github.com/skiselev/micro_8088:
The BIOS keyboard handler uses the following key combinations to switch the CPU clock frequency
Ctrl-Alt-Keypad - - Normal 4.77 MHz CPU clock frequency
Ctrl-Alt-Keypad * - Turbo 7.16 MHz CPU clock frequency
Ctrl-Alt-Keypad + - Turbo 9.55 MHz CPU clock frequency (works only on systems with 28.63636 MHz X1 crystal)
[Updated on: Wed, 18 March 2020 05:00] Report message to a moderator
|
|
|
|
|
|
|
|