Blocklyprop loop stops
Carol Hazlett
Posts: 312
Running this loop my microcontroller, a Propellor Activity Board, fairly new but not a WX hangs up and quits on 7th iteration of steps in loop. If I use RAM it quits altogether and when I use eeprom it quits for a short pause then starts up again. It isn't hanging on the end of the loop but goes back to the first step executes it then quits. I attached the code for anybody to look at. This is the untuned beginning of a walking gait for a three servo walker. Any ideas would be appreciated.https://forums.parallax.com/utility/thumbnail/119421/FileUpload/1b/b570a56cbfcfa03ad08e64cac79d6d.png
Comments
-Phil
Does your Blockly generate C or Spin? If the latter, can you post the code it generates? I'm still thinking reset, but since it's so predictable, maybe it's the software that's triggering it.
-Phil
-Phil
Unfortunately, SPIN support is not up and running, just C.