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 ...
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 ......
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...
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...
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'...
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...
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...
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...
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...
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"...
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 ...
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...
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, ...
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...
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...
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...
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...
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...
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. ...
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,...
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...
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 ...
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...
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...
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...
... 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...
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...