What should be the first step in a reset handler?
The first step in a reset handler should be to save the processor state. This involves saving important register values like the program counter, stack pointer, and any other registers that contain information needed to restore the state of the program prior to the reset. Preserving this state is crucial so that after the reset