Hi,
As you did not specify which micro are you using, I will try to explain it in general.
RCHW is used when device is intended to boot from internal Flash.
Each boot sector in flash memory contains the Reset Configuration Half-Word (RCHW) at offset 00h. If the RCHW field BOOT_ID holds the value 5Ah then the sector is considered bootable.
SSCM module use the valid RCHW followed by application start address and starts executing application from this address.
So If you mess up RCHW you device won't detect any valid bootable address and device will start in a serial boot mode.
Additionally if you are not prepared to boot in serial mode the device will end in BAF/BAM code.
In reference manual you can find RCHW usually in reset and boot chapters.
Peter