What areas are reset/cleared during a powerup/reboot, cog loading etc.?
Phillip Y.
Posts: 62
What areas are reset/cleared during a power up / reboot etc·?
"If a host is present, a conversation ensues via P30 (TX),
and the host·MAY load the main memory's RAM with high-level code",·F10 from the propeller tool.
Does·the Propeller tool load the Entire 32 user memory , or only what is needed/used ?
Under Boot loader program control with no serial host found.
Is the entire contents of the eeprom loaded to the 32k user memory, or only what is needed/used ?
High-level code is what initially executes from the programmer's perspective.
It is capable of booting extra cogs with either other
high-level tasks or assembly-language programs.
When a cog is loaded with assembly code,
Is it cleared first·?
Is the entire cog 2k memory loaded or only what is needed/used ?
Does SPIN initialize Variables ?
Phillip Y.
"If a host is present, a conversation ensues via P30 (TX),
and the host·MAY load the main memory's RAM with high-level code",·F10 from the propeller tool.
Does·the Propeller tool load the Entire 32 user memory , or only what is needed/used ?
Under Boot loader program control with no serial host found.
Is the entire contents of the eeprom loaded to the 32k user memory, or only what is needed/used ?
High-level code is what initially executes from the programmer's perspective.
It is capable of booting extra cogs with either other
high-level tasks or assembly-language programs.
When a cog is loaded with assembly code,
Is it cleared first·?
Is the entire cog 2k memory loaded or only what is needed/used ?
Does SPIN initialize Variables ?
Phillip Y.
Comments
Chip Gracey
Parallax, Inc.
Post Edited (Chip Gracey (Parallax)) : 5/18/2006 7:29:51 AM GMT