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.

CCSTUDIO: .TCF Configuration requirement to store .BIOS into FLASH instead of H0SARAM

Part Number: CCSTUDIO
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hello,

We are compiling F2812 program in CCS4.

Whatever our configuration of .TCF regarding .BIOS memory allocation inside .TCF, the final CFG.CMD puts .BIOS into H0SARAM.

Below the code in PROJECTCFG.CMD:

.bios:    {} > H0SARAM PAGE 0

Below the final map allocation: .BIOS is finally stored into H0SARAM.

MEMORY CONFIGURATION

name    origin          length           used               unused           attr fill
FLASH  003d8000      00020000      00000000          00020000         RWIX
H0SARAM 003f8000   00002000     000010bf       00000f41          RWIX

Could you share us an example where the .BIOS in configured and stored into the FLASH, please?

Thank you,

  • Hi,

    Please have a look at the example details provided in the C2000Ware SDK folder in the path - C2000Ware_5_02_00_00\device_support\f281x.

    We do not have any driverlib example supported for this device now in C2000Ware SDK.

    Thanks

    Aswin