Post Reply 
[34S] occasional RTC reset upon power on
03-22-2015, 12:14 PM (This post was last modified: 03-22-2015 12:15 PM by Marcus von Cube.)
Post: #7
RE: [34S] occasional RTC reset upon power on
There are plenty of options.

Code:
/// PLL MUL values.
#define PLLMUL_HALF       599   // half speed (20 MHz)
#define PLLMUL_HALF_NX    665   // if no crystal installed
#define PLLMUL_FULL       1124  // (37 MHz) 1199 is probably too demanding on the hardware
#define PLLMUL_FULL_NX    1249  // 1333  // no crystal

You can adjust these lines in main.c for different speeds. See set_speed() for details.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [34S] occasional RTC reset upon power on - Marcus von Cube - 03-22-2015 12:14 PM



User(s) browsing this thread: 1 Guest(s)