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.

header files for 6747

Other Parts Discussed in Thread: CCSTUDIO

I am starting to setup the PINMUX registers for the 6747 and I have not found any header files defining their locations.

I have also searched all *.h files  (in c:\CCStudio_v3.3\*.*)  for "CHIP_6747" and have not found any which makes me think I am missing something.

I have the register locations by the way, I just might be a bit confused as to what components I need to add to CCS to support the 6747. 

I have CCS v3.381.6

codegen v6.1.8

DSP BIOS 5.33.03

Is there anything else I need to properly support a DSP BIOS application for the 6747?

thanks,

-howy

  • howy said:
    I am starting to setup the PINMUX registers for the 6747 and I have not found any header files defining their locations.

    I have also searched all *.h files  (in c:\CCStudio_v3.3\*.*)  for "CHIP_6747" and have not found any which makes me think I am missing something.

    I have the register locations by the way, I just might be a bit confused as to what components I need to add to CCS to support the 6747. 

    I think you are looking for the cslr_syscfg_C6747.h found in the C:\Program Files\Texas Instruments\pspdrivers_01_20_00_07\packages\ti\pspiom\cslr directory by default. As you can see this is included in the PSP which can be downloaded from the Software Downloads Page.

    howy said:
    Is there anything else I need to properly support a DSP BIOS application for the 6747?
    The components you listed (CCS, CGTools, DSP/BIOS versions) are all you really need to build a DSP/BIOS project. Other components may be needed to build the project you need, but these aren't necessarily related to BIOS.