I'm using a KL26z Freedom board and trying to use an eternal clock of 15.56MHz (I'm developing a NFC application). Now I always get an error in processor expert when i set this value "It's not possible to set the requested PLL output clock value" which I understand, because the core needs it's 48MHz. Now is there no possibility to have a second clock for the NFC application? Thanks for your help!
Solved! Go to Solution.
Hi,
I recommend to go the PLL0 settings / PLL output in the CPU component inspector and there press CTRL + space (or click the small yellow bulb icon) and you will get possible values.
Select 99.58 and this will allow you to select maximum core clock 47.98 MHz.
Best regards
Petr Hradsky
Processor Expert Support Team
Hi,
I recommend to go the PLL0 settings / PLL output in the CPU component inspector and there press CTRL + space (or click the small yellow bulb icon) and you will get possible values.
Select 99.58 and this will allow you to select maximum core clock 47.98 MHz.
Best regards
Petr Hradsky
Processor Expert Support Team
This helped! Thanks a lot!