Hello
I'm plan to use lm3s9b90 for network application device.
I looked at the user manuals of the ccs, sysbios and ndk and tried the first steps in the project:
New_CCS_project / sysbios / typical and included ndk_2.22.0.06.
Newly created blank project is built correctly.
If some of ndk's components(emac, ip, tcp, or Global, for example) is enabled with XGCONF I get the following error:
<Linking>
undefined first referenced
symbol in file
-------------------------
NIMUDeviceTable C: \ Program Files \ ti \ ndk_2_22_00_06 \ packages \ ti \ ndk \ stack \ lib \ stk6.aem3 <nimu.oem3>
Search for "NIMUDeviceTable" in google and in this forum does not resolve my problem.
Also I could not find a sample project with lm3s9b90 and ndk.
Could you give me a guide to solve this problem.
Thank you.