Yes, of course you are quite right. I was carelessly allowing ambiguity between the act of requesting a component to enter a paused state when it tries to get...
Have you read the porting guide on the getting started page of the NDK docs? That covers many of the issues. You say "including IO." Certainly the video IO...
This implies that your memory is not working. If you write a value and then read something else, a program will not be able to run. It may read an address...
Hi, I want to do bitwise operations on a floating point variable, apparently "C" does not allow that. I could store the variable to memory and read it via an...
we sure there is no short between address and a data pin.in our PCB design,the difference between the shortest and the longest data line of DDR is somehow...
Thanks, it works. ... From: "Torsten Fink" <torsten.fink@...> To: <trimedia@yahoogroups.com> Sent: Thursday, September 02, 2004 10:23 AM Subject: Re:...
Hi Groups, To debug our program, we would like to build some source codes in retail mode, and to build some source codes in debug mode by NDK4.11. But we have...
Is there anything special? Well, designing 200MHz DDR is rather special. Is your impedance controlled? Do you do signal integrity simulations on the board...
Typically, you configure the SDE by setting a lot of environment variables - these include settings for debug, retail and assert modes. These are set by batch...
Hi Chuck, According the FAQ, we can build libraries in retail mode, but build all source codes of our application in trace mode. We want to build the libraries...
Hi, I want to use the vld comp on pnx1500 in my mpeg2 decoder, but I can not find the source code or libarary for this comp. As I know, we can find tmVLD.c for...
In order to do a selective trace build, you define following lines in your application makefile, LOCAL_CFLAGS += -DDBG_ENABLE_ALL _tmMain_SUFFIX=_t # sets up...
... component ... It is not required to link in a trace or debug version of tmDbg to enable debug prints. Whether traces are dis- or enabled is _not_ defined...
Hi group, I'm facing a strange problem. After some months of downloading programs via Jtag on a computer,i changed the jtag board location on another computer....
I was reviewing the docs yesterday and I remembered that the instructions in question are now in "Getting Started with PNX1500," and no longer in the FAQ....
when i compile with g.bat it sait that: tmld error : unsolved symbol _main tmld error : unsolved symbol _tsaDefaultInOutDescriptorDestroy tmld error : unsolved...
You don't give much information in this post. The answer might be significantly different depending on which version you use. In any case, you are not...
... indicated that expected response has been received from the target ... indicated that the program image indeed has been downloaded to the ... indicated...
There is no vld device library present for PNX1500. You have to use the VdecMpeg (MPEG2 Decoder) as it is to get MPEG2 Decoding to work on PNX1500. Manoj ... I...
I want to use the mbs to deal with two different video streams . but the tmVtransMbs2 component only supports a single input pin and a single output pin. So my...
2000 mil that's 5cm right? That's huge. You cannot expect the DDR i/f tio run at full speed with such skew between each data lines. The end of Chapter 1 of the...
i use dve-2 sp1 that try to move and edit source code from trimedia\apps\example(SDE2.2) to dve-2 and it also said that cat:not found tmld error:Opening...
We would like to remind you of this upcoming event. TriMedia Foundation class Date: Monday, September 20, 2004 Time: 9:00AM - 5:00PM BST (GMT+01:00) TriMedia...
trimedia@yahoogroups....
Sep 6, 2004 8:03 am
7297
hi all: why odd line can't display? the even line can display. if (strcmp(command, "osde") == 0 ) { UInt32 *pOL,k,color=0xd292d20f; for(k=0; k<50; k++) { pOL...