Other Parts Discussed in Thread: CONTROLSUITE
Hi Team,
Do we have any TMS320C28346 example code for boot to external flash? which the cmd file should be look like as below:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to FLASH" bootloader mode */
BEGIN : origin = 0x100000, length = 0x000002 /* Boot to Flash
will go here */
RAMM0 : origin = 0x000052, length = 0x0003AE
ZONE6A : origin = 0x110000, length = 0xF0000 /* 0x100000 XINTF
zone 6 - program space */
CSM_RSVD : origin = 0x33FF80, length = 0x000076 /* Reserved -
for compatibility to legacy C28x designs. */
CSM_PWL_PROG : origin = 0x33FFF8, length = 0x000008 /* 128-bit
password locations */
BOOTROM : origin = 0x3FF27C, length = 0x000D44
RESET : origin = 0x3FFFC0, length = 0x000002
....
}
