I am using LPC11E67 microcontroller for the project and using MCUXpresso IDE for software development. I want to clear memory and initialize content of global variables at the startup, I am not sure if that is already covered in the cr_startup file. If not then how to add that? Also how to add delay in startup code so that program starts running after power supply stabilized.