Strange behavior of SASM in debug.
Fredo
Posts: 10
Gentlepeople,
I am attempting to stuff 6 tons of code into a 5 ton capacity SX28. I have done something which allows error free assemply and downloading however attempts to use debug are unsuccussful. At the conclusion of the debug load the windows all open as expected but the control window displays "running" and the only buttons of substance which are active are QUIT and RESET (reset accomplishes nothing).
Attempts to pare down the code (substantially) has no effect.
This is SASM in SXKey 3.10 in XP. Older code (not in SASM) works.
Has anyone experienced this behavior? HELP!!
Fred Ornellas
I am attempting to stuff 6 tons of code into a 5 ton capacity SX28. I have done something which allows error free assemply and downloading however attempts to use debug are unsuccussful. At the conclusion of the debug load the windows all open as expected but the control window displays "running" and the only buttons of substance which are active are QUIT and RESET (reset accomplishes nothing).
Attempts to pare down the code (substantially) has no effect.
This is SASM in SXKey 3.10 in XP. Older code (not in SASM) works.
Has anyone experienced this behavior? HELP!!
Fred Ornellas
Comments
·· Don't know if you know this or not, but I will mention it just in case.· The Debugger requires the code to contain a RESET directive, WATCHDOG turned off, 2 free words in the first page of code and 136 free words near the end of the last page of code.· This information is in the SX-Key Manual.· There is a bit more to it, but that's the lowdown.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
Product web site: www.sxvm.com
"One experiment is worth a thousand theories"
·
Have you set a "break" in the code itself? Do a search for the word break, and it you find it on a line by itself, comment it out.
Thanks, PeterM
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken
The min freq is about 300KHz.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
Product web site: www.sxvm.com
"One experiment is worth a thousand theories"
·
I knew 32KHz did not work.....when that occured I switched to 4 MHz·in one step.
Thanks for the info.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken