I have an A-Engine and a FlashCore-0. I bought a new SanDisk 128MB Compact Flash Card. I assume that it needs to be formatted, but how can I do it? How do I...
318
Saqib Ali
saqib78
Mar 3, 2003 8:43 pm
hi i want to drive the PIT0 and PIT1 at a rate higher than 1.1882 MHz , i have been looking at the clk_sel register at MMR+26h address , can i configure it for...
319
TERN (Chon)
tern_inc
Mar 3, 2003 9:04 pm
There's a 'readme.txt' in the tern\18692;samples92;flashcore directory that explains how to format your card on a variety of Windows-based OS's. The most direct ...
320
noman kamil
nokamil
Mar 4, 2003 5:14 pm
Hi I have two SanDisk Compact Flash, one is of 8MB and the other is of 16MB. For 8MB there is no problem in reading and writing on CF. I mean when i write on...
321
TERN (Chon)
tern_inc
Mar 4, 2003 10:35 pm
Noman, There's no reason you shouldn't be able to read from the 128 MB CF card. You should check the return code from the calls to figure out exactly what the...
322
TERN (Chon)
tern_inc
Mar 5, 2003 9:28 pm
There has been a lingering bug in the ACTF flash loaders (lo_ee128.hex). When run, it would trash the contents of the real-time clock on boards like the...
323
jlcaudle2003
Mar 6, 2003 8:51 pm
I recently purchased an i386 Engine with a MC2120 Controller. I have the Technical Manual for the MC2140 and I've reviewed the sample code in...
324
TERN (Chon)
tern_inc
Mar 6, 2003 10:38 pm
There's a specific technical manual for the PMD chipsets. That's the right reference for the command set. You can find them (Navigator User's Guide, Navigator...
325
Faisal Raza
engr707
Mar 7, 2003 5:37 pm
Hi chon, Can you please do me a favour, I want all the new relevant files which are required for writing the data on Compact flash (specially cluster writing)...
326
Saqib Ali
saqib78
Mar 7, 2003 5:38 pm
hi i am trying to generate a square wave using the PIT0 . on each interrupt i toggle the pio 3 . it works fine , but the problem is that the minimum value...
327
TERN (Chon)
tern_inc
Mar 7, 2003 8:24 pm
Faisal, Absolutely, apologies for the delay. (Are you also working with Noman Kamil?) Here are the relevant files, just built and put on the CD today. Please...
328
TERN (Chon)
tern_inc
Mar 8, 2003 12:31 am
Saqib, You really shouldn't use the interrupt handlers to generate your square wave outputs. At lower clock rates, the overhead from the interrupt handler...
329
foo1154
Mar 10, 2003 7:55 pm
Am I the only one to feel that to access the Tern newsgroups using Yahoogroups is a bit irritating, with all the pop-ups, advertising etc? Would it not be more...
330
Saqib Ali
saqib78
Mar 10, 2003 7:55 pm
Hi chon First of all thank you very much for helping me in this regard...i must aeloborate the actual issue... Objective let me explain my objetcive ......
331
Saqib Ali
saqib78
Mar 10, 2003 7:55 pm
hi again chon even i have tried to toggle the pio3 in debug mode by just using this code char le=0; while(1) { le=~le; pio_wr(3,le)...
332
TERN (Chon)
tern_inc
Mar 10, 2003 9:04 pm
Saqib, There are a couple reasons for the very slow output you're seeing. 1) high wait-states for sram/rom, 2) pio_wr() is a slow (but convenient to use)...
333
fdelgado@...
homo_tern
Mar 11, 2003 5:14 pm
foo. You can erase on you Internet cookies using the "Temporary Internet Files" or if you preffer, boot your PC and delete all contents on the: c:\winnt92;temp ...
334
TERN (Chon)
tern_inc
Mar 11, 2003 10:53 pm
All, Unfortunately, I've misplaced my notes on who originally asked this question... so hopefully whoever asked the question will find this reply here. ...
335
foo1154
Mar 12, 2003 6:59 pm
I'm still stuck on this standalone field test. I must be thick or something, but I really can't get the hang of it. I have successfully debuged the code (the...
336
TERN (Chon)
tern_inc
Mar 12, 2003 8:13 pm
... That is exactly right. ... The starting address for your application is specified in the .cfg file. Open up the .cfg file in your target, and take a look...
337
riesemberg
Mar 12, 2003 8:43 pm
I´m having some problems with the new RDC processor. I use the Acore card. With the 188 processor, the serial ports worked perfectly, but now, the card...
338
TERN (Chon)
tern_inc
Mar 12, 2003 9:35 pm
Gustavo, I just replied to you in private as well, but I'll inform the group so that others can see it. The RDC processor does have a minor difference from the...
339
noman kamil
nokamil
Mar 13, 2003 7:07 pm
hi I have two types of SanDisk Compact Flashes one is of 8MB and other is of 128MB. First I formated both using format command in dosshell of Win2000 at...
340
foo1154
Mar 14, 2003 5:28 pm
... with) ... do in ... use ... Great. ... This is strange. The front-page of the latest manual that I downloaded for the A-Core 86 shows a large circular...
341
TERN (Chon)
tern_inc
Mar 14, 2003 5:55 pm
... Yes, that is certainly possible. I don't know the history of your particular board, but the battery is included at no charge on all software development...
342
Richard Cooke
rmcooke
Mar 17, 2003 7:33 pm
Hi Folks, I'm trying to port over one of my AE86-D designs to a 568Engine/P50/FC-0 combo and have run into a small problem. If I install the FC-0 board I...
343
Richard Cooke
rmcooke
Mar 17, 2003 7:33 pm
Hi All, I'm using a 5E+P50+FC-0 combo and I need 8 channels of parallel DAC. Since both boards ground the LDAC pin I can't have the DAC's update their channels...
344
Faisal Raza
engr707
Mar 18, 2003 12:25 am
Hi chon, Hope yu'll be fine, I have written a code which works fine it has the following information at the complie time in the project window heapsize.c[.c]...
345
TERN (Chon)
tern_inc
Mar 18, 2003 12:27 am
Faisal, The data segment can only be as large as 64 KB. Your data size for opt3.c is already 44KB, and I imagine when you increase the size by another 32 KB,...
346
TERN (Chon)
tern_inc
Mar 18, 2003 12:28 am
Richard, We generally provide 90-degree pin headers as an option for any of the headers on any controller... including J5. The catalog already describes type...