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,