Has anyone had problems with Serial Port Enumeration in Windows 2000 causing the TD40 to reply at power on of the attached PC. The effect is cursor movement...
Hi All: I having problems with my heap and I'm hoping that one of you can help me out. The problem is that heapcheck() is reporting a corrupted heap but I ...
Garret. I have no experience on heapcheck conditions function by I have a observe if you reduce the Public Arrays variables then you can increment considerably...
Sir I am going to use 586-engine. I need compact flash to store data for that matter i am using FC-0. Now i have some confustion on how to save data in compact...
I'm receiving the following warnings when I compile my code: Warn : Warning W1017: Segment '_STACK/STACK' is mapped to multiple address spaces Warn : Warning...
Brian, There's actually an older message discussing what's happening. The .cfg file specifies where your code/data segments are located in your final...
Noman, There are two approaches you can take. 1) The raw approach of reading/writing sectors directly onto the CompactFlash. This is the easiest, and also...
I had read the email you referred me to. I've been moving the address of the code start back as my code gets larger. However, my code is so large now that it...
Brian, You're right, thanks for including the .loc file. There are no segment overlaps. It looks like you're just running out of memory, period. There's only...
Hi, I am using an AE-86-P board and am utilizing the timers. I see that the timers keep ticking with the aid of interrupt routines. I would like to also use...
Patrick, There are a couple of sample programs I'd refer you to: \tern\186\samples\ae\intx.c It shows how to declare interrupt handlers for all of the external...
Hi, I am using an AE-86-P board. The transformer that can come with the board is 9 V. We have noticed that powering the system at 9 V generates a lot of heat...
Hello every body, Can any body tell me what is the advantage of the software timer in ElanSc520 microcontroller in generating the accurate timings operation,...
I read in 586 enginer manual, that there is no DMA support, while I read SC520 controller (which is used in 586-engine) in whihc DMA controller is present. So...
Hi, I am working with an i386-Engine-M, and I am at the stage where I would like to replace the Debug ROM code with my own code. Right now, my goal is to get...
Hello, I am using the 40MHz version of your AE86-D with the FC-0 module. I can get my program to work while using the debugger but as soon as I try to use the...
Anyone got any ideas where can I find the 2-Axis MotionC-P's schematic diagram (with MC2120 chipset)? Look like there is only one manual for all MotionC-P...
Hello, hope someone can help. I'm using pdremote with a tern v25 engine with Borland C++ 3.1. Originally the Remote-ROM was set up to work with a v25 on a...
After encountering some difficulty while testing, I am wondering if there is a way to use both the Flashcore and SCC port simultaneously on the AE86-P. If I...
1.How can we interface a device which have a multiplexed 16-bit address/data bus with the header J1/J2 provided on 586 engine.for example, If we use Compact...
Hi all, I beat my head against the wall on this one for a couple hours before finally contacting Paradigm. Consider the following code fragment: if (bufpntr !=...
Yes had it happen many times. At first I kept recompiling and forcing a download, which didn't help. Finally I just moved my break point further up and found...
Patrick, Although the board seems to work, all we can say is that the default linear regulator is spec'ed to require at least 8.5V for proper operation. We...
Lim, The MC2120 actually has an identical schematic to that of the MC2140. The only difference is that axis 1/2 are functional, and axis 3/4 are basically...
The AMD SC520 does have DMA support, but only for access to SDRAM memory. The 586-Engine doesn't support any SDRAM, and is mapped to GP memory. Therefore,...
You should start by downloading the schematics to the VE232 controller: http://www.tern.com/ve232.htm The part numbers to the various components (ie, 232/485 ...
... I'm not sure I understand your question. If you're referring to the FlashCore expansion board, it also plugs onto the J1 bus and is mapped into I/O space....
The SCC library code wasn't handling a transition between 8-bit and 16-bit I/O mode operation properly. That caused the bad behavior you were seeing when...
I have produced an Intel extended HEX file using Locate, but am having trouble uploading it to the board (AC86). During the upload of the HEX file, the board...