Hi everybody,
In my application using MK60FX512 through MQX 4.1.1 I set up the clocks so that OSC0 is DISABLED, OSC1 is an external crystal of 48MHz and RTC oscillator with the typical value of 32.768kHz.
Then, I modify the BSP using the Processor Expert in order to configure the board with my specific clock configuration as mentioned. When I rebuild the libraries and run the low power example, it seems like when the function "_lpm_set_clock_configuration(BSP_CLOCK_CONFIGURATION_2MHZ)" is called, the system is stuck and the application doesn't work till I reset the board stucking again and again.
Does anybody know if it's possible to work in low power modes using this clock configuration? In case affirmative, what am I missing in the BSP's processor expert to make it work?
Thank you very much in adavanced