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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 11565 - 11594 of 11594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11565
... load ... If there is a relocate method, or something can funtional like that?...
freeoicq
Offline Send Email
Apr 22, 2008
9:08 am
11566
... Yes, dynamic linking and relocation is available although rarely used. [Non-text portions of this message have been removed]...
Frank Drobot
thedrobots
Offline Send Email
Apr 22, 2008
5:12 pm
11567
As Frank says, dynamic linking has been used. It's not our main focus, and we have not tested this in NDK for some time. Some customers have used it in the...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 22, 2008
6:30 pm
11568
So where can I find the detailed information about relocation implemention? Or is there any examples? Chuck Peplinski <chuck@...> wrote: As Frank...
hkr2000 hkr2000
freeoicq
Offline Send Email
Apr 23, 2008
1:17 am
11569
C:\Nexperia\TCS5.1\examples\downloading, C:\Nexperia\TCS5.1\examples\dynamic_loading C:\Nexperia\ndk5.7\prod\mptk\apps\exDLL ...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 23, 2008
1:35 am
11570
Is there possible use the general MII interface to make the phy and mac work? Just like what in linux. _______________________________________ ...
hkr2000 hkr2000
freeoicq
Offline Send Email
Apr 24, 2008
10:23 am
11571
I'm not sure what you are asking. All of our reference designs use MII to connect the on chip MAC to an off chip PHY. Don't use RMII, though. We recently...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 24, 2008
1:52 pm
11572
Hi, good morning everybody! There are one problem that I faced with recently. How can realize the dynamic change of the destinate windows output rectangle size...
gshzhong2005
Offline Send Email
Apr 25, 2008
3:18 am
11573
Hi, good morning everybody! There are one problem that I faced with recently. How can realize the dynamic change of the destinate windows output rectangle size...
gshzhong2005
Offline Send Email
Apr 25, 2008
5:19 am
11574
I think if you were using NeedBuffer=True, then the MBS would be controlled by VrendGfxVo, and you could do what you want. You must have another reason for...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 25, 2008
5:51 am
11575
Hi! I'm working on a program for TM3271 which consists mainly of C and also some assembly code for jumping with a dynamic offset. I compiled the program with...
fabian.poschl
Offline Send Email
Apr 25, 2008
7:44 am
11576
I am try to run pci config in simulator mode, but it does not run correctly, so I am wondering if it supports that case?...
freeoicq
Offline Send Email
Apr 25, 2008
3:28 pm
11577
No, the simulator does not simulate the peripherals. Chuck Peplinski Media Processing Software Architect for PNX1500/PNX1700 TriMedia Tech Support for NXP...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 25, 2008
4:45 pm
11578
... How are you doing that? You understand that the image in memory is compressed? Self modifying code on the TM is practically impossible. Or do I miss...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 25, 2008
4:53 pm
11579
In TM1300, the pci read/write config is very simple, but in TM1500, it is too complicated. Would it possible to use PCI as TM1300, or just how the...
freeoicq
Offline Send Email
Apr 26, 2008
2:54 am
11580
Have you looked at tmhwPciReadConfig() and tmhwPciWriteConfig() in NDK\sd\os\osgeneric\comps\tmhwPci\inc\tmhwPci.h? I know that the PCI stuff on the 1500 and...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 26, 2008
8:38 pm
11581
Yes, I have already read it. In some case it does useful, but it has too many dependences, if a simplely inb/outb or else exist, it should be better. Chuck...
hkr2000 hkr2000
freeoicq
Offline Send Email
Apr 27, 2008
1:40 pm
11582
Well, I did not know about the compressed image compression, so I guess that is the problem. I implemented it like this: .global _jmp_table _jmp_table: ...
fabian.poschl
Offline Send Email
Apr 28, 2008
7:37 am
11583
Complexity and price of solution depends on how do you plan to receive and deserialize HDSDI. There are two ways: to use fpga and to use IC. U do not like...
A K
ka_72y6m6d
Offline Send Email
Apr 28, 2008
11:10 am
11584
Enter your vote today! A new poll has been created for the trimedia group: I have been asked by a universoty if members of this eGroup would answer a survey...
trimedia@yahoogroups....
Send Email
Apr 28, 2008
11:12 am
11585
Would you use an HDMI receiver? If so, I would think you would just connect the I2S serial output to the PNX audio input. The AI port can also be used as a...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 28, 2008
3:51 pm
11586
I use the tmhwPCI but remove all dependences, so just use the raw pci config read/write functions, it can finger out all the pci devices, and the vendor id,...
freeoicq
Offline Send Email
Apr 29, 2008
8:55 am
11587
I'm not sure where your problem is but here's where I would look. See Figure 2: PNX17xx Series System Memory Map in Chapter 3: System On Chip Resources. In...
Alfred Lee
alfred17330
Offline Send Email
Apr 29, 2008
4:03 pm
11588
I have fixed up the problem. I think it is a bug in the driver, if you read too quick with no delay, the operations will failed, so in the driver it should...
hkr2000 hkr2000
freeoicq
Offline Send Email
Apr 29, 2008
4:09 pm
11589
This sounds like it could be the result of posted MMIO writes. When you write to an MMIO location, the first one is "posted". It appears to complete...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Apr 29, 2008
5:20 pm
11590
Hi, I'm having some problems with a mixer sw component. Debugged for a while a started to doubt whether maybe hw might be the cause. I found one interesting...
Harm Verhagen
harm_verhagen
Offline Send Email
May 1, 2008
12:44 pm
11591
Hi Harm. Logging this as a TCSHelp issue (rather than TMUG) will increase the chance that someone at NXP takes time to investigate. Logging here means that...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
May 1, 2008
2:12 pm
11592
... function ... Thats exactly what I also thought. Its like those cache operations before/after painting the border are not happening. it seems those cache...
Harm Verhagen
harm_verhagen
Offline Send Email
May 2, 2008
2:38 pm
11593
... Which is exactly what was happening. I found that tmdlMbs2 sometimes reports a done callback _before_ the corresponding task is actually finished. ...
Harm Verhagen
harm_verhagen
Offline Send Email
May 2, 2008
8:25 pm
11594
I use usb over PCI in tm1500, and all hardware detect go corrent, but the pci int have some trouble. I use the INTA, and int the interrupt handler, it says: ...
freeoicq
Offline Send Email
May 6, 2008
5:58 am
Messages 11565 - 11594 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