Hello,
we want to use the virtual uart console that comes along with a DSPC-8681 (from Advantech which contains four TI C6678).
- We are able to see traces by using "dsp_demo connect 0 0" and the IPC-Demo.
- I tried to port the console code from the IPC-Demo to the WEB-Demo (SYS/BIOS-Based)
- When we execute "dsp_demo connect 0 0" we run into error no 5
- Strange: When we boot, then run the IPC-sample (with success), then reset the DSPs, then run the SYS/BIOS based application (web demo plus console code) we can successfully see a trace line. But if we don't run the IPC-sample before we run the SYS/BIOS based code, we allways see error no 5.
- Also strange: When we use the above mentioned procedure that works (first IPC-sample, then our code), we can print out only one single line at system startup. If we print out more than one line: Error 5.
Questions:
A) Documentation ?
Is there any documentation of the Advantech vuart console ? There is some external cirquit-logic at 0x800800, right ?
B) Am I the only one ?
Is anyone using the vuart console in a SYS/BIOS Project ? What has to be done more than copying the files and calling the init-method ?
Thank you very much, we're really stuck here,
Roelof