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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5734 - 5763 of 11594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5734
Hi Group, I have Some Problems with the FwriteInstanceConfig Routine, The following is the Source code I used, ptsaControlDescriptor_t...
Renuka SP
renuka@...
Send Email
Nov 1, 2003
10:58 am
5735
thank you for help ! when I use the FUNSHIFT to resolve unalignment problem, the new trouble come up, becasue the trimedia compiler select the LITTLE ENDIAN...
Alen Super
supertm20032004
Offline Send Email
Nov 1, 2003
9:10 pm
5736
Dear All, I have on TM1300 IREF board form MDS. I can run vivo (video in video out) example with TMGMON, but I cannot run votest (video output test) with...
jamesyang1209
Offline Send Email
Nov 3, 2003
3:21 am
5737
hi i am compiling a C based library that is using alloca() function. it is defined in alloca.h but during linking it is giving error tmld error :...
waqqas_jabbar
Offline Send Email
Nov 3, 2003
11:28 am
5738
Dear group, I got a Mpeg2 program stream wich was encoded by Empress ( Philips) SAA6752. It got user data inserted in it's GOP layer which I can see when I ...
mark
haaschreck
Offline Send Email
Nov 3, 2003
11:57 am
5739
Hi, have you included <alloca.h>? This #defines alloca to an inbuilt tcs run time version of alloca which does the necessary stack frame magic. Colin. To:...
colin.king@...
colin_ian_king
Offline Send Email
Nov 3, 2003
11:57 am
5740
We really didn't test the User data out functionality much. Try tusing the userSender Field of the Main video packet and see if you get the user data there. ...
manoj.koul@...
manoj_koul
Offline Send Email
Nov 3, 2003
6:21 pm
5741
Dear Group, Anyone know that is there any filesystem in NKD4.0? FAT16/32? ISO9660? Thanks in advance....
jamesyang1209
Offline Send Email
Nov 4, 2003
4:46 am
5742
After try many methods, I have solved this problem. If anyone need it's answer, you can mail me. Thank group. ... output ... examples ... on...
jamesyang1209
Offline Send Email
Nov 4, 2003
6:46 am
5743
Hello everybody, Does anybody kwow if the Datasheet or Databook of pnx1500 is already aviable? We would need this information to start our planning for new...
Jesus Callejo
jcallejo@...
Send Email
Nov 4, 2003
8:15 am
5744
Hi, after you buy NDK4.0 from MDS, you can have the datasheet. Levis ... From: "Jesus Callejo" <jcallejo@...> To: <trimedia@yahoogroups.com> Sent:...
Levis
levislicn
Offline Send Email
Nov 4, 2003
8:33 am
5745
Dear Group. I'm trying to boot L2 from L1(eeprom). I tested L1 boot code on our board.It worked well. The L2 code run when I download via jtag(.out file). But,...
cbkima
Offline Send Email
Nov 4, 2003
1:20 pm
5746
... After we make a monetary investment, we can learn whether or not the chip has the features we're concerned about? That must be a new business ethic... A...
vid_engineer
Offline Send Email
Nov 4, 2003
1:21 pm
5747
As I remember, there is a (preliminary) data sheet in the file area of the TMUG. It's been there for some months. We'll check on posting the latest data books...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Nov 4, 2003
2:25 pm
5748
Some suggestions: You don't tell us how many tasks are in the system or what are their priorities. When it "hangs," the system may well be in some other high...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Nov 4, 2003
3:06 pm
5749
... Come now, let's be nice to each other :-) The data sheet is on the Files section of this eGroup at: http://groups.yahoo.com/group/trimedia/files/ and I...
Chris Bore
chris_bore
Offline Send Email
Nov 4, 2003
3:32 pm
5750
... Ah, I'm sorry; I certainly don't intend to be rude or alienate this group's good members. ... I'm not sure what you're looking at. I see a product profile...
vid_engineer
Offline Send Email
Nov 4, 2003
4:10 pm
5751
... Well, as it turns out I didn't look before I spoke (I must be turning into a User..). And now that I have looked, I see you are right, there is only a...
Chris Bore
chris_bore
Offline Send Email
Nov 4, 2003
4:29 pm
5752
All, Thanks for the great interest in PNX1500. We are working hard now to bring this product to production. As much of the documentation is still in draft...
stephen.tomasello@...
Send Email
Nov 4, 2003
9:33 pm
5753
Hi, I think you should keep track with Local Philips Sales, usually, You can have a hardcopy of the databook if you sign a NDA with Philips. In order to get...
Levis
levislicn
Offline Send Email
Nov 5, 2003
1:21 am
5754
So, for my own personal clarification: 1. NDK 4.0 is finalized and available as a full release version? 2. Various providers have initial evaluation boards...
vid_engineer
Offline Send Email
Nov 5, 2003
1:33 am
5755
Eric, You are almost right. You can get a hardcopy of the databook even if you dont buy the board or NDK4. Documentation is still subject to change, so Philips...
Levis
levislicn
Offline Send Email
Nov 5, 2003
2:13 am
5756
hi,groups I dont know what is the functions of PnPInit() and PnPOpen() and so on . Where is it ? thanks all ... Do you Yahoo!? Protect your identity with...
ff ff
wdy9927
Offline Send Email
Nov 5, 2003
2:17 am
5757
hi all: I have some codes and a main code.(Trimedia1300 SDE2.2) ex: aaaa.c bbbb.c tttt.c main.c I want compile aaaa.c & bbbb.c & tttt.c to totle.lib. how to do...
ÂȘN
ast7166
Offline Send Email
Nov 5, 2003
5:16 am
5758
Hi, ... you get the user data there. Yes, thanks, there is a pointer to something there. But it does not directly point to the userdata. Anyone knows where...
haaschreck
Offline Send Email
Nov 5, 2003
8:07 am
5759
hi just compile the .c files into .o and use tmar to make a static library(.a) with it tmar -rcv lib<name>.a *.o to use this library link with -l flag. the...
waqqas_jabbar
Offline Send Email
Nov 5, 2003
8:35 am
5760
hi! everyone. I want to use the tm1300's ssi to connect with the modem chip. Who can tell me how could i download or get the datasheet of stlc7545? The...
oldfreeman2003
Offline Send Email
Nov 5, 2003
9:40 am
5761
Hi, Eric. I had a brief dialogue with Philips to try to clarify what the position is in respect of documentation. Do bear in mind that I'm not Philips, so I...
Chris Bore
chris_bore
Offline Send Email
Nov 5, 2003
12:20 pm
5762
... No, of course not. I phrased it poorly when I was trying to reconcile how getting the databook was associated with buying an eval board. I should point...
vid_engineer
Offline Send Email
Nov 5, 2003
3:57 pm
5763
As I remember, the 7550 supports v.90. The 7545 supports only v.34bis. Chuck...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Nov 5, 2003
4:53 pm
Messages 5734 - 5763 of 11594   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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