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 185 - 214 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
185 Richard Cooke
rmcooke Offline Send Email
Oct 2, 2002
10:02 pm
Hello, I'm trying to compile and run the program contained in FS.IDE located in the Tern\186\flashcore subdirectory. I load the IDE file and the project files...
186 TERN (Chon)
tern_inc Offline Send Email
Oct 2, 2002
10:59 pm
Richard, The problem is probably that the project file uses your heapsize declared in \tern\186\heapsize.c, and your default config file in...
187 TERN (Chon)
tern_inc Offline Send Email
Oct 3, 2002
12:22 am
All who expressed interest, Here's a new zip file with an updated beta of the filesystem library. It has a few new features, is more thoroughly tested with...
188 Richard Cooke
rmcooke Offline Send Email
Oct 7, 2002
3:43 pm
Hi, I'm using the FC-0 on an AE86 board and am using a dual DAC and the A/D. When I compile and test the fs.ide I can read and write to the flash card. The...
189 Bill Colias
bcolias Offline Send Email
Oct 7, 2002
6:29 pm
Tern: I'm implementing a preemtive RTOS on the AE-86 and would like to know how re-enterent the AE libraries are. For example, should I expect difficulties ...
190 TERN Headquarters
tern_inc Offline Send Email
Oct 8, 2002
10:07 pm
Bill, You'll have to be pretty conservative when using the TERN libraries. There was no preparation done to support multi-tasking within our libraries. ...
191 TERN Headquarters
tern_inc Offline Send Email
Oct 8, 2002
10:07 pm
Richard, Unfortunately, when you're working with both 8-bit and 16-bit I/O devices (the FlashCore is 8-bit, the DAC is 16-bit), you'll need to twiddle back and...
192 Doug Abbott
Doug_Abbott Offline Send Email
Oct 10, 2002
3:39 pm
Hi Bill, I've occasionally grappled with the problems of printf in the embedded/real-time environments. Way back when, Embedded Systems Programming published...
193 iadefy Offline Send Email Oct 11, 2002
4:47 pm
Hi, I have a 586E+MC2520. There are only a few (two) example included in sample programs, and i browse through the documents for MC2520 (Navigator...
194 TERN (Chon)
tern_inc Offline Send Email
Oct 11, 2002
6:49 pm
If you've already looked at the PMD documentation, the best source to go to for answers to your specific questions is PMD tech support. Try contacting Jeff at...
195 fdelgado@...
homo_tern Offline Send Email
Oct 15, 2002
8:15 pm
Bill. I have some kind of experiences on RtKernel using the standard library of Tern, in some cases you need to make a library protection for safe use on...
196 Greg Carter
gcarter1 Offline Send Email
Oct 15, 2002
10:32 pm
Hi, I am attempting to program the serial port (serial port 1) on the TD-86 (AMD186ES). I am running into a problem initializing the port. As soon as I turn...
197 Greg Carter
gcarter1 Offline Send Email
Oct 16, 2002
5:13 pm
Hi, I have since loaded up the s1_echo.c and it works fine. From reading the TD-40 docs (remembered that some of the TD-86 functionality was described in the...
198 TERN (Chon)
tern_inc Offline Send Email
Oct 17, 2002
5:09 am
Greg and I have cleared this up, but it looks like the problem is just misunderstanding of the use of setvect(). The first argument should just be the...
199 jcmil Offline Send Email Oct 21, 2002
4:13 pm
Hi, I'm new to the board, but have been using AE86D Tern board for several months now. I think it's a fantastic product with potential only limited by user's...
200 TERN (Chon)
tern_inc Offline Send Email
Oct 25, 2002
1:58 am
Jin, Some customers do submit sample programs to us, and we make them available on future versions of the software development kit. In general though, I don't...
201 TERN (Chon)
tern_inc Offline Send Email
Nov 6, 2002
1:17 am
All, In the span of two days we've identified two different real-time clock bugs! Very few of you have been affected by this bug, most likely, but it's still...
202 hwoleen Offline Send Email Nov 12, 2002
6:40 pm
Do you recommend using exe2bin to generate the binary or do you recommend something else?...
203 minshung Offline Send Email Nov 12, 2002
6:40 pm
Hi , Where can I find the resource to use FlashCore to write apps to support PPP using RS232 interface ? Thanks minshung...
204 fdelgado@...
homo_tern Offline Send Email
Nov 13, 2002
6:49 pm
herber. It is very usefull use the full version of Paradigm C/C++ because the BIN code is build very easy, in the other hand you need a Locator utility to make...
205 TERN (Chon)
tern_inc Offline Send Email
Nov 13, 2002
11:13 pm
Right, just to follow up on Mr. Delgado's email... ... the only method we support for generating ROMs on TERN controllers is using the full DV-P version of the...
206 ashrafniazi Offline Send Email Nov 14, 2002
6:39 pm
I m using A104 Engine. I made a simple program that sends out character A to the PC from serial port 1 of the A104 engine. This program runs correctly in STEP...
207 iesweiss Offline Send Email Nov 14, 2002
11:02 pm
Do you have any code examples that use different memory models other than small? Is the emu.lib available for different memory models? I tried switching our...
208 TERN (Chon)
tern_inc Offline Send Email
Nov 15, 2002
5:38 pm
I don't believe we have any specific code examples intended to show different memory models... but generally speaking the Paradigm Help menus should be enough...
209 TERN (Chon)
tern_inc Offline Send Email
Nov 15, 2002
11:42 pm
I'm not sure I understand your situation exactly. You mentioned that you don't have PC Lite++ installed... what debugging environment are you using to download...
210 TERN (Chon)
tern_inc Offline Send Email
Nov 16, 2002
2:42 am
Alex, We don't have any code that supports PPP over the RS232 interface. I'd suggest you take a look at incorporating something like UCOS-II, a small RTOS...
211 Ikram Ullah Lali
ikram_lali Offline Send Email
Nov 18, 2002
6:43 pm
Hi, I am using tern A104S microcontroller which i have programmed to get data from serial posrts..6 for input and one for out put... The programs works fine...
212 TERN (Chon)
tern_inc Offline Send Email
Nov 18, 2002
10:48 pm
Ikram, Sounds a little mysterious, and we can't really guess at a specific answer. Do you have more information on specifically what happens when the program...
213 Faisal Raza
engr707 Offline Send Email
Nov 26, 2002
7:44 pm
Hi Every One, I am using 586 Engine. I made a RED LED (power led on board) blinking program.This program runs correctly in STEP 1 debugging mode. But as I...
214 Richard Cooke
rmcooke Offline Send Email
Nov 26, 2002
8:53 pm
Hello, I'm using the AE-86D board with the DAC and ADC chips installed and am having a bit of a problem with the A/D readings. I'm using the sample program...
Messages 185 - 214 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