Quote:
Originally Posted by mikets
No, not true. we printed debug output from a different task. I don't know if the picture showed the whole code but it doesn't seem to have the task1->Start() call. I don't think the task get started automatically when created. You need to explicitly start it.
|
yeah, I have it later on. I'm using wtx console in windriver, not netconsole. If I put a mechanical task in the funcion it works, but not a cout. I'm trying printf now.