I am using Keil uVision4 with an STM32VL Discovery board with an onboard ARM chip. I am wondering if their is anyway inside of Keil uVision4 to convert some C code I have for am external peripheral to ARM Assembly language.
Thanks in advance... I hope this is enough information.
Having the compiler produce assembler output is easy.
But it may not be what you want.
If you have a project written in assembler, that assembler code will probably use its own rules for parameter passing etc, than what the compiler will create.
For a single function, the assembler output from the compiler can be used as a starting step before starting to rewrite the assembler code into something compatible.
But why do you want to do this?
Imagination doesn't seem to be one of your strong points :(
I had found this and was wondering what it meant: http://www.keil.com/forum/9023/ I do not see any of these options in Keil UVision.
The reason why I want it in arm assembly and not C is that all the other code I have is in assembly.
www.keil.com/.../armccref_cihcaaid.htm
www.catb.org/.../smart-questions.html