well i think ive fixed the ramdom boot lock up
ive advanced into my sentinel build which can now run autonomously… and first thing ive noticed is that the ssc-32 did what Xueys described(driven by a pocket pc)
so this gave me a platform to work with the problem as the problem seem to not occur on my PC.
and for the moment, the problem didnt show up and the ssc-32 as booted everytime
but the problem remain unknow yet
and that seem to not be related to the code itself… seem like it depend how the compiler feel… somehow … :S
anyways… heres the v0.2
this new version introduce the reversible PWM outputs
which is a very nice feature that allow to drive any output channel in reverse
its been already usefull in my little rover which is driven by 2 parallax CR servo
by reversing the channel at the ssc32 level this allow me to drive the rover foward and reverse using 1 single value
ive also made a change/fix in the time calcul which now give a much better resolution with the extended time units (cs, ds, sec)
here the test results for timed command
MS : 65535 / 65.535 sec
CS : 65535 / 10 min 55 sec
DS : 65535 / 1h 49 min
SEC : 32767 / 9h 36min
so… ms, cs, ds offer full range
ive not tested sec over 32767… as sitting there for minutes whatching a number go from 1500 to 1449 is not so fun
well, so far this release as been stable… but time will tell i guess