Tool/software: Code Composer Studio
Hi,
This is my first use of this programming software, there are many things that I don't understand.
Now I am following the C5545BoosterPackSodtware document, in the 2.3.2 Build Procedure part.
In the step4,
4. Navigate to the C55xx CSL source folder (Default path - C:\ti\c55_lp) and import the following projects: (a) C55XXCSL_LP (b) atafs_bios_drv_lib
Is it use the same way as the step1-3? Using the Project → Import CCS Projects?
In the step5,
5. Navigate to C:\ti\c55_lp \ c55_csl_x.xx\inc\csl_general.h and change the following macro definitions:
#define CHIP_C5517 to //#define CHIP_C5517
#define CHIP_C5505_C5515 to //#define CHIP_C5505_C5515
#define CHIP_C5535 to //#define CHIP_C5535
And when I following step5, I find the second and third one. But there seem no #define CHIP_C5517 in the original document, which one should I change?
In the step6,
6. Build C55XXCSL_LP and atafs_bios_drv_lib in both Debug and Release modes.
How to build them in Debug and Release modes?
--------
Now I am in step5, how can I do to solve these problems.




