Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: UNIFLASH, C2000WARE
Hello,
After migrating x49c to run with MCSDK using x49c_flash_cpu_is_eabi.cmd file and copied matching SDK flash Sections from 2x_flash_cpu_is_eabi.cmd, the ROM Boot to flash fails. However, the code runs to main.c only via INOS2 in CCS debug? or UniFlash firmware loads INTOS2. The MCSDK project has the same device files migrated from x49c device folders but it refuses to run from INTOS2 clock set up from x49c HAL. Something in the MCSDK project seems to be causing ROM boot to Flash and Reset button both to fail via INTOS1. The x49 also fails ROM Boot to Flash mode after POR launch pad via USB port.
There seems to be linker CMD file sections are being coded wildly different via MCSDK sets flash bank 0 CODE and flash sections f28002x_flash_cpu_is_eabi.cmd.
Has the x25 MCU ever been tested to ROM boot via INTOS1 and Reset button both run to (main.c) in the MCSDK?
/* BEGIN is used for the "boot to Flash" bootloader mode */
BEGIN : origin = 0x080000, length = 0x000002
RESET : origin = 0x3FFFC0, length = 0x000002