Kinetis Design Studio  Version: 3.0.0

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

Kinetis Design Studio  Version: 3.0.0

ソリューションへジャンプ
623件の閲覧回数
kyizawwin
Contributor II

Hi,.

 

I just upgraded to KDS V3.0.0 and had encountered the following. I am not sure what will be the impact on my code.

 

1) At Rapid Application Development I could not select KSDK_1.2.0. So, I have to select "none". Is there any hidden problem in my setting?

79205_79205.pngpastedImage_0.png

 

2) At main.c, there is one warning sign at PE_low_level_init(); Not sure it will have any problem.

 

79206_79206.pngpastedImage_2.png

 

 

79207_79207.pngpastedImage_3.png

 

Thanks,

 

Bryan

ラベル(1)
0 件の賞賛
返信
1 解決策
452件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Bryan,

1) The Kinetis SDK does not support the KL05Z, so this is normal.

2) What debug firmware are you using on your FRDM-KL05Z? I think you have set too many breakpoints, exceeding the number of hardware breakpoints on your target. Disable/remove your breakpoints to see if this is your problem.

As for the breakpoints: you could 'skip' breakpoints (Skipping Breakpoints) to work around the hardware limitation. Or you could use the Segger J-Link OpenSDA firmware which allows you to set more breakpoints than the hardware has available (Freedom Board with Segger OpenSDA Debug Firmware).

I hope this helps,

Erich

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
452件の閲覧回数
kyizawwin
Contributor II

Thanks, Enrich!

It seems that break point inherited from coping my previous project. It goes away when i create project.

Bryan

0 件の賞賛
返信
453件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Bryan,

1) The Kinetis SDK does not support the KL05Z, so this is normal.

2) What debug firmware are you using on your FRDM-KL05Z? I think you have set too many breakpoints, exceeding the number of hardware breakpoints on your target. Disable/remove your breakpoints to see if this is your problem.

As for the breakpoints: you could 'skip' breakpoints (Skipping Breakpoints) to work around the hardware limitation. Or you could use the Segger J-Link OpenSDA firmware which allows you to set more breakpoints than the hardware has available (Freedom Board with Segger OpenSDA Debug Firmware).

I hope this helps,

Erich

0 件の賞賛
返信