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...
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...
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...
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 ...
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. ...
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...
Hi Bill, I've occasionally grappled with the problems of printf in the embedded/real-time environments. Way back when, Embedded Systems Programming published...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...