Hello everyone:
We are developing an application for LPC8N04 and we have the next problem.
Once the LPC8N04 is programmed through the debugger and the PCB is running standalone, the application runs only until a reset signal is placed in the Reset pin, this behavior is replicated every time the MCU is powered.
I have been researching about some problems in the bootloader but at the time it seems to be fixed due to the auto generation and programming of the checksum in the right memory slot.
I just saw that the LPC8N4 default application needs to receive the same reset signal once the MCU is powered up. LPC8N04: NFC Hands-on Lab Guide

Is this the expected behavior for every application loaded?
Is there a way to avoid the need of a reset signal once the MCU is powered?
Regards