I was able to successfully run the Client example on a device at work from:
C:\ti\mcsdk_2_00_05_17\examples\ndk\client
The device at work consists of a 6678 DSP.
When I merged the Client example into the device application, I included all the required libraries and header files so the project was built successfully. The heap was increased to accommodate the example usage.
Upon running the application, it always spit out the following error:
...
Timeout waiting for reply from PA to Pa_addMac command
Add_MACAddress failed
...
Any ideas what is causing that problem? Both the projects were built with the same CCS configuration but only the Client example works.
Here are my revisions:
- CCS 5.2.1.00018
- MCSDK 2.0.5.16
- MCSDK PDK (6678) 1.0.0.17
- SYS/BIOS 6.32.5.54
- NDK 2.20.4.26