i have not find any detail comment for the function pna() or pna_ct.nc_pna. and i have not find the archives you said,pls tell me the file location thanks a...
8187
Chuck Peplinski
chuckpeplinski
Feb 2, 2005 5:59 pm
OK, I'll say it again. pna is not supported. Its use is not recommended. Target TCP from Blunk Microsystems is the recommended and supported stack. You are ...
8188
vid_engineer
Feb 2, 2005 10:02 pm
We've run into a problem with a few recent systems that don't appreciate PCI access into non-existent space. (They internally trip SERR#, leading to an NMI.)...
8189
Chuck Peplinski
chuckpeplinski
Feb 2, 2005 10:30 pm
You have most of the pieces correct already. Disabling the PCI aperture (I think) affects all of the peripherals as well as the core. Not quite sure what the...
8190
ciprian ilioaei
ciprian_ilioaei
Feb 3, 2005 8:29 am
Hi, I want to use the SAAA7105 chip in order to feed an auxiliary VGA monitor,using the R,G,B analog outputs and syncro signals. I see the right signals at the...
8191
Chuck Peplinski
chuckpeplinski
Feb 3, 2005 2:07 pm
Are you using the tmbsl7104 library in NDK 4.2? On the reference boards, exolVideo drives RGB into the 7104/7105 with no problem. I would run that example,...
8192
luismlucas
Feb 3, 2005 6:28 pm
Sorry if you receive multiple copies but looks like my e-mails are being rejected. Actually the PCI aperture is only seen by the CPU. The ICP/PCI DMA engines...
8193
luismlucas
Feb 3, 2005 6:28 pm
Sorry if you receive multiple copies but looks like my e-mails are being rejected. Correct. Only PNX1511 will be characterized for V2F power saving. Luis ... ...
8195
ciprian ilioaei
ciprian_ilioaei
Feb 4, 2005 6:36 am
Hi, no I'm not using that library as I don't have NDK4.2.I work with PNX1302 and with NDK2.0. I changed the chip saa7129 with saa7105 on my board and i'm...
8197
dars2002uk
Feb 7, 2005 11:34 pm
Hello, I want to use floating point operations like ifixrz, fmul. How can I do that? I tried to include undoc_custom_op.h header file but still doesn't work....
8198
Chuck Peplinski
chuckpeplinski
Feb 8, 2005 12:00 am
Access fmul and ifixrz directly from C: float x, y, z; int i; x = y*z; i = (int)x; Chuck Peplinski TriMedian at MDS www.mds.com ... [Non-text portions of...
8199
yinjun_dh
Feb 8, 2005 5:36 am
Hello, I have an problem of PNX1500's reset. In datasheet ,we find that the sys_reset_in pin and pro_reset_in pin are active low.That means when these pins is...
8200
sgolcon
Feb 8, 2005 6:28 am
Guys, 1) Is it a problem while loading the .out file through JTAG port if diplays "no source file debug info found" message is display. ...
8201
dars2002uk
Feb 8, 2005 9:59 am
Thank you very much for your prompt reply. Actually, this is the way I am right now using. But to optimize code further, I really need to use floating point...
8202
Chris Bore
chris_bore
Feb 8, 2005 12:24 pm
Chuck is saying that if you write normal C, the compiler will in fact use these operations. Try the following: 1) write a program using Chuck's code as below. ...
8203
Chuck Peplinski
chuckpeplinski
Feb 8, 2005 3:02 pm
That mesage implies that the outfile in queston has not been compiled with -g. If that is not the case, the target may be unstable. Note that there are two...
8204
bw71
Feb 8, 2005 3:40 pm
The docs and people on the list have mentioned it's possible to use both fp32 and fp64 code at the same time if done carefully. I'd like to do this, but the...
8205
Tim Roberts
timriiacom
Feb 8, 2005 6:01 pm
On Tue, 08 Feb 2005 09:59:40 -0000, "dars2002uk" ... Custom operations are used when the same concepts cannot be expressed in C. The C statement x = y * z; ...
8206
Chris Bore
chris_bore
Feb 8, 2005 6:10 pm
This leads to a valuable observation: do not try too hard. If C language can express what you want to do, it is often best to let the compiler do the job for...
8207
john.ji@...
johnjishanghai
Feb 8, 2005 9:06 pm
I will be out of the office starting 2005-02-09 and will not return until 2005-02-21. Rgds! John Ji...
8208
john.ji@...
johnjishanghai
Feb 8, 2005 9:34 pm
I will be out of the office starting 2005-02-09 and will not return until 2005-02-21. Rgds! John Ji...
8209
john.ji@...
johnjishanghai
Feb 8, 2005 10:04 pm
I will be out of the office starting 2005-02-09 and will not return until 2005-02-21. Rgds! John Ji...
8210
john.ji@...
johnjishanghai
Feb 8, 2005 10:35 pm
I will be out of the office starting 2005-02-09 and will not return until 2005-02-21. Rgds! John Ji...
8211
bw71
Feb 8, 2005 11:28 pm
I tried doing a simple example combining fp64 and fp32, and I can't seem to get it to work. As a first step, I was going to try to get code using doubles to...
8212
frank.drobot@...
thedrobots
Feb 9, 2005 1:24 am
... You can get your example to work if you add -fp64 to the step that finally links the executable. E.g., if fplib.c contains your fp64 functions (TestFP64()...
8213
luismlucas
Feb 9, 2005 5:32 am
Do you have a clock on PCI_CLK pin? Be aware of: 3586 CLOCKS PCI_SYS_CLK cannot be used to feed PCI_CLK Description: PCI_SYS_CLK is only providing a good clock...
8214
yinjun_dh
Feb 10, 2005 10:33 am
Hello, As your said ,i connect PCI_CLK to PCI_SYS_CLK,and after PNX1500 reset,the 33MHz clock is correct. I boot PNX1500 with IIC,in properly reset the PNX1500...
8215
kargirwar
Feb 10, 2005 10:50 am
Hi , I have two questions : 1.I am trying to use tm32v2sim . I get the tm32v2sim prompt alright. When I say run the program runs to completion. The problem is...
8216
burncyc242
Feb 10, 2005 12:03 pm
Question regarding tm2D fonts We are using the tm2D library (PN1300) to display time and date in yuv images. ( we use the plain12 and plain14 font) The fonts...
8217
F.W.A.van.Leeuwen@...
frank_van_le...
Feb 10, 2005 12:23 pm
I remember that we once, for a demo project, slightly edited the standard font files using a hex editor when we had similar problems. The digits ('0'...'939;)...