Other Parts Discussed in Thread: C2000WARE
Hello Champs,
In C2000ware F28004x example codes "28004x_generic_flash_lnk.cmd" file, there is "FLASH_BANK0_SEC0" definitions:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/* Flash sectors */
/* BANK 0 */
FLASH_BANK0_SEC0 : origin = 0x080002, length = 0x000FFE /* on-chip Flash */
FLASH_BANK0_SEC1 : origin = 0x081000, length = 0x001000 /* on-chip Flash */
FLASH_BANK0_SEC2 : origin = 0x082000, length = 0x001000 /* on-chip Flash */
FLASH_BANK0_SEC3 : origin = 0x083000, length = 0x001000 /* on-chip Flash */
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
.text : >>FLASH_BANK0_SEC1 | FLASH_BANK0_SEC2 | FLASH_BANK0_SEC3, PAGE = 0, ALIGN(4)
What about the SEC0 usage? Why the ".text" section is starting from SEC1 but not SEC0?
Would you please kindly help? Thanks!
Best Regards,
Linda