We have a board where the DSP starts up right after each power-up reset sequence is completed, and boots via Ethernet.
We then use an ARM processor to assert the RESETFULL signal to reset the device to make it request a new Ethernet boot, so we can load a new application.
This works a random number of times after which the DSP seems to be locked and must be powered completely off and on before it works again.
If we try to use the RESET signal nothing happens, except that we can see the GPIOs resetting. The DSP does not attempt a new BOOT sequence via Ethernet as described in the datasheet. The RSCTRL register has it's default value, which should make RESET generate a HARD RESET.