Anyone have expierence with aborts?
Kye
Posts: 2,200
So, I was doing some file system developement on the propeller chip and I swear that doing stuff like:
Sometimes causes the propeller chip to crash. I found that doing:
Makes this problem go away. But, I don't know if this was a fluke or not. Has anyone else had this problem?
\functionThatAborts
Sometimes causes the propeller chip to crash. I found that doing:
anyVariable := \functionThatAborts
Makes this problem go away. But, I don't know if this was a fluke or not. Has anyone else had this problem?
Comments
I know what I'm doing with aborts. I had a problem sometime ago like this however, where I spent days debuging only to find that assigning to the variable made the problem go away. (The problem was that the system would crash).
I tried to verify the problem however, and I couldn't with other code. So, I'm thinking it was a fluke it what I was writing.
When I was a kid we had an "RCA" TV that needed more service than my baby brother's diaper.
The TV guy just kept coming back for some reason until we swapped brands.
-Phil
I was then surprised to see Kye was asking the question.
Much of what I've learned about aborts has come from reading his code.
I believe it would require expert knowledge of the Propeller in order to give useful (Propeller programming) advice to Kye.
I think he assumed people knew him well enough that they would also know if he's having a problem it would be with some very esoteric aspect of the Propeller. Not something that reading the manual would solve.
He did say
I just had to comment too.
Okay, now I'm over it too.
And what I was looking for was.... has anyone ever had unexplained issues when using "\functionThataborts" calls like this? If no then I will assume me having issues previously was a fluke.