Part Number: CC2650
Tool/software: Code Composer Studio
I have a project that communicates via the SPI bus to another micro-controller. We are using it to fetch log files and configuration information from the main controller and then relay them via Bluetooth to an external system (PC and mobile). The code for this project is based on the Project Zero from the coding academy. I removed the example services and replaced them with ones that serve the project.The code is working well and we are approaching initial trials, but we have one minor issue. The solution has both a stack project and an application project. I want to combine these into a single project so we can give the customer a single hex file for the communications processor.
I watched the YouTube video, that describes combining projects, but it looks like a much older version of CCS was used. I also didn't see any of the files shown in the video. I saw the property settings and where they are updated. I'm just not sure how to continue. Is there a more up-to date-guide available?
Thanks.