Why the Javelin worst 1000 times the Propeller?
jmspaggi
Posts: 629
Because there is a step by step debugger included which allow you to look at the memory, variables, etc.!
I just spent the 3 last days chasing a bug I had. At the end, the fix was SO simple...
Just had to add a "repeat while" after I sent a command to my VS1053 to wait for the cog to send it completly.
I had to add sx.str() after each line to see the variables, but when you have 6 cogs used, and a OGG file playing, the terminal get totaly stuck.
So. This morning I'm very happy because my VS1053 is now playing OGG and MP3 very well, but it's terrible how long it took me to do it.
Just my Tuesday Morning 2¢
JM
I just spent the 3 last days chasing a bug I had. At the end, the fix was SO simple...
Just had to add a "repeat while" after I sent a command to my VS1053 to wait for the cog to send it completly.
I had to add sx.str() after each line to see the variables, but when you have 6 cogs used, and a OGG file playing, the terminal get totaly stuck.
So. This morning I'm very happy because my VS1053 is now playing OGG and MP3 very well, but it's terrible how long it took me to do it.
Just my Tuesday Morning 2¢
JM
Comments
http://hannoware.com/viewport/
There is also Gear: http://sourceforge.net/projects/gear-emu/ It is useful when debugging PASM.
Hope that helps.
--trodoss
Thanks for the links. I have not yet tested it. I just hope I have one remaining cog on my prop to test it... So I will add that in my todo list
JM