Hi Chon, Thanks for the files. One important note: at the end of each file is what appears to be some kind of comment. This line must be removed or the file...
Dave, We're really not familiar with the product that you're referring to so we can't address your specific question. At the present time, we have been using a...
Keith, Technically it's certainly possible... but the problem is that code can not be executing out of the flash memory when you're writing to any part of it....
Keith, Yes, the FC-0 can be mounted to the AC86 over the J1 header. The usual filesys.lib (giving FAT16 access) and mma.lib (giving raw sector access)...
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...