Hi Luis, Thanks for the reply. I did many tests and I did not manage to get a simple program running on my board. I use our own board that we designed, with...
Something occured to me. I think there is a bug in the boot script program I posted some weeks back. Is that what you are using? Can you ensure that your...
Is anyone aware of a document that would allow me to identify which revision of the PNX1500 is soldered to my board? The revision identifier that I have seen...
Hi all. I am now attemping to connect TM1300's AO unit to FM1073B. Now I've known, TM1300's AO can work in the mode of Standard Stereo I2S,and FM1703B has CHI...
Hi everyone, I use our own board that we designed, with PNX1501E and 2 DDR chips (MT46V16M16-6T).I can't my board with jtag?I use pcijtag -b test it,the...
Hi groups, We have a problem when using the video component VdecMpeg in ndk4.11 to decode MPEG2 video. An input buffer passed to VdecMpeg contains 1 PTS and...
No, the EEPROM is required due to a silicon bug. Search archive for details. Best Regards, Alfred Lee ... From: "ron_jacoby_il" <ron_jacoby@...> To:...
hi, eveyone. I use tm1300_based PCI board. and my application need to transfer block data from PCI to SDRAM via DMA.of cause,the dest and source address are 64...
We're running into a similar problem with new Dell machines and our TM1300 hardware (based on the TM1300 IREF card) and I wonder if anyone has an update. ...
There are a few paths to dealing with this. 1) Set the SpeculativeLoadFix registry entry (if your TM code is written to allow it). Or 2) call Dell again...
I won't guarantee this to be complete and foolproof. But: Run NDK's hello world. The code to identify the chip version is in the pnx1500 BSL, and the value...
My approach to these problems: Use the sine wave test program at the device library level. Keep it simple. After starting the program (and verifying that the...
if(MMIO(0x040048) == 0x04800000) then it is rev 1.0 if(MMIO(0x040048) == 0x04800001) { MMIO(0x065000) &= ~(1<<4); if(MMIO(0x065000)&(1<<4)) then it is rev 1.11...
Hello Chuck, Do you know if this problem is fixed in Pnx1700? Regards, Marc Racicot ... From: Chuck Peplinski [mailto:chuck@...] Sent: Monday, April 04,...
I don't know. I would design every board to include the eeprom and hope that it can be "not stuffed" in produciton. You can attempt to remove it at the end...
In my memory, none of the video decoders extrapolated time stamps. The renderer would simply play anything that arrived without a time stamp. But I have to...
It is planned to be fixed in pnx1700. Luis. P.S> The failure is much less frequent that 1 out of 8 times, and it is chip related. It's more like 1 out of...
MPEG2 decoder intrapolates time-stamps, but if you don't give it a clock it will not intrapolate time stamps. Manoj ... In my memory, none of the video...
Hi, not giving it a clock handle could be a work around, but this is not without consequences. Anyway, if the decoder is outputting several frames with the...
Hi, In case your problem manifests on PCs with Intel 915/25 chipsets and Phoenix BIOS with pnx1300 PCI card in it as follows *** Hardware Malfunction Call your...
Hi groups, We pass clockHandle by defaultSetup->clockHandle in tmalVdecMpegInstanceSetup_t (use tmalVdecMpegInstanceSetup()), but VdecMpeg still produces the...
Hi group, I've designed a board based on PNX1500, but I'm not able to get any Helloworld style program work! I have followed the recommendations of section...
When you find a problem like this, here is what needs to be done. This is a very general set of advice. 1) Demonstrate that the problem exists in one of the...
Hello group, I am working on pnx1500 nREF board. I want to capture the VBI (especially Euro Teletext) data from the Video Decoder out put. I am trying with a...