... Behalf Of in_spb3 ... PNX1700 across PCI ... Hello, you should take a look at the tmmanapi.h include file which is about here TCS\tmComm\include and the...
Thank you Frank. I'm studiing information. P.S. Because i'm beginner of writing this program, i'll be very glad getting any examples, if you have ones. ...
Yes, it is technically a bug in the compiler or the debugger. The debugger does not really understand #included .c files. Just don't use them. Getting this...
Hello everybody I received the RC2 update libraries from phillips through mds. The files are in zip format and password protected. They emailed us the...
hello laohuodehen, you can set the environment variable _TMDIVERSITY=_sp_pnx1500_nand_ or set _TMDIVERSITY=_sp_pnx1500_nandro_ to let tmBffs build with Nand...
hello , thank u for your replying. I did what you told me .but it doesn't work. i build tmBffs and downlaod it with tmdbg,the content of the dump is ...
hello , thank u for your replying. I did what you told me .but it doesn't work. i build tmBffs and downlaod it with tmdbg,the content of the dump is ...
Let me amplify what the other guy said: NAND flash is not supported in NDK 4.3. It is not tested, so we are not surprised to hear it does not work. Work is...
Just a thought in passing: The TSSA does print some "warnings" that are normal when you negotiate formats before components have started. I thought this was...
Hello, I am trying to bring up a new PNX1500 based board. Our hardware interfaces the PNX1500 to an LCD display. The LCD display is connected to the VDO...
As is known, VrendGfxVo is a tssa component to render video to different devices. I wrote a video decode tssa component and connected it with tmFread and...
hello, I use NDK4.3 + MDS_XA + tcs451p1 to develop my board. I read the mdsbsllcp1500.c,and i foud follow: -- Removed: tmbslNorFlashConfig_t gNorFlash[] ...
Hi, The load of tmVrendGfxVo depends a bit on what it has do to. Typically it uses about 8 MC/s. These are the figures for a retail build, it will be ...
Hi, exolVideo is used in the past to actually render the picture on a LCD panel. LCD is a supported video output adapter in exolVideo. You could for example...
you can solve the problem by changing nor flash register program to nand flash rigster program, and delete nor flash's register program. Fortunately, the nor...
As per your suggestiong, I set outFormat to vof24bit444 and we now see activity on the red VDO signals. Thanks. ... LCD ... could for ... of ... settings ... ...
The way you measure load is not very accurate. It may be that GfxVo is throwing your code out of cache so what you are actually seeing is the difference...
Note that GfxVo is an I/O component in which it 'consumes' one frame/field per one frame/field interval. I put it in '' because in a normal CVBS in to CVBS...
I find that the Dataout function in my decoder component consumes aoubt 16ms per frame (NTSC), which is similar to what you mentioned below. I think that the...
Hi, if you have a tssa application, and I assume you have, the dataout/putfull should return immediately and the dataout/getempty as soon as an empty packet is...
The one with ethernet in the path is part of an experiment to run the debugger over ethernet. I would think you would not want to look there as it is very...