Hi,
The A66 file can be generated by uVision3 or by DAVE. Which one is preferred? I personally prefer DAVE because it configures almost every parameter. What about opinions of others?
Thanks Senmeis
"The A66 file"
What A66 file?!
It contains the configuration of a project. I think the A66 file is only relevant for C16x devices.
I think you'll find that "A66" is simply the default filename extension used to identify Source files for use with Keil's A166 Assembler - just as A51 is used for Source files for use with Keil's A51 Assembler, and "ASM" is used by many other assemblers.
So there is no such thing as the A166 file - you need to state which particular A166 file you are talking about!
I think that if you use Dave it probably makes sense to use the Dave a66 startup file. If not use the Keil generated one. I have used Dave for many years and have only had a few minor problems with the code it generates. I have never used the Keil generated start up file so I can't give you a comparison.
-Walt