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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 10751 - 10780 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10751
As I know, there is a bug in pnx150x with Atmel EEPROM in high speed mode. I am not sure if it still exist in pnx170x. Had you check pnx170x bug list?...
Garfield
serchenchang
Offline Send Email
Oct 2, 2006
2:16 am
10752
I am curious about if anyone try to use Nexperia to burn DVD?...
Garfield
serchenchang
Offline Send Email
Oct 2, 2006
9:17 am
10753
I had check this bug.When use PNX1501,we use 100K iic clock and the power of eeprom is 5V.In PNX170X,i use the same clock and power.Maybe 1701 had fixed this...
yinjun_dh
Offline Send Email
Oct 2, 2006
11:28 am
10754
Your problem does not match any known problem, so you will have to do some more debug, i.e. define/investigate why it does not boot. For example is the IIC bus...
luis@...
luismlucas
Offline Send Email
Oct 2, 2006
8:57 pm
10755
Hi, We seem to have a problem with the i82559.c driver. Sometimes the controller, gets into a RNR (Receive not ready ) state, which we can't seem to recover...
luc.roels
Offline Send Email
Oct 3, 2006
12:03 pm
10756
Hello all, I am working on PNX 1500 system. I use NDK 4.3 and NDK 5.3 version softwares. In this system pSOS schedules an idle task when there is no real task...
Anu Radha
chinta_anu
Offline Send Email
Oct 3, 2006
2:39 pm
10757
In 4.3 (actually, TCS 4.51), it is a while (1) loop. In 5.3 (actually, TCS 4.61), it is a powerdown instruction. Look into ...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Oct 3, 2006
2:56 pm
10758
Is that AES implementation publicly available? ... <mailto:trimedia-unsubscribe@yahoogroups.com?subject=Unsubscribe>...
davidnduffy
Offline Send Email
Oct 3, 2006
11:05 pm
10759
Hello Luc, Are you using Blunk Microsystems' i82559 driver and TargetTCP/NXP? Best regards, Sojeong ... From: luc.roels To: trimedia@yahoogroups.com Sent:...
Sojeong Stoutamore
sstoutamore
Offline Send Email
Oct 3, 2006
11:38 pm
10760
No it was the i82559.c driver for the Fusion stack. But I already managed to solve the problem. The driver did not restart the receive unit when it encountered...
luc.roels
Offline Send Email
Oct 4, 2006
3:11 pm
10761
Hi Group, I am trying to use TMDBG to retrieve the DP buffer, it used to be OK in NDK4.3 but in NDK5.3 it says: DP buffer exceeds 20 K bytes. Please redirect...
gzjimfan
Offline Send Email
Oct 4, 2006
4:33 pm
10762
In the updated example app (exolMpeg4Avi) from NDK5.4 there is following line commented out: //ivp->aviReadInstSetup->AcceptAllCodecs = False; I recently...
davidnduffy
Offline Send Email
Oct 4, 2006
9:22 pm
10763
... Menu Options | Set DP Destination | Store in file hth frank...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
Oct 5, 2006
8:56 am
10764
hi every one, I have write a simple file system just as the flash_demo examples in the tcs example directory. When I test this file system, fopen, fread and...
hz21ic
Offline Send Email
Oct 10, 2006
8:20 am
10765
I assume you understand the file IO driver system and you see the call to fstat mapping down to your implementation of stat? Something could be wrong there. ...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Oct 10, 2006
12:39 pm
10766
I have a batch file with the correct settings for building for simulation on NDK4.3 but I can't seem to get things correct in the 5.4 environment. What...
davidnduffy
Offline Send Email
Oct 10, 2006
4:50 pm
10767
... call ... could ... TCS/examples/flash_file_system/library implements both fstat and stat. Add debug statements to both to see what's wrong. ... fstat ... ...
Frank Drobot
thedrobots
Online Now Send Email
Oct 10, 2006
5:58 pm
10768
When using the simulator with NDK, you need to set the board to tmbslNull as found in sd\os\osinfra\comps\tmbslNull. Then you need to have a proper set of...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Oct 10, 2006
6:04 pm
10769
The problem is that sd\os\osgeneric\comps\tmMain now adds arbiter code if TMDIVERSITY contains either 1500 or 1700. You can either fix tmMain or you can fool...
Frank Drobot
thedrobots
Online Now Send Email
Oct 10, 2006
6:12 pm
10770
I can compile the exProject MyHelloWorld and simulate it just fine (even without the fake pnx0000 diversity) but I can't get my app to compile with those...
davidnduffy
Offline Send Email
Oct 10, 2006
10:14 pm
10771
I'm using tmbslNull and the path in prjlist is correct such it will be found but the build fails trying to find tmosal because it tries looking in...
davidnduffy
Offline Send Email
Oct 10, 2006
10:25 pm
10772
Did you try a clean build? Look for strange characters in the makefile? " NDK5.4/comps/tmosal" means "could not find it". It's got to be something basic. ...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Oct 10, 2006
10:41 pm
10773
... Hmm, a (clean) build of HelloWorld uses tmosal. Since you're also using tmosal what do you have for LIBS? To get the headers you need tmosal for REQUIRES...
Frank Drobot
thedrobots
Online Now Send Email
Oct 11, 2006
1:39 am
10774
Thanks for your answer, but I am using my own simple file system instead of the tm flash file system. When I call the fstat, I am sure the call can't reach my...
hz21ic
Offline Send Email
Oct 11, 2006
7:08 am
10775
The file IO driver mechanism is from TCS. The NDK version does not matter. I'm not expert on the fstat functions, but the standard C library functions in TCS...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Oct 11, 2006
12:48 pm
10776
Hi, I am new to Trimedia. I am trying to build the exProject, but getting following error. ... C:\Nexperia\exProject>dvpMon_Win1500.bat MyHelloWorld ...
gulatisam
Offline Send Email
Oct 16, 2006
1:56 pm
10777
The installer does not set all of the required environment variables. The ndk5.bat file sets some (the paths) and the rest are set by the batch you mention....
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Oct 16, 2006
4:48 pm
10778
Hi group, Is someone got any experience about the TCS4.51p C++ compiler and the STL classes? We try to use the STL library provided with TCS, but we got lot of...
Frédéric BERNON
frederic.bernon
Offline Send Email
Oct 16, 2006
6:36 pm
10779
Hello, I have a system in which the audio amplifer introduces some delays to the output audio. So when playing a compressed video in the system. i Need to...
winson_g_lim
Online Now Send Email
Oct 17, 2006
12:10 am
10780
I ran 'ndk5.bat' and after 'set' at the very same command promt, I typed 'dvpMon_Win1500.bat MyHelloWorld'. As currently I dont have any hardware OR reference...
gulatisam
Offline Send Email
Oct 17, 2006
5:57 am
Messages 10751 - 10780 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