We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I would like to run assembly code for the ARM7TDMI assembly using UVision2 or UVision3. I'm trying to simulate the REMAP using the AT91M42800A chip. How can i go about compiling assembly code using this software? Thank You! Mike
"the software compiles the startup.s" It does not Compile it. Compiling is what compilers do. You need an assembler to assemble an assembly source file. Of course, the Keil ARM toolset must include an assembler - no embedded toolset would be complete without one. The uVision Manual tells you how uVision distinguishes between 'C' source files and assembler source files (and, in fact, any other type of file you care to add to your project), and thus how it decides whether to use the Compiler or the Assembler (or whatever) to perform the necessary translation.
Hi I found that it has and that it needs a file called ArmAsm, at location D:\ARM\ADSV1_2\. i don't have this location and when i go to the Keil folder for Uvision, there is no such file. Does anyone know where i can get this file from? Thank You! Mike