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.

Messages

  Messages Help
Advanced
Messages 10061 - 10090 of 11668   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10061
I'm working on an application where the I2S signals of the PNX1500 are used to implement an audio delay. Audio samples (32-bit stereo, 32 kHz sample rate) are...
pieterjdv
Offline Send Email
May 2, 2006
9:17 am
10062
At first blush, it sounds like a signal integrity problem. It reminds me of something I once saw on a pnx1300 having a similar clock layout. In that case, the...
Chuck Peplinski
chuckpeplinski
Offline Send Email
May 2, 2006
12:51 pm
10063
Hi Trimedia, I compile memory.c program using nmake command But it not show proper output I try my best to get out put but it's not possible for me I get...
OpenDSP CloseDSP
dsp_nexperia
Offline Send Email
May 3, 2006
7:14 am
10064
WaitForSingleObject is a win32 API. Check Microsoft documentation. Stuck on this call means target TriMedia program did not run. Best Regards, Alfred Lee ......
Alfred Lee
alfred17330
Offline Send Email
May 3, 2006
4:38 pm
10065
Is tmhwGPIOSelectDataSetting threadsafe? Documentation does not say one way or the other. Thanks, Dan...
dernstatamx
Offline Send Email
May 3, 2006
10:22 pm
10066
The SW Architecture documentation says the hwApi's (tmhw) do not protect their access. They are designed to be used in simple, single threaded environments...
Chuck Peplinski
chuckpeplinski
Offline Send Email
May 3, 2006
10:39 pm
10067
I will be out of the office starting 2006-05-03 and will not return until 2006-05-15....
S. van de Pas
googlepostlama
Offline Send Email
May 4, 2006
3:34 am
10068
We have been trying to change the Trimedia CPU frequency dynamically on the PNX1500 (LPC 1500 board). We have been doing this activity using the exolMpeg4...
Anirban Lahiri
anirbanlahiri
Offline Send Email
May 4, 2006
3:45 am
10069
If you have control of the audio source, try to create a special audio waveform that will allow you to capture the decompressed audio and analyze what has...
Alfred Lee
alfred17330
Offline Send Email
May 4, 2006
5:24 am
10070
Hi I just want to write a program forreceiving the audio or Video signal using MPEG2 Compression on trimedia Can any one help out me on this with related...
Kukutla, Mallika
mallika_k3
Offline Send Email
May 8, 2006
6:03 am
10071
Hi trimedia, I have some example program in that there is program memory which is for host and target I make some changes in memory.c of host which gives...
OpenDSP CloseDSP
dsp_nexperia
Offline Send Email
May 8, 2006
9:26 am
10072
Hi, Another problem with audio out on the PNX1500: in about 30% of the cases, audio out won't start. The sequence of events is: (a) Read AO_CTL (b) Write back...
Pieter de Visser
pieterjdv
Offline Send Email
May 8, 2006
2:44 pm
10073
You don't give any details. In general, yes. Several customers do this. Look at exolMpegPs and exolMpegTs. The documentation package includes an app note...
Chuck Peplinski
chuckpeplinski
Offline Send Email
May 8, 2006
3:42 pm
10074
memory.exe and memory.out must run togehter. If you study the code, you will see that they exchange messages. I have tried in the past and it worked. It...
Alfred Lee
alfred17330
Offline Send Email
May 8, 2006
4:15 pm
10075
Thank's Alfert 1]When I give complete path of HelloWorld.out that is (C:\MPTK_builds\apps\HelloWorld\bin\tm_psos_static_el_tm3260_t_WinNT_dvp1_pnx1500_sp_) it...
OpenDSP CloseDSP
dsp_nexperia
Offline Send Email
May 9, 2006
5:51 am
10076
hi group, I am trying to do a part of video coding on pnx1500 and later part on the host processor. Is it possible for the host processor to use the data from...
vishal mokal
mokalvishalv
Offline Send Email
May 9, 2006
10:56 am
10077
Look at the example: DS_tmc\tmComm\examples\memory in: C:\Nexperia\NDK4.3\bin\DE_tmc_B17.zip Best Regards, Alfred Lee ... From: "vishal mokal"...
Alfred Lee
alfred17330
Offline Send Email
May 9, 2006
5:10 pm
10078
Add printf to target memory.c and see if the text comes out? Best Regards, Alfred Lee ... From: "OpenDSP CloseDSP" <dsp_nexperia@...> To:...
Alfred Lee
alfred17330
Offline Send Email
May 9, 2006
5:10 pm
10079
Hi Alfert, I already put printf in target memory.c it not showing any result can I say that my memory.out file is not downloading in SDRAM or it may get...
OpenDSP CloseDSP
dsp_nexperia
Offline Send Email
May 10, 2006
5:07 am
10080
The board which design by myself is consist of PNX1502+FLASH+DDR+Video D/A+Audio D/A+Ethernet PHY¡£ My board input 12V DC,The 3.3V,2.5V,1.2V is convent from...
Îâ¿¡ºÀ
szjunhao
Offline Send Email
May 11, 2006
2:09 am
10081
Now I am implementing dynamic loading. unlike linux module loading mechanism, when dynamic loader load a .dll module, there is no constructor function to be...
roxus_huiming
Offline Send Email
May 11, 2006
2:23 am
10082
I will be out of the office starting 2006-05-10 and will not return until 2006-05-15. I will respond to your message when I return....
Jack F.J. Hendriks
jackhendriks
Offline Send Email
May 11, 2006
3:07 am
10083
hi all, Is there anybody can tell me how to realize the gettimeofday() function in trimedia? The gettimeofday() will get current time (include seconds and ...
wzroom
Offline Send Email
May 11, 2006
3:11 am
10084
In a .dll file, I define a class and it's constructor and destructor and a variable of the class. I expect the constructor and destructor of the class to...
roxus_huiming
Offline Send Email
May 11, 2006
3:55 am
10085
Hi, gettimeofday() is a POSIX function, not ANSI/ISO C. That's why it's not available. At the lowest level, you can do 64-bit cycle accurate timing by using...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
May 11, 2006
8:40 am
10086
Hi: I write a batch file.Follow is the content of the batch file: pushd ..\..\ rem start build set _SJBUILD=MAKE_DEC build apps/StrongJet1500 rem end build ...
kyfar2003
Offline Send Email
May 11, 2006
9:00 am
10087
Hi, it's an anachronistic MSDOS / CMD issue. build.bat is a .bat file interpreted by CMD. CMD does not automatically "return" You must write the line as call...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
May 11, 2006
9:33 am
10088
frank, thank you very much! I got it ,and completed it this afternoon. your advice illumed me,thank you again!...
wzroom
Offline Send Email
May 11, 2006
9:43 am
10089
Hi, Is it recommended that generating PWM signal(~30kHz) with PNX1500 continuously to control TFT-LCD brightness ? I don't want to use small uController for...
Hasan
hasan.sedan
Offline Send Email
May 12, 2006
7:26 am
10090
Does anybody know of a software library that includes a fast 1D real FFT, optimized for PNX1500 resp. PNX1700? What execution times are to be expected for a...
fmuellersp
Offline Send Email
May 12, 2006
11:49 am
Messages 10061 - 10090 of 11668   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