Part Number: DRA746
Working with the CCS team, we mentioned to the customer the following command to issue a system reset: GEL_AdvancedReset("System Reset")
We further noted that System Reset is system level warm reset (i.e. not a POR) that should reset all cores on the device (for multi-core devices) and peripherals. It has the same effect of pushing the nRESET pin on the board. In principle, the warm reset resets everything except the debug logic.
However, there is some variance on what exactly a system reset does depending on the device, which is reason for this e2e post.
As aforementioned "System reset" is equivalent to pushing the nReset pin.
Does it mean that if the customer has bootloader in QSPI (and the default boot option is QSPI), such system reset will result in executing bootloader?