Hi,
Is it possible to modify/change/overwrite the Bootloader in C553x family devices? Literature SPRUH87C states:
The standard device includes a bootloader program resident in the ROM and the bootloader code is
executed immediately after hardware reset. When the MPNMC bit field of the ST3 status register is set
through software, the on-chip ROM is disabled and not present in the memory map, and byte address
range FE 0000h - FF FFFFh is unmapped. A hardware reset always clears the MPNMC bit, so it is not
possible to disable the ROM at hardware reset. However, the software reset instruction does not affect the
MPNMC bit. The ROM can be accessed by the program and data buses. Each SAROM block can perform
one word read access per cycle.
Does this mean the bootloader can be overwritten/modified through using Code Composer? If so, does TI provide the source code of the bootloader? I would like the device to enter low power mode if no boot sequence is found. However, I couldn't find any resources regarding modifying the bootloader.
Thanks in advance,
John