0 Members and 1 Guest are viewing this topic.
174 I think. I wonder if those processors produces heat at high frequencies or if they're like ARM9 processors. This is a bit why I am a bit worried about what happens to the machine if the processor is running at 174 MHz for several minutes.
#include "iodefine.h" void pll3(void) ;void pll3(void) { CPG.WTCNT = 0x5a00 ; CPG.WTCSR = 0xa502 ; CPG.FRQCR.WORD = 0x8210 ;}
I don't know what will happen to the processor (other than higher heat production)
I don't know what will happen to the processor (other than higher heat production), but given that the feature is supported by the manufacturer, I'd hope that the appropriate cooling systems exist.
* z80man decides to add a liquid cooling system to his Prizm
Quote from: z80man on January 06, 2011, 09:20:33 pm* z80man decides to add a liquid cooling system to his Prizmnice, but think about how you'd carry it around. it'd be so bulky that you couldn't fit it in a pocket anymore.
Quote from: turiqwalrus on January 06, 2011, 09:24:40 pmQuote from: z80man on January 06, 2011, 09:20:33 pm* z80man decides to add a liquid cooling system to his Prizmnice, but think about how you'd carry it around. it'd be so bulky that you couldn't fit it in a pocket anymore. I could keep the pump, radiator, and resivor inside my backpack and then run a hose to my calc. that wouldn't look suspicous would it.
Quote from: DJ Omnimaga on January 03, 2011, 08:30:20 pm174 I think. I wonder if those processors produces heat at high frequencies or if they're like ARM9 processors. This is a bit why I am a bit worried about what happens to the machine if the processor is running at 174 MHz for several minutes.Code: [Select] #include "iodefine.h" void pll3(void) ;void pll3(void) { CPG.WTCNT = 0x5a00 ; CPG.WTCSR = 0xa502 ; CPG.FRQCR.WORD = 0x8210 ;}This will set the processor to around 178 MHz, although programs will likely not be able to achieve a full 6x execution speed due to the fact that the data bus speed cannot be changed during runtime. I don't know what will happen to the processor (other than higher heat production), but given that the feature is supported by the manufacturer, I'd hope that the appropriate cooling systems exist.On the topic of Casio-BASIC, well the OS might not be able to handle 178 MHz. I'd only recommend it for Assembly programs.
My friend once had a liquid cooled computer but it got throne away. It had 2 gigs of memory and 2 cores. And also howw many posts do i need before i can rate posts? EDIT:i was'nt even trying to troll. i was supposed to quote z80man but it thought that was not necessary.