Other Parts Discussed in Thread: MMWAVE-SDK
Tool/software: Code Composer Studio
I have a copy of the mmWave SDK demo that I have been modifying using an external text editor and compiling using the Windows CLI build environment. I would like to be able to edit, compile, and deploy code directly from CCS 8.
Currently I am editing code with Notepad++, running a script located at MMW_SDK_ROOT_DIR/packages/scripts/windows/setenv.bat, then running gmake clean and gmake all to compile a *.bin and *.xer4f. I test my code by sending the *.xer4f to the 1443 over CCS8 using the XDS110 debugger.
I loaded the project in CCS8 via file >> Open Projects from File System, but this does not recognize the project well enough to build it. What do I need to do to build code in CCS? Can I set CCS up to use my makefile?
Thanks,