Hi Everyone,
if some of my elements in my architecture need to be initialized to certain values before the machine actually runs the algorithm, does this mean that I should have a set of initializing states in my state machine?
In general, when a system needs some elements to be initialzied to certain values, does the state machine usually have these initializing states before the main algorithm runs?
Let's say for example in the old SNES video game console, where you would move the START switch to the ON position for the console to start reading the game cartridges etc.
Is the SNES going through the initializing states as soon as the START is moved to the ON position, and then after this the algorithm starts running?
Please Look at the diagram I attached here to see what I mean....
if some of my elements in my architecture need to be initialized to certain values before the machine actually runs the algorithm, does this mean that I should have a set of initializing states in my state machine?
In general, when a system needs some elements to be initialzied to certain values, does the state machine usually have these initializing states before the main algorithm runs?
Let's say for example in the old SNES video game console, where you would move the START switch to the ON position for the console to start reading the game cartridges etc.
Is the SNES going through the initializing states as soon as the START is moved to the ON position, and then after this the algorithm starts running?
Please Look at the diagram I attached here to see what I mean....