Kinetis K10 with 10MHz crystal problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Kinetis K10 with 10MHz crystal problem

ソリューションへジャンプ
2,490件の閲覧回数
MarkP_
Contributor V

Hi,
changed PE CPU configuration from 50MHz oscillator to 10MHz crystal.
CPU is Kinetis K10, configuration is K60, I think this is compatible.
Software crashes by going to reset (_boot) somewhere in function
__pe_initialize_hardware(), depends on how breakpoints are.

Found in non-PE version in function pll_init() the RAM-code workaround when
changing the CLKDIV1: fcn_ram_call(SIM_CLKDIV1_COPY);
Is this "errata e2448" still an issue with K10?
Does PE-code work correctly with setting:
  SIM_CLKDIV1 = (uint32_t)0x00010000UL; /* Update system prescalers */

Processor Expert Feature version is 1.0.7.b1131-0312

BR,
Mark

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
2,085件の閲覧回数
MarkP_
Contributor V

Hi,
changed PE configuration:
Capacitor load: 10pF
Oscillator operating mode: "Low power"
Now works OK (crystal is 10MHz).

~Mark

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
2,085件の閲覧回数
ProcessorExpert
Senior Contributor III

Hello,

 

could you please post here some simple demonstration project in order to reproduce your problem?

 

best regards
Vojtech Filip
Processor Expert Support Team

0 件の賞賛
返信
2,086件の閲覧回数
MarkP_
Contributor V

Hi,
changed PE configuration:
Capacitor load: 10pF
Oscillator operating mode: "Low power"
Now works OK (crystal is 10MHz).

~Mark

0 件の賞賛
返信