Dear support,
I am using the NDK (ndk_2_21_01_38) in my application. I am using CCS 5.2.1.00018. When creating a RTSC project I am selecting the NDK in "package and repository". When I update my cfg file, the NDK core stack appears as an available product and a few choices are available to me (Application layer, data link layer, global, network layer, transport layer).
I had to modify a piece of code in the console provided and followed the following document to rebuild my NDK: http://processors.wiki.ti.com/index.php/Rebuilding_The_NDK_Core_Using_Gmake
After a successful rebuild, I updated code composer to know the new path: windows->preferences->CCS->RTSC and added my path to the tool discovery path: C:/myNdkBuilds/ndk_2_21_01_38
I also updated my project, properties->CCS General->RTSC. I deselected the NDK package and instead added another repository C:\myNdkBuilds\ndk_2_21_01_38\packages which is exactly the NDK + 1 function.
Why is the NDK not looking like it was before and what did I do wrong? Please see the following document to visually see what I am talking about.
Aymeric