... Request must be looped back to Grant if you don't have an arbiter. Otherwise reading of the PCI config registers during runtime initialization will fail...
I have recently purchased a Trimeleon DT1304 board. I tried compiling the Philips NDK video input example, but could not get it to work because the Trimeleon...
hi alfred Very thank your answer, I now know my question is that the Request pin of pci don't be looped back to Grant. Now I may download my program on my...
Hi All, As we know that the profiler of Trimedia TM-1300 makes use of "Statistical Sampling" while collecting measurements(cycle count) for any application. ...
I can find the datasheet of PNX1300.But I can't find the datasheet of pnx1500. Can you give me the datasheet? or can you tell me how to get the datasheet?...
hi All What version(s) of WinCE is supported to-date and what are the plans for the tmman driver? We are planning to do a board(host-assist mode) inserted on...
In bootscript,I config a gpio pin to high.It works! But in my l1 boot code,I set the gpio pin to high!It doesn't work! What's wrong? While pnx1500 works at...
Here's an L1 boot code I used for testing. It seems to work. UInt32 L1main() { #pragma TCS_no_graft #pragma TCS_unroll=0 MMIO(0x104000) = 0x00002800; //...
Hi All, Can I capture the audio-in data without using interrupt scheme on TM1300? Where can I obtain the size of the captured audio data? I have tried the read...
The AI_SIZE register is written by your software to control the hardware. If you want to poll, you need to look at the AI_STATUS register to see when BUF1_FULL...
I have now asked around about this. For the pnx1500, NDK 4 is delivered with sources for tmman. We feel that the best way to make WinCE sources would be to...
Hi Chuck, Thankyou very much for your reply, Is that mean I can only poll out the AI_SIZE register when the buffer full flag(or interrupt) was set? Is there...
I think a close look at the chapter in the HW data book would help. You set up AI to capture AI_SIZE samples. The BUFx_FULL flags get set when that many...
NDK4 does not support PNA+£¬but I want to port PNA+ in NDK4, so I think that I can use tmbslPhyDp83847 lib, tmhwEth lib and tmdlEth lib to make the NI of...
Dear group, I set the AI unit to 8Khz, 16bit ,mono channel mode. In this mode I can get the left channel auido data rightly, may I get the right channel audio...
I want the libload.a for Linux,and the host cpu is ppc405ep. It seems difficult to get the object code, so I wonder if the source code in NDK4.02 can be...
tmdlLcd is a part of the MPTK, the header files explain how to use it. It is to be used for the LCD Displays which are sensitive to timings. Depending upon the...
Manoj, Do we have a user doc for tmdlLcd already? Janaki. Philips Semiconductors 1140 Ringwood Court, M/S 42SJ, San Jose, CA 95131-1706 Work: +1-408-474 8604/...
What function in NDK can be used to disable/enable interrupt of cpu? when I send data in TCP,what should I select real-time descriptor or non-real-time...
I am using vld library to decode MPEG2, it work well in tm1300. But it didn't work in pnx1500,I didn't find the pnx1500 vld library in ndk4 . How to use the...
Hi Chuck Does it mean that there will be no possibility to use async copyback in future? Or would it be just another function? I can imagine something like ...
I think there will be a new function for async copyback. You can always can use the COPYBACK macro (which expands to a series of DCB's, one per cache line)....
There will be a different API call : _cache_copyback_asynchronous()or its variant to perform asynchronous callback. Manoj To: trimedia@yahoogroups.com cc:...
HI, Does anybody use MS Visual Studio for compiling with TCS4.4 using output window ? I have tried but it doesn't work. The problem is with "gmake" which try...
hi all I am planning to plug a custom PCI board or your-like the mds tm1300 IREF board directly into our device that run a wince operation system.I want to...
Hi Groups, We want to dump DP buffer under Linux, but pnx1500 Linux driver tmman1500.o (DS_tmc) is different with 1300 Linux driver (tm4linux). We cant cat the...