User`s manual

38 MiniCore RCM5600W
4.5 Other Hardware
4.5.1 Clock Doubler
The RCM5600W takes advantage of the Rabbit 5000 microprocessors internal clock dou-
bler. A built-in clock doubler allows half-frequency crystals to be used to reduce radiated
emissions. The 73.73 MHz frequency specified for the RCM5600W model is generated
using a 36.864 MHz crystal.
The clock doubler should not be disabled since Wi-Fi operations depend highly on CPU
resources.
4.5.2 Spectrum Spreader
The Rabbit 5000 features a spectrum spreader, which helps to mitigate EMI problems. The
spectrum spreader is on by default, but it may also be turned off or set to a stronger setting.
The means for doing so is through a simple configuration macro as shown below.
NOTE: Refer to the Rabbit 5000 Microprocessor Users Manual for more information
on the spectrum-spreading setting and the maximum clock speed.
1. Select the “Defines” tab from the Dynamic C Options > Project Options menu.
2. Normal spreading is the default, and usually no entry is needed. If you need to specify
normal spreading, add the line
ENABLE_SPREADER=1
For strong spreading, add the line
ENABLE_SPREADER=2
To disable the spectrum spreader, add the line
ENABLE_SPREADER=0
NOTE: The strong spectrum-spreading setting is not recommended since it may limit
the maximum clock speed or the maximum baud rate. It is unlikely that the strong set-
ting will be used in a real application.
3. Click OK to save the macro. The spectrum spreader will be set according to the macro
value whenever a program is compiled using this project file.