??? 02/02/07 20:26 Read: times |
#131942 - Data Sheet vs User Manual Responding to: ???'s previous message |
Andy Peters said:
Tom Paden said:
And now, for the answer from NXP tech support:
----------------------------------------------------------------- Hello Tom, For external resets with external crystals, the reset should be long enough for the oscillator to start up (typically 10ms) ----------------------------------------------------------------- For the LPC9xx series, the oscillator start up spec is under the section titled "Oscillator Clock (OSCCLK) wake-up delay" in the User Manuals. For external crystals it's 992 OSCCLK cycles plus 100us. For internal RC or watchdog oscillator, it's 224 OSCCLK cycles plus 100us. For my 11.0592MHz external crystal, that's well under 1ms, so the tech's response of 10ms is more than enough. So why isn't that info in the data sheet! -a Ahh, it is, sort of. It's not in the "Data Sheet", but found in the User Manual, as I stated above. For whatever reason, NXP has decided that ALL the important information has to be in two separate documents. The Data Sheet typically has the electrical and timing info, while the User Manual is more for the firmware development portion. But the distinction isn't perfect! As a result, you have to download both, and RTFDS & RTFUM! tom |