I just posted a new build of the Simulator 6.1 to the Files/AceBeta directory. To Mr. White, the assembler was rewritten and you can use forward references...
79
Jens Hildebrandt
hil@...
Dec 5, 2000 3:02 pm
Hi, I use two ACE1202 running identical code to generate stepper motor patterns. I tell the ACEs by command how many steps to go and with which step period....
80
danni@...
Dec 6, 2000 8:28 am
Now the sources avaiable on my web: http://www.specs.de/~danni/ace/ds1820/index.htm Peter...
81
danni@...
Dec 6, 2000 8:34 am
Hi Jens, I programmed the clock register on my ACE1202. I found the following values: 0x00: 3.7MHz 0xFA: 1MHz 0xFF: 0.5MHz In the range of 0x00 ... 0x80 the...
82
kevin.hansen@...
Dec 13, 2000 12:02 am
Jens, It will be very difficult to get two ACE1202 microcontrollers to be exactly the same frequency when using the internal oscillator. The accuracy on the...
83
Jens Hildebrandt
hil@...
Dec 18, 2000 7:58 am
Hi Kevin, thank you very much for your help. Based on the information you gave me I managed to trim the clock frequencies close enough to each other to be...
84
Jens Hildebrandt
hil@...
Dec 18, 2000 8:05 am
Hello, for those who are interested: I put a new version of the download program for my ACE-programmer on the net at ...
85
Mike
erazmus@...
Dec 18, 2000 8:14 pm
... Neat - I've wanted to do that with a distributor dongle so they can program a limited number of devices etc for service updates... Incidentally, would you...
86
Ilja Levinson
clinkme@...
Dec 27, 2000 5:32 am
... Robert, unfortunatelly, as from previous versions, the simulator cannot handle the following construct: .device ace1202 ld X, #procaddr ifeq A, [#9, X]...
87
Ilja Levinson
clinkme@...
Dec 27, 2000 6:04 am
... Robert, another small bug: ld a, #0ffh rc add a, #1 At this point the simulator should set Carry flag (because of overflow), but it sets only Zero flag. ...
88
Robert Anzelc
ranzelc@...
Dec 27, 2000 3:02 pm
Ilja, Thank you for taking the time to test the simulator. The original programmer had limited the ifeq instruction to 0 - 0xff in an error- checking routine....
89
Ilja Levinson
clinkme@...
Dec 28, 2000 4:48 am
... Hello Robert, thank your for your quick reply. Now the instruction /ifeq A, [#xx, X]/ works correct. What to about adc/add intruction, I was a bit aberrant...
90
Robert Anzelc
ranzelc@...
Dec 28, 2000 2:29 pm
... Yes the ACEx design is set 2. I am currently working on rewriting the opcode manual so I have the blurbs on my desktop and will paste them in below. Thanks...
91
Ilja Levinson
clinkme@...
Jan 4, 2001 6:32 am
Hello All, I've very strange problem with ACE1202EM8 and, it seems, this problem is nested interrupts handling. I have 2 external interrupts: pin G3(FREQ) -...
92
Fredric White
fwhite@...
Jan 5, 2001 2:18 am
... Off the top of my head, it could be that you are getting continuous MIW interrupts, due to not reseting a pending bit along some code path in the handler...
93
Ilja Levinson
clinkme@...
Jan 5, 2001 4:39 am
... path ... of a ... Fredric, thank you very much for your attention. Anyhow, I've checked the code twice and more, but all required instructions (i.e. RBIT...
94
Ilja Levinson
lev@...
Jan 7, 2001 9:00 am
... Hello All, sorry for false disturbing here. Of course, there was a simple software error in my code. Now all works OK, and ACEx is a great chip. WBW, Ilja...
95
mongarem@...
Jan 8, 2001 6:43 pm
Hello and Happy Newyear everyone, I've recently changed my notepad program to notepad++. This version has many advantages against the original and it is small...
96
Robert Anzelc
ranzelc@...
Jan 8, 2001 11:07 pm
... The simulator is at fault. I found that the program was hard-coded to Notepad's behavior and will not work correctly with anything else. It will call other...
97
Fredric White
fwhite@...
Jan 15, 2001 7:09 pm
I finally uploaded my simple I2C I/O routines. The basic routines take up only 46 bytes. As an example of their usage, I also uploaded a simple monitor...
98
garnet@...
Jan 15, 2001 7:25 pm
I'm needing a handful of chips to prototype some stuff with the ACE1101MT8, and nobody has these currently in stock. (Arrow, All American, Future, etc. all...
99
Fredric White
fwhite@...
Jan 16, 2001 9:21 pm
... ACE chips have gotten scarce lately. I don't know whether that's a good sign or a bad sign. Anyways, a bunch just appeared at America II Electronics...
100
RobRoy
datamaxx@...
Jan 17, 2001 12:13 am
http://www.allamerican.com/ has some in stock also Thanks for the I2c rrk...
101
jhcroukamp@...
Jan 18, 2001 6:41 pm
I am programming an ACE1202 in its target application. I am unable to get a meaningful response from the programmer available from Fairchild. I suspect that...
102
Fredric White
fwhite@...
Jan 18, 2001 7:34 pm
... I'm not aware of an in-circuit programmer from Fairchild. If you mean the in-circuit emulator, ACEICE, I've used it with 22uF of capacitance on VCC with no...
103
Ilja V.Levinson
lev@...
Jan 22, 2001 4:07 am
... Hello, I successfully used the ACEx programmer for that work. To seperate the ACE's signal pins from the other schematics when programming I use simple 4x2...
104
mongarem@...
Jan 30, 2001 7:04 pm
Hello everyone, After receiving my ACEx emulator and a lot of trying I maybe have some answers but evedently also som questions. The emulator board is version...
105
ranzelc@...
Jan 31, 2001 11:56 pm
Manuel, The emulator board was intended to have no connection to pin 14. The adapter socket connects to vcc through pin 12. If you made your own socket, you...
106
ranzelc@...
Feb 1, 2001 1:19 am
To all, It recently came to light some expert Ace programmers were using an undocumented trick to generate .rex files to program the dataEE region. The new...
107
mongarem@...
Feb 1, 2001 6:43 pm
Thanks Rob for your info about programming with the emulator board. I let you know if my problems remain with the latest software. Another question: On the...