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...
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...
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...
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...
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...
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...
No, the simulator does not simulate the peripherals. Chuck Peplinski Media Processing Software Architect for PNX1500/PNX1700 TriMedia Tech Support for NXP...
... 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...
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...
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...
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: ...
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...
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....
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...
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,...
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...
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...
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...
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...
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...
... function ... Thats exactly what I also thought. Its like those cache operations before/after painting the border are not happening. it seems those cache...
... Which is exactly what was happening. I found that tmdlMbs2 sometimes reports a done callback _before_ the corresponding task is actually finished. ...
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: ...