Hi Chuck, Thanks for your reply. When i try to write some code in MSVC++ using tmman API that time it gives error like .h files r not find or not able to open...
I have recently heard issues with MSVC 7. See if you can get it to work with MSVC 6 as a work around. Or give a more detailed report (not able to open H file...
... Really? I'm astounded by that. MSVC 7.1 has approximately an order of magnitude fewer bugs and problems than MSVC 6. At this point, I consider 7.1 to be...
Changes in run time system libraries cause linker errors. Chuck Peplinski TriMedian at MDS www.mds.com ... [Non-text portions of this message have been...
Hi Chuck Thanks, As you know that i am trying to write a application which will combination of standard C programming & TMMAN API like tmmanDSPOpen( ) in...
maybe the length you counted is the total lenght of your DDR. For example,one DDR's is 4cm and two is 8cm ... length ... exact ... board ... shorter ... ...
Hi,everyone: I am reading the pnx1502's databook and find this: Table 40: DDR Recommended Trace Length ============================================= Signal...
hi,everyone: I am reading the pnx1502's databook and find this: Table 40: DDR Recommended Trace Length ============================================= Signal...
I have a dumb question for trimedia experts, what's the difference between TMML library and libmemspace_g.a, it seems both library have the knowledge of...
Hi, everyone: I have written a Lan100 drive for PNA+ tcp/ip protocol. I have encountered some question during testing. First, when i ping from PC to LCP1500,...
First, try these tests in NDK 5.3. There were changes in this area. Several people have made use of the signal sampling code. It is pretty tricky. Chuck...
The MML is a descendant of the very old memspace library. The memspace library was introduced by the TCS team and there is still TCS code (libload?) that uses...
... From: "eagle_sheep2006" <eagle_sheep2006@...> pNA is not commercially supported so I guess you can say it's user supported. ... I don't know but...
... I should clearify that this is in the TriMedia context. Best Regards, Alfred Lee ... From: "Alfred Lee" <alfred@...> To: <trimedia@yahoogroups.com> ...
Hi, TWIMC, I'm using the '1500 with an 8 bit, '656 video interface (VDI_MODE[4:0] = "11010"). The chip generating the '656 stream does not provide a ...
If the VIP of your PNX is set to operate in D1 mode, the data intake will not rely on the state of "dataValid" pin. Therefore, there is no need to tie the pin...
Furthermore as long as the software leaves the VDI_V1 pin state as GPIO pin (default at reset), the VIP always sees that pin as set to '1', i.e. you can use...
Recommended trace length are from pin to pin. If part of the trace is shared between 3 pins then only the portion that matters for the 2 pins involved counts....
Hi trimedian, I've a problem with reading the PCF50606 battery controller via I2C on the Nexperia media box. I'm using the example of "tmdlI2cBasic.c" located ...
Hi trimedian: when I use tm3260 insrtuction to optimizing my programs,there was a problem that the total cycles of the program was reduced but the performance...
Data cache stall? Best Regards, Alfred Lee ... From: "wangbiaonb" <wangbiaonb@...> To: <trimedia@yahoogroups.com> Sent: Wednesday, July 05, 2006 7:57...
Hi, We are trying to write a GUI application which will combination of standard C programming & TMMAN API like tmmanDSPOpen( ) in MSVC++ In MSVC++ 6 when i...
hi everyone, I am trying to port our project from pnx1500 to pnx1700. We used ndk4.3,tcs451p and mds to compile my project in the past. As you know, ndk4.3...
Hi, All When I tmdbg exolVideo, I can trace the program via jtag, and printf to console works well. However, the application can't fread/fwrite host file on a...
Your program does look as though it will be dominated by memory accesses (I only looked at it quickly). But the changed code also looks as though it should, if...