Kinetis Design Studio  Version: 3.0.0

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Kinetis Design Studio  Version: 3.0.0

跳至解决方案
622 次查看
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 解答
451 次查看
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 回复数
451 次查看
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 项奖励
回复
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 项奖励
回复