If you look into the trees code or the resulting assembly, you will see that the "PREFETCH" macro takes a "number of cache lines" as its second argument. (not...
We would like to remind you of this upcoming event. TriMedia Foundation class Date: Monday, May 10, 2004 Time: 9:30AM - 4:30PM BST (GMT+01:00) Leuven, Belgium ...
trimedia@yahoogroups....
May 3, 2004 8:32 am
6670
Hi all, I wrote a test program to test the tcp/ip stack on DVE-2. The program is expected to receive the UDP packets in a while loop as a server program....
UDP stands for "unreliable data protocol." By definition, there is no flow control. There is a spec for hardware flow control, but it is inconsistently...
... On the off chance is printf redirected to tmdbg or the serial port? If so, it is likely to have an impact on the overall system performance. Try without...
Thank you for your reply. Is flow control used to limit the data sending and receiving speed? ... no flow control. ... implemented. It may be that the...
Can anyone point me to the documentation which describes how to setup the chip speed along with the memory size, speed, and location. It appears that this is...
... Look at the serial boot EEPROM "sources" that came with your LCP-1500. More info is also in the pnx1500 databook (search for boot). Or do you mean you...
Greg provided this reply: "The document that tells you how to configure the memory size, speed, and location is the PNX1500 hardware databook. Refer to the...
Dear Group: After we bought MPTK basic decoder disc, the example of JPEG decoder only can display 720x480 output. Since it can decode up tp 16M pixel JPEG...
The jpeg decoder component in MPTK can decode upto 16M pixels of image. Example application can be modified to scale the jpeg decoder output for displaying on...
milind.phadtare@...
May 6, 2004 2:17 pm
6681
Two more question: 1. When Philips release new version example? 2. How can we compile the example into Debug mode? Only retail mode we can compile now, but...
How to do mixed builds is discussed in the FAQ. See the docs tree. But since the source for the library is not released, you will only be able to trace your...
1. When Philips release new version example? My investigations find that the new version should be available in MPTK RC2, targetted for June, and it appears to...
I'd like to use MBS to scale down/up two different video sources into QVCP layer0 and use layer1 exclusively for RGB graphics. The VRend component is using...
Dear Group, In my EEPROM Boot code, I load my program code(mi file) to memory address 0x840 from Flash. Due to some reason I want to reset my program(i.e....
Dear Sirs. I used ..\kernal\boot_build.bat to built code for write code to flash. I got some out code in c:\tmp\mptk1500rc1 such as exbffsformat.out(nohost &...
Hi Joel, In case the scaled images have to be rendered only, tmVrendGfxVo can do that job for you. You do not need to use the separate transformer component...
Hello Group, Does anybody know how to clean flash garbage after an incorrect updating of the boot image(for example after power loss)? Is it aviable the...
We noticed something the other day that I think is worth sharing: Between pnx1500 v1.0 and v1.1, the behavior of the copyback instruction (dcb) changed. This...
I'm using the PNX1500 on the MDS dev board. I'm using the tmhwDraw API and link with the tmhwDrawTmt library to get the acceleration of the PNX1500. I have to...
It is not possible. TM-/PNX1300 always boots from an EEPROM. Luis. <-----Original Message-----> Is it possible to let a standalone TM1300 reboot from flash...
You can try two things: (1) Make sure you configured your board (Nref, I assume) so that the two LED's work. The two required jumpers are documented in the...
The complete sources to the TriMedia flash file system are available in TCS4.x\examples\flash_file_system. ... Hello Group, Does anybody know how to clean...
What happens when you jump to 0x840 (assuming everything is set up correctly)? { void (*StartAddress)(); /* Flush data cache. */ copyback_dcache(xxxx, size); ...
Hi, thanks for replying. I really do need to scale my video. In fact, I have to do it PIP style. I would like to scale one video up to fill up the whole...
related questions: what is the appropriate tmhwDraw library to link with to get the PNX1500 acceleration. The manual says to use tmhwDrawTmt, but the ...