Shop OBEX P1 Docs P2 Docs Learn Events
TV_WTEXT and frozen COG ? — Parallax Forums

TV_WTEXT and frozen COG ?

inakiinaki Posts: 262
edited 2007-02-10 20:38 in Propeller 1
I have added the tv_wtext object to my project, that formerly used TV_Terminal,·and now I am getting a COG that apparently is frozen.
The program uses 4 COGs, the last one is used by TV object when I call START in tv_wtext.
It returns COG=4.

Now when I call a routine that feeds data for COG3 it does not work at all. According to my debugging the COG3 is totally dead.
If instead of using TV_WTEXT I use TV_Terminal, it works as expected.

One point: I am keeping tv_terminal functions temporary·in·part of the·code, because I am in the process of updating terminal functions to tv_wtext functions,·although I do not initialize TV_Terminal (because I initialize TV_Wtext). Might this terminal code mere presence·have any adverse effect ?

Has anyone detected any problem like this with tv_wtext ?

BTW, is there any way to know if a COG has stopped unexpectedly ?



▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sign In or Register to comment.