TSS 3.1 KL05Z-FRDM builds but cannot run

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TSS 3.1 KL05Z-FRDM builds but cannot run

Jump to solution
934 Views
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:

Labels (1)
Tags (2)
0 Kudos
1 Solution
752 Views
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

View solution in original post

0 Kudos
5 Replies
752 Views
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 Kudos
752 Views
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 Kudos
752 Views
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 Kudos
752 Views
kazola
Contributor III

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

0 Kudos
753 Views
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 Kudos