Search the web
Sign In
New User? Sign Up
trimedia · TriMedia User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6016 - 6046 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6016
Hello, Group! Can somebody share with me the schematic of any PNX13XX - based board ( for evaluation purposes ). Even in the PNX1300 Series.pdf ( 548 pages )...
spktu
Offline Send Email
Jan 2, 2004
9:05 pm
6017
The clockspeed registry thing is normal, as we no longer use that clock speed entry on the 1500. Instead, the 1500 is always (specified) to be driven off of a...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Jan 3, 2004
11:19 pm
6018
The latest NDK includes the 2D HW API. Not sure that has made it out the door. As your vendor. The 2D HwApi was designed to be used to create a Windows...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Jan 3, 2004
11:21 pm
6019
I am troubled by the problem of the application using SAA7114 and SAA7121. It stops displaying, after displaying for several seconds, when outputting the image...
ryo2003_sas
Offline Send Email
Jan 4, 2004
8:53 am
6020
If PNX1302's VI/VO works in MESSAGE-PASSING MODE, Can VI_DATA[8] and VI_DATA[9] be the same signal? that's to say, can BEGIN and FINISHED happened at the same...
karvin_liang
Offline Send Email
Jan 5, 2004
6:00 am
6021
Hello group, I've been tasked with evaluating and developing a port of our 1300- based environment to Windows CE. I am curious if anyone here has any ...
vid_engineer
Offline Send Email
Jan 5, 2004
8:14 pm
6022
Is there a list of hardware ( motherboards / chipsets / VGA cards etc. ) incompatibilities with PNX130x ?...
spktu
Offline Send Email
Jan 5, 2004
9:53 pm
6023
Modern Philips decoders / encoders ( SAA7129, SAA7118 ) support is not included in SDE 2.1. Is it included in SDE 2.2 or elsewhere?...
spktu
Offline Send Email
Jan 5, 2004
9:57 pm
6024
Yes it should work, but no heavy testing of that mode has been done. Luis. <-----Original Message-----> From: karvin_liang Sent: 1/4/2004 10:02:55 PM To:...
Luis Lucas
luislucas67
Offline Send Email
Jan 6, 2004
12:15 am
6025
Hi, Have you follow the PCI_JTAG instruction in verifying that the hardware work? Can you try it on a known good target? If the JTAG L1 boot program doesn't ...
alfred@...
alfred17330
Offline Send Email
Jan 6, 2004
6:39 pm
6026
Hell, After finished install the SDE2.2, I want to compile a c language example source file. For example vitest.c file. When compile it (tmcc -o vitest...
thomas_kaixin
Offline Send Email
Jan 7, 2004
2:42 am
6027
Hello, After finished install the SDE2.2, I want to compile a c language example source file. For example vitest.c file. When compile it (tmcc -o vitest...
thomas_kaixin
Offline Send Email
Jan 7, 2004
2:45 am
6028
Hi, According the follows, edited cygmount.bat and cygsetup.bat, and then executed "cygmount.bat" and "cygsetup.bat assert" in a cygwin window. We tried to do...
niky
pureniky
Offline Send Email
Jan 7, 2004
4:03 am
6029
Dear Group, I wrote a small program for reading some MMIO value in NREF1500 using NDK4 as follows: #inlcude "mmio.h" void main(void) { int value; ...
James Yang
jamesyang1209
Offline Send Email
Jan 7, 2004
6:39 am
6030
I have solve this problem after add "path of tmdbg.exe" into my path seeting. Thanks. ... clock speed entry on the 1500. Instead, the 1500 is always ...
James Yang
jamesyang1209
Offline Send Email
Jan 7, 2004
6:42 am
6032
hi,all I connect one piece of SDRAM(4*1M*32bit) to pnx1301. When I set the SDRAM size to 8MB in the EEPROM,PNX1301 work correctly. But when I set the SDRAM...
wengst0428
Offline Send Email
Jan 7, 2004
8:06 am
6033
I tried to use the functions pciMemoryCopy() + tmmanSGBufferFirstBlock () + tmmanSGBufferNextBlock() to transfer a data block (~200k..300k) from the local...
xxmsc
Offline Send Email
Jan 7, 2004
10:30 am
6034
Hello, Probably you forgot to do a _cache_copyback() before starting the pciMemCopy(). The TM CPU's cache may contain data that has not been written back to ...
F.W.A.van.Leeuwen@...
frank_van_le...
Offline Send Email
Jan 7, 2004
10:39 am
6035
I am currently planning to use PNX130x to perform alpha blending in software, because making it via ICP and EVO is not acceptable ( because of ICP and EVO...
spktu
Offline Send Email
Jan 7, 2004
11:25 am
6036
Dear Group! Can anyone share with me the following files for SAA7129 support: SAA7129.c SAA7129.h SAA7129.o I have the SDE version, which has no SAA7129...
spktu
Offline Send Email
Jan 7, 2004
11:38 am
6037
... to ... () ... Hi, thank you for quick response. I already perform a _cache_copyback() to the whole SDRAM data block (is it wrong?) before calling...
xxmsc
Offline Send Email
Jan 7, 2004
2:47 pm
6038
Use the apps/helloWorld example that is provided with NDK 4. The raw TCS is probably not configured right to support the simple main()/tmcc method that you...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Jan 7, 2004
3:17 pm
6039
It's my solution now. But, do you know how to shorten the compile time? Each time I modify the apps program, use "perl ..\build_exe.pl apps\helloworld", it...
James Yang
jamesyang1209
Offline Send Email
Jan 8, 2004
6:45 am
6040
Hi group, We can't find any example teach us how to use timer and interrupts API in NDK4. Any body know where is the demo code? Thanks....
James Yang
jamesyang1209
Offline Send Email
Jan 8, 2004
8:14 am
6041
Hi, According the follows, edited cygmount.bat and cygsetup.bat, and then executed "cygmount.bat" and "cygsetup.bat assert" in a cygwin window. We tried to do...
niky
pureniky
Offline Send Email
Jan 8, 2004
9:44 am
6042
... interrupts ... You can use the libtmdlTimer to realize it...
tomchbd
Offline Send Email
Jan 8, 2004
12:01 pm
6043
Yes, we curse this as well. But there is a trick. The perl build is nice for a full clean build when you change libraries or include files because it really...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Jan 8, 2004
1:57 pm
6044
Have you followed figure 12-11 of pnx1300 databook? When you change the total memory size you also need to change the rank size in this case table 12-7, bits...
Luis Lucas
luislucas67
Offline Send Email
Jan 8, 2004
6:53 pm
6045
Assuming you use two x32 SDRAM devices your eerpom content seems correct (i.e. the rank size does not actually change). Have you changed the maximum memory...
Luis Lucas
luislucas67
Offline Send Email
Jan 8, 2004
6:59 pm
6046
If you are still watching this newsgroup, can you let me know if you got an answer for this message or not ? I have also ran into the same issue. Would like to...
rsram
Online Now Send Email
Jan 9, 2004
1:24 am
Messages 6016 - 6046 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help