This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320C5545
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.
Thanks for your help! It solves my problems.
And now I am in,
2.3.2.1 Building Diagnostic Test Binary
1. Right click on the project ‘boostc5545_diag_test’ and set ‘Build Configurations’ to ‘SD_BOOT’.
2. Right click on the project ‘boostc5545_diag_test’ and select the Build Project option.
3. bootimg.bin will be created under c55xx_diagnostics/bin folder.
When I run the second step there are many error shows in Description.
I see in the step3, it says that there will be a bootimg.bin in the document.
In my document, there has one, but I see the time is 2016/9/13. So I think maybe there are some problems?