Hi all, Our customers want our PNX15xx based products to support 17 inch LCD Panels, the interface of our 17 inch Panel is two LVDS channel, one for odd pixels...
9032
Chuck Peplinski
chuckpeplinski
Jul 27, 2005 11:59 am
Simon- I'm glad to hear that you are looking into tmCom. I will be very interested to hear more of your experience. Several big projects inside of Philips...
9033
Alfred Lee
alfred17330
Jul 27, 2005 4:00 pm
If you have gotten the PCIJTAG for the DVE-2, you may have gotten it quite a while ago. Earlier revision hardware before S/N 86 do not properly support...
9034
nexperia_iq
Jul 27, 2005 6:18 pm
In my PNX1500 application, the device is in standalone mode with no host. I am using the hwDraw graphics API to display boxes. I am able to draw the boxes as...
9035
Joel Chen
joel_chen
Jul 27, 2005 6:19 pm
Well, this is really annoying! TCS451p1 compilers insisted on appending .h to header files in line such as #include <string> if it had a brain lapse and...
9036
Alfred Lee
alfred17330
Jul 27, 2005 6:29 pm
Being no expert here, how about giving . as full name, i.e. #include <string.> or use absolute path to get around the issue? Best Regards, Alfred Lee ... From:...
9037
Bauernoeppel, Frank
frank_bauern...
Jul 27, 2005 7:15 pm
Hello, both constructs __attribute__ and #pragma pack() are not ANSI-C, so they won't work on NDK 2.2. Be aware that pnx1500 and before do not support ...
9038
Joel Chen
joel_chen
Jul 27, 2005 8:36 pm
The problem is that TCS actually search for both string and string.h at the same time, so if there's another include path that has one of the files, TCS thinks...
9039
Chuck Peplinski
chuckpeplinski
Jul 27, 2005 9:50 pm
If you want to report a bug in the compiler, create a small test case that exactly demonstrates the problem. Then post it as an issue on tcshelp.com. I can...
9040
Chuck Peplinski
chuckpeplinski
Jul 27, 2005 10:07 pm
These are Philips internal files. If you are really interested, I can send you some of them off list. But I don't think it is very important. What matters...
9041
S. van de Pas
googlepostlama
Jul 28, 2005 3:23 am
I will be out of the office starting 2005-07-27 and will not return until 2005-08-02....
9042
steffensledz
Jul 28, 2005 9:35 am
On our new hardware clk_qvcp is driven by an external clock. So MMIO CLK_QVCP_OUT_CTL should be 0x0000000b (qvcp_output_enable_n=1, sel_clk_qvcp=01,...
9043
renzhe50
Jul 28, 2005 10:33 am
hi all, In NDK4.02 ,i design a video processing system which consists of VIP (D1 format YUV422 sampling)+MBS(YUV422 TO YUV420)+MP4 Encoder.But the video...
9044
Harm Verhagen
harm_verhagen
Jul 28, 2005 11:36 am
Chuck wrote, ... people ... Indeed, for as far as I know, tmCom is only used in statically linked images. To use it from DLL's some work is needed. For...
9045
Tim Roberts
timriiacom
Jul 28, 2005 4:16 pm
... That won't work on Unix at all; "string" and "string." are two separate files. I see that it does seem to work in Cygwin, but the "yecch" factor is very...
9046
shreyans
shreyanschopra
Jul 28, 2005 6:22 pm
I need to do grafting on my encoder unit for optimisation. I am reading cookbook .But it seems to me that grafting can run only by using tmcc utilities. as my...
9047
Joel Chen
joel_chen
Jul 28, 2005 6:30 pm
From my point of view, it's quite simple. TCS should simply stop appending .h to file names from #include lines. That itself is a bug or a feature depending...
9048
shreyans
shreyanschopra
Jul 28, 2005 7:53 pm
I need the profile information to be passed on to do profile driven compilation.I think it doesnt use -p as an option when compiling. If somehow I can change...
9049
Joel Chen
joel_chen
Jul 28, 2005 9:59 pm
As my co-worker has noted in the edg compiler front end TCS uses, there is actually an option to turn off this. tmCC -tmcfe --incl_suffixes=:: --...
9050
forrestvander
Jul 29, 2005 3:54 am
... stage ... No. The NDK4 is only for PNX15XX....
9051
farsky70
Jul 29, 2005 3:54 am
Dear Alfred and Chuck, My Pnx1500 board works in stand alone mode.If I add below sentense in "bootscript.c",the I2C bus will be pulled low,run pcijtag -o get ...
9052
Chuck Peplinski
chuckpeplinski
Jul 29, 2005 4:27 am
Start small. You seem to be trying to optimize something large and complicated and I don't think you understand how it works. Follow the examples of the...
9053
mailzqh
Jul 29, 2005 9:34 am
when I send multicast data from pnx1300 to PC, all is OK. But when I send data from PC to PNX1300, nothing is occure. when I send, first create a socket...
9054
Luis Lucas
luismlucas
Jul 29, 2005 10:10 pm
Since what you are adding has nothing to do with the IIC, the only thing that comes to my mind is that your bootscript is bigger than the EEPROM size, or that...
9055
tunshu2004
Jul 30, 2005 6:47 am
Dear Alfred, Thanks for reply. My Pcijtag card is Rev C S/N 126,and I have installed the new driver for it,but I still cannot downlod program by Tmdbg,and...
9056
Chuck Peplinski
chuckpeplinski
Jul 31, 2005 2:50 pm
The evidence seems to imply that your board can boot up a simple program but its operation from RAM is unreliable. If this is a new board, look closely at the...
9057
lurufeng
Aug 1, 2005 2:27 am
Hi: all we encount a problem when we try to use multicast with fusion tcp/ip stack in Pnx1300 platform. the phenomena is as follow: sending out is OK, PC in...
9058
chying_shi
Aug 1, 2005 3:23 am
In the Datasheet, XIO_SEL[1] is the dedicated pin for IDE_ENABLE. Is it mean that only one IDE40 interface can be supported by PNX1500 ? And it must be...
9059
tunshu2004
Aug 1, 2005 6:27 am
hi chuck: As you said my board can boot up a simple program and my board is alone mode with pnx1500. I have tried running memory at a lower frequency(below...
9060
Steffen Sledz
steffensledz
Aug 1, 2005 6:55 am
This point was discussed in this group some time before (thread 7507). At that time Chuck Peplinsky wrote "The solution you describe is workable. It appears...