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.

CCS/TIDM-02008: Port Firmware to TIDA-01604 board

Part Number: TIDM-02008
Other Parts Discussed in Thread: TIDM-1007, TIDA-01604

Tool/software: Code Composer Studio

Hi Manish, I was comparing the firmware files for TIDM 02008 to those of TIDA 01604, so we can port the 02008 FW to 01604 board assembly. I've many questions, will start with the user setting header file.

1. The following comment appears on both files, but doesn't look right.

// Uncomment the below line for 100 pin control card
//#define F28004x_64PIN

#ifdef F28004x_64PIN
Should we leave the comment intact if using the TI ControlCard, with 100-pin device? The 01604 board is working fine with this comment in place..

2. Protection Scheme: 01604 code

#define BOARD_PROTECTION_IL1_SENSE 0
#define BOARD_PROTECTION_IL2_SENSE 0
#define BOARD_PROTECTION_IL3_SENSE 0

#define BOARD_PROTECTION_L1 1

#define BOARD_PROTECTION_L2 1

#define BOARD_PROTECTION_L3 1

#define BOARD_PROTECTION_L4 1

#define BOARD_PROTECTION_AC_CUR_FAULT 1

The above lines are opposite in 02008 code, and L4 protection is absent in 02008. Should these be copied over to the 02008 code if 01604 board is used?

Thanks!

Best Regards,

Sundar