FAST STARTUP BEHAVIOR CONTROL OF A CPU
In an embodiment of the invention, a storage element which provides a user program is extended by logic which can detect special conditions and inject special start addresses on demand. During the read (fetch) of a start address of the user program, which is always at a fixed address for a given CPU, the conditions are used to respond to this read address either by different hardcoded addresses or by the original content of the memory.
1 . A method for reducing startup time of a microcontroller comprising:
reading user code from storage;
determining when an inter-process communication (IPC) has occurred;
wherein when an IPC has not occurred, a read value is returned and the read is finished;
wherein when an IPC has occurred, determining whether a system is ready;
wherein when the system is not ready, a test entry address is returned and the read is finished;
wherein when the system is ready, determining whether a communication request has been made;
wherein when the communication request had been made, a debug entry address is returned and the read is finished
wherein when the communication request has not been made, determining whether a valid cold start address has been provided;
wherein when a valid cold start address has not been provided, a read value is returned and the read is finished; and
wherein when a valid cold start address has been provided, a BSL entry address is provided and the read is finished.
2 . The method of claim 1 wherein the storage comprises a non-volatile memory.