TSS 3.1 KL05Z-FRDM builds but cannot run

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

TSS 3.1 KL05Z-FRDM builds but cannot run

跳至解决方案
961 次查看
kazola
Contributor III

Hi,

I'm using free CodeWarrior 10.6. I'm interested in the slider in this board so I downloaded the TSS3.1 software package.

I can import and build the example for the KL05Z-FRDM board but cannot run or debug it. See screenshot.

shot.png

Am I doing something wrong? If you ignore this warning then you cannot debug since it gets stucked in a "asm" function.

We plan to use this MCU but first obviously I want to try them. In case this is a code size limitation issue, how can this example be made effectively lighter for me to try it?

Ok, let me know your opinions! Have a nice day :smileyhappy:

标签 (1)
标记 (2)
0 项奖励
1 解答
779 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Kazola,

Sorry to reply you so late !

The  demo application overlaps the 32K flash size.

This mean that the TSS library is too big for this chip.

So You can disable some features of TSS library to reduce compiled code.


Hope it helps

Alice

在原帖中查看解决方案

0 项奖励
5 回复数
779 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Kazola,

Does you refer to the KSSUG.pdf when you import and debug the demo code .

And does it can work well when debug the project which  you create by yourself ?

Best Regards

Alice

0 项奖励
779 次查看
kazola
Contributor III

Hi Alice! Thank you for your interest.

Yes, indeed I have read TSSUG.pdf.

What I have done is to install the TSS software and import the sample from there, since they have one for FRDM-KL05Z. I have not created any by myself.

Do you think I will have greater success by building my example as done in the TSSUG.pdf document instead of importing the ones from the theoretical good source?

0 项奖励
779 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hi Kazola,

I have test that directly import the sample about FRDM-KL05Z, it error like yours , and I will check the reason as soon as possible .

And I will tell your the result .

Best Regards

Alice

0 项奖励
779 次查看
kazola
Contributor III

Thanks! I will be waiting for your answer :smileyhappy:

0 项奖励
780 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Kazola,

Sorry to reply you so late !

The  demo application overlaps the 32K flash size.

This mean that the TSS library is too big for this chip.

So You can disable some features of TSS library to reduce compiled code.


Hope it helps

Alice

0 项奖励