KDSK 2.0 how to start

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

KDSK 2.0 how to start

ソリューションへジャンプ
1,620件の閲覧回数
pietrodicastri
Senior Contributor II

Good morning

I have used the 1.1 KDSK and now it is time to use the 2.0.

Something is not understandable to me.

The library has the source files, in a separate project, built in a library file to attach to the specific application project.

So I did with past version, built library and attach. Of course the source files are not so common to use but in case of needing it is possible to trace the source code of the attached library.

 

I don t see a procedure to build the library in the KDS with version 2.0 of KDSK. There is a lib_mmcau , it seems to use

as the compiled library.

I tried to import the project adc16_interrupt_  it builds  correctly. I don t find how the library is linked in the settings of the project. I use the miscellaneous in the linker options.

So my question is how to build the library in the KDS, attaching manually to the application project, with the possibility to trace in the code.

I don t find a guideline to solve this question,,,

 

Thank You

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,377件の閲覧回数
santiago_gonzal
NXP Employee
NXP Employee

Hello,

In KSDK 2.0 there are no libraries anymore. Instead you will compile the source files of the drivers together with your application, all in the same project.

If you import and compile any example inside the KSDK 2.0 you will see that it successfully compiles without any problem, no library needed.

Regards,

Santiago

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,377件の閲覧回数
pietrodicastri
Senior Contributor II

Hello

Ok good to know this new point of view.

Thank You

Pietro

0 件の賞賛
返信
1,378件の閲覧回数
santiago_gonzal
NXP Employee
NXP Employee

Hello,

In KSDK 2.0 there are no libraries anymore. Instead you will compile the source files of the drivers together with your application, all in the same project.

If you import and compile any example inside the KSDK 2.0 you will see that it successfully compiles without any problem, no library needed.

Regards,

Santiago

0 件の賞賛
返信