Part Number:CC1310
Hi,
Trying to do a custom bootloader in the memory page 31 as the bim_oad_offchip example.
In the example the register SET_CCFG_IMAGE_VALID_CONF_IMAGE_VALID is set to 0x1F000 ( page 31 start) as well as the FLASH _BASE in the linker file.
In the cc1310 reference guide says that if this register is not 0x0000 the ROM bootloader take control of the boot process because of not valid image.
This means that the ROM bootloader jumps to the address in the register or that it enter in bootloader mode get stucked waiting for serial commands?
the doubt is, what has to be done to relocate the program to an address different than 0x0000,
is enough with setting SET_CCFG_IMAGE_VALID_CONF_IMAGE_VALID to the new reset vector?
thanks
Pablo