Skip to search.
tern · TERN Community

Group Information

  • Members: 473
  • Category: Computers
  • Founded: Nov 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 1388 - 1417 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1388 Becky Burrell
bkupcinskas Offline Send Email
Oct 2, 2006
5:22 pm
Hi Chon & group, We use Tern's 586E (I think) board in a prototype device. Every once in a while, we seem to be getting a strange result from the rtc_rd ...
1389 Bill Finger
creare_coder Offline Send Email
Oct 2, 2006
6:20 pm
Becky, 8 corresponds to August, which has 31 days. Bill...
1390 Becky Burrell
bkupcinskas Offline Send Email
Oct 3, 2006
5:03 pm
Ah, thank you. I had been under the impression it was the same as tm_mon for struct tm, which goes from 1-12. Appreciate the clarification, Becky ... once ......
1391 Dave Martin [DTS]
dmiom Offline Send Email
Oct 3, 2006
6:03 pm
Becky I wonder if you've got the RTC set wrong? I guess by "over the weekend" you meant the weekend just gone which was the end of September which certainly...
1392 bobucd Offline Send Email Oct 3, 2006
6:25 pm
I'm trying to do math with numbers that have 7 decimal places (e.g., 99.1234567). I have declared a double to store the values. My problem is that I cannot...
1393 TERN (Chon)
tern_inc Offline Send Email
Oct 3, 2006
7:28 pm
Bob, I had a bit of an epiphany about why you were seeing this, at least: mystr shows "99.123457\0\0\0\0\0\0\0\0\0\0\0" It's not a bug in the code with the '6'...
1394 Bill Finger
creare_coder Offline Send Email
Oct 3, 2006
7:57 pm
Bob, Change your sprintf statement to: sprintf(mystr, "%.7f", MyDouble); This will print seven digits of precision. You don't need to specify 'lf'. The ANSI C...
1395 bobucd Offline Send Email Oct 3, 2006
9:22 pm
Bill, That fixed it! I can't believe I overlooked something so simple. I guess I assumed (poorly) that sprintf would automatically convert all non-zero...
1396 n84tc Offline Send Email Oct 10, 2006
4:02 pm
First attempt to compile a program (other than the "test" demo) on Paradigm IDE using one of the example programs in Tern folder (s1_fdump.c)). (using FB...
1397 elbakidze_andrey
elbakidze_an... Offline Send Email
Oct 10, 2006
4:19 pm
Hi Chon & all group! I have the same problem on RL controller, as described above. My four 80 Mhz RL controllers sometimes (~30 %) started on 40 Mhz. I see...
1398 Bill Finger
creare_coder Offline Send Email
Oct 10, 2006
7:57 pm
Tracy, You need to link with AE.lib, which you will find in the Tern\186\lib directory. Bill...
1399 Dave Martin [DTS]
dmiom Offline Send Email
Oct 10, 2006
7:58 pm
Tracy, I'm understand you're using the "FB" board - I don't know the "FB" but I suspect there is a mis-match somewhere - the error message mentions "ae_init"...
1400 TERN (Chon)
tern_inc Offline Send Email
Oct 10, 2006
8:42 pm
Andrey, We've identified a few possible causes in terms of incorrect startup frequencies. The line P29 is used by some of our other online components (RTC and ...
1401 toolsforjohn Offline Send Email Oct 11, 2006
11:37 pm
Hello, The more I think of this, the more it seems to be a bunch of obvious question; but, I'm still learning. the anwsers will help a lot. I want to add my...
1402 TERN (Chon)
tern_inc Offline Send Email
Oct 12, 2006
3:12 pm
John, Thanks for resending this to the group. As promised, my response (in blue below): I want to add my own expansion devices using the j1 header (d0-d15, ...
1403 n84tc Offline Send Email Oct 12, 2006
3:40 pm
That makes sense Dave and I thought that might be the problem but apparently AE.lib is the generic processor init stuff for all Tern cards using the 186...
1404 n84tc Offline Send Email Oct 12, 2006
3:42 pm
Thanks for the advice Bill. I could be missing something because I am new to C. Most of my programming is in assembly. When you say "link with AE.lib", does...
1405 n84tc Offline Send Email Oct 12, 2006
4:07 pm
Bill, using your suggestion and a clue in one of the readme files for the FB sample programs, I added AE.lib (and several other .libs) as a child of the pgm...
1406 Bill Finger
creare_coder Offline Send Email
Oct 12, 2006
4:54 pm
Tracy, The easiest way to add a library is to right click the 'rom' file in your project view, and select 'Add node'. In 'Files of Type' choose Libraries...
1407 airmud2001 Offline Send Email Oct 13, 2006
3:56 pm
Hi! Is there any way that I could store a 586E program (.hex) on Flash ROM and then (possibly using a program already in on-board flash ROM) load it onto the...
1408 Bill Finger
creare_coder Offline Send Email
Oct 13, 2006
5:52 pm
Air-Mud, Paradigm has an alternative startup code file they can give you which does this, and some example code built around it. It is called RAMCODE. ...
1409 TERN (Chon)
tern_inc Offline Send Email
Oct 13, 2006
8:29 pm
Airmud and Bill, Actually, RAMCODE isn't Paradigm provided (unless you're thinking of something else?). I think Bill and I talked about this 2-3 years ago,...
1410 Bill Finger
creare_coder Offline Send Email
Oct 16, 2006
4:08 pm
Chon, You are right; RAMCODE was from Tern. I had obtained a different solution from Paradigm, because of the Small code limitation, and I incorrectly assumed...
1411 Wu Liaoni
airmud2001 Offline Send Email
Oct 16, 2006
4:50 pm
Hi, Chon We port uC/OS-II to Tern 586 Engine. It works well in our project. Maybe it can help some others. Liaoni Wu http://www.ucos-ii.com/amd/index.html ...
1412 airmud2001 Offline Send Email Oct 16, 2006
4:50 pm
Hi, Chon 1) 8K non-volatile Memory is enough to restore the data. I'm prefer to settle this problem in software. The vibration-resistance make me drop...
1413 n84tc Offline Send Email Oct 16, 2006
5:01 pm
I'm getting a lot of warnings (mostly about Overlapping segments). When I right click and select help hoping to find some hints on what the warnings mean, I...
1414 jakey_gao Offline Send Email Oct 19, 2006
4:22 pm
Hi,I am new to 586-Enging ang Paradigm C++.after seting up a new project I have edited a simple program,but when building the node,the error messageis...
1415 double_elit Offline Send Email Oct 19, 2006
4:27 pm
... Hi Wu, thank you for your effort and for sharing it with us. I only have a quick question: your code is supposed to run as it is when recompiled for a...
1416 TERN (Chon)
tern_inc Offline Send Email
Oct 19, 2006
4:27 pm
Mr. Wu, That's really great. Much thanks for that, and I'm sure some will find the port useful. Regards, - Chon Tang - TERN, Inc. _____ From:...
1417 TERN (Chon)
tern_inc Offline Send Email
Oct 19, 2006
5:51 pm
Jacky, Hello there. The missing 'cos' and 'pdremote' are core, Paradigm-provided runtime object files. So, in your case, your project must not be configured...
Messages 1388 - 1417 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help