from what i read from MC1321xRM, page 4-22,it said that:
the software supporting 802.15.4 Standard application or ZigBee application often requires an MCU bus clock of 8MHz or 16 Mhz. it said that slower baud rate (SPI) may impact performance of the software in transferring data to/from the modem and lengthen the initialization time of modem.
in this SiP (System In Package), MCU and modem is communicating through SPI. And the clocking source of Modem is from a 16MHz crystal, nothing i could change this because it is in my SRB board when i buy it. Setting CLKO to 16Mhz as my MCU clocking source, so just i can meet the minimum requirement of bus clock 8Mhz.
i choose to use CLKO 16MHz (orginally from 16Mhz crystal), but not slower freq in FLL Engaged External, because I JUST FEEL (i am not sure about that) that both MCU and Modem will be using same 16Mhz crystal source without any divisor or multiplier, so when they communicate using SPI, the baud rate will be perfect matched. I JUST FEEL so...
if i suspect that with the configuration i mentioned in the question, i still cant get 16MHz of CLKO as MCU clocking source, what will be the problem? or do i miss out some important setting?
right now i didnt have any oscilloscoope to determine the CLKO. Thanks....