I am trying to control a rover's motor speed with the DAC. The program compiles but will not link, giving me the error message below. The only difference I see...
797
TERN (Chon)
tern_inc
Dec 9, 2004 1:12 am
Steve, The error message is really far more mysterious than it should be. If you punched in 'FIDRQQ39; in the Yahoo search-engine, a lot of folks have gotten...
798
Bryan Travis
greponmummery
Dec 15, 2004 10:41 pm
On page 3-3 of the Flashcore FN Technical Manual, there is an asterix relating to PIO pin P29 in table 3.1: The Note for that asterix at the top of page 3-4...
799
TERN (Chon)
tern_inc
Dec 17, 2004 1:57 am
Bryan, There are actually a few things that our table doesn't make sufficiently clear... The best resource to see what I'm referring to is table 3-1, in the...
800
Bryan Travis
greponmummery
Dec 17, 2004 5:50 pm
"Chon" Thanks for the quick reply. Your PS generated a hearty /chin rub ON ..."hmmm clever"... /chin rub OFF. I'll be doing this switch that way from now on....
801
ykwongmi
Dec 17, 2004 5:50 pm
The current interrupt level for GP Timer 0 is P11 with interrupt vector 0x50. I need to bring to the higer level, say P1. I did this by ...
802
liambrn
Jan 3, 2005 7:07 pm
Does anyone know where to find the serial number for the installation process of the development software? It's not anywhere on the CD or CD case. Thanks! ...
803
johnmcg_ft
Jan 3, 2005 7:07 pm
I have an application running on the FN controller, programmed in Flash and using the NVRAM to store settings during power-off. I am finding that the settings...
804
david_bergeron
Jan 3, 2005 7:08 pm
Is their anyone who handles daylight savings time on their embedded board and would like to share the code? I am looking to adjust the real time clock on the...
805
Matt Piotrowski
mpiotrow
Jan 4, 2005 12:57 am
You should have a serial number printed on the development software CD label. At least, that's where my serial number was located....
806
TERN (Chon)
tern_inc
Jan 4, 2005 7:34 am
Liam, Matt's got that right. But let me also add that you'll only have the installation serial code if you've purchased the full DV-P package! If you're...
807
Matt Piotrowski
mpiotrow
Jan 4, 2005 6:01 pm
While we're on the subject...what is the benefit of the DV-P package compared to the EV-P?...
808
TERN (Chon)
tern_inc
Jan 4, 2005 6:02 pm
John, I can only give you my best attempt at explaining the reason why this won't work (or would be difficult), but please contact me in private if you want to...
809
Sayed Ahmad Mursil
mursil_sayed
Jan 4, 2005 6:02 pm
Hi, I am using 586 engine. I have tried vairous programs with small memory model in C. I am facing problems with executing programs with Large memory model. ...
810
TERN (Chon)
tern_inc
Jan 5, 2005 3:37 am
Matt, These should be listed at: http://www.tern.com/devkit.htm First, as the title suggests, the EV-P package is for evaluation purposes only. It's not...
811
Sayed Ahmad Mursil
mursil_sayed
Jan 5, 2005 5:43 pm
Hi , I was trying to run a simple Large memory model program for about 2 days without any success. Today when i cheked the lib files for small and large model...
812
TERN (Chon)
tern_inc
Jan 5, 2005 6:21 pm
Mursil, There should be no mystery to it, I think you've done the only two things you need to do: - go into target expert, and charge memory model to 'large39;. ...
813
bavkir
Jan 11, 2005 7:24 pm
Hi, I am a new member of the group and you can consider me a newbie. I have a 6.4" smarTFT touch screen. I am trying to write a display panel which has to be...
814
paulcrescim
Jan 12, 2005 2:29 am
I am programming an A-ENGINE86 Tern with an RDC R8820 Processor with Paradigm C++ and the controller keeps rebooting whenever I send a serial messages to its...
815
TERN (Chon)
tern_inc
Jan 12, 2005 8:18 pm
Paul, I think you and I actually chatted about this yesterday, but I hadn't seen your email. If I had, the cause of the 'spontaneous39; reboots would be...
816
TERN (Chon)
tern_inc
Jan 14, 2005 4:31 pm
Hi there, I'm not sure what you have in mind specifically, but as you might have seen, the Smart-TFT only supports a single font of basic uni-byte ascii...
817
bavkir
Jan 18, 2005 5:07 pm
Hi, I am not trying to use a specific font in my code. What I am trying to do is to make the interface user editable. I want to add asian languages (e.g....
818
Fernando Delgado R.
homo_tern
Jan 18, 2005 5:10 pm
Paul. I think there is a some problems about the memory map where code/data are overlaped, for this you may modify the file *.CFG in Project manager for memory...
819
baird_h
Jan 20, 2005 5:00 pm
I am having a wierd problem, and hope that someone can tell me what is wrong. I have an RA80 with Compact Flash, 32 analog channels and serial channel zero....
820
philip_teoph
Jan 20, 2005 5:00 pm
I am new in using tern controller. May I know if anyone have manage to use controller to interface with SmartCard Reader? What is the brand and model of...
821
TERN (Chon)
tern_inc
Jan 21, 2005 12:25 am
Hal, That's definitely strange. Is the result of the division being stored into an integer, or is this a floating point value? The problem sounds like it...
822
Bryan Travis
greponmummery
Jan 21, 2005 1:10 am
Hello, In the datalogging application I have developed on the FN, for each "event" in a day, I (re)open a file and add some 75 bytes to it, and reclose it...
823
cranermike
Jan 21, 2005 4:49 pm
Chon: I'm new to the project and need to know if there is a source code program avaliable that will load into Flash memory @ location 80000 to act as a stand...
824
Bill Finger
creare_coder
Jan 21, 2005 4:50 pm
Bryan, I'm fairly certain San Disk is refering to writes on the order of 100 per second, not 100 per day. You'll probably be all set. I plan to do a ...
825
TERN (Chon)
tern_inc
Jan 21, 2005 6:04 pm
Mike in Yuma, We have library support for exactly this behavior of dynamic loading of application .hex from CompactFlash! The functions are documented in: ...