Tool/software: Code Composer Studio
I'm really new to CCS. I'm developing a program based on the Simple Peripheral example on the LAUNCHXL-CC2640R2, and would like to port it to a 5x5 package.
I tried following the instructions on http://software-dl.ti.com/lprf/simplelink_cc2640r2_latest/docs/blestack/ble_user_guide/html/ble-stack-3.x/custom-hardware.html#board-file.
When I try to run the program, I keep getting "#35 #error directive: "***ERROR*** Invalid Board Specified! Please see board.h for options."
So I checked and found the top-level "board.c" file that I edited on the <SDK_INSTALL_DIR>\source\ti\target path is not the same as the "board.c" in the project's Startup folder. I checked the path of the project's "board.c" file and found that it's in C:\[workspace]\[myprojectname]\Startup\board.c .
If there are any examples or tutorials on porting to 5x5 packages, it would be great too. I've read lots of documentation and forum posts but I don't know how to proceed.