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.

What is the supported TI data format for C66xx ?



Hello everyone

I want to load/save data to C6678. I am aware of that the header information for data files uses this syntax:

MagicNumber Format StartingAddress PageNum Length [NewFormat]

I also know that "the new scheme which is backwards compatible supports a larger set of data types. GEL_MemoryListSupportedTypes() GEL API could be used to list complete set of supported data types in the new scheme."

So I check the GEL API to see the supported list. It shows that:

Examples

GEL_MemoryListSupportedTypes( 0 )

The list of supported formats will differ depending on the target. The example output on a 64xx is
0 - 32-Bit Hex - C Style
1 - 32-Bit Hex - TI Style
2 - 32-Bit Signed Int
3 - 32-Bit UnSigned Int
4 - 32-Bit Binary
5 - 32-Bit Floating Point
6 - 32-Bit Exponential Float
7 - 16-Bit Hex - C Style
8 - 16-Bit Hex - TI Style
9 - 16-Bit Signed Int
10 - 16-Bit UnSigned Int
11 - 16-Bit Binary
12 - 8-Bit Hex - C Style
13 - 8-Bit Hex - TI Style
14 - 8-Bit Signed Int
15 - 8-Bit UnSigned Int
16 - 8-Bit Binary
17 - Character
18 - 40-Bit Signed Int
19 - 40-Bit UnSigned Int
20 - 64-Bit Hex - C Style
21 - 64-Bit Hex - TI Style
22 - 64-Bit Floating Point
23 - 64-Bit Exponential Float 

This list is for C64xx. Can you give me a update list for C66x core?

Thanks

Xining Yu