I'm using MK02FN128VFM10 processor. Currently I'm working on it using Kinetis Stdio 3.0.0. I'm trying to change the core clock frequency (from 80 to 100 MHz), but somehow I'm being unable to and I think it has something to do with clock configurations. I wanted some help regarding clock configurations of the processor. I have tried to change the register settings too (i.e. changing the dividers to vary bus/flash clock frequency), to observe the flash clock frequency on Clockout pin, but it's remaining constant (i.e.20 MHz).
Hello,
- I recommend you refer to the clock diagram to configure the Clock :
- The another method is you can create one KSDK+PE project, then you can directory configure the clock
on the fsl_clock_manager component :
- Please pay attention that About this chip , only on the high speed run mode , the core clock can up to 100MHZ .
while in the High speed run mode , Flash programming / erasing is not allowed .
Hope it helps
Alice