Hello Sara,
- For the KSDKv1.3 always make us confused about the lib and header files path,
and I have check your project , there is many functions and files can't find in your project.
So I strongly recommend you use the latest version of KSDKv2.x ( It is also named MCUXpresso SDK).
In KSDKv2.x, you needn't consider the ksdk_platform.a , and it can automatically includes the drivers (.c and .h).
if you want add some other files made by yourself, just add the .c and .h, include the path as I mentioned last time.
- Below is the steps about how to use KSDKv2.x on KDS3.x :
1. Please download the KSDK v2.x package for you board or chip refer to this tutorial :
Generating a downloadable MCUXpresso SDK v.2 package
2. Then refer to this tutorial to create new project (Do not use project generator )or import KSDK example on KDSv3.x:
Using Kinetis Design Studio v3.x with Kinetis SDK v2.0
3.Then you can call the function under "SDK_2.2_FRDM-KL03Z\devices\MKL03Z4\drivers",
or add your own files.
Hope it helps
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------