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.
But why do you want to do this?
Imagination doesn't seem to be one of your strong points :(
Imagination?
It's quite obvious that most C compiler can create an assembler listing.
But there is no one single reason why someone wants assembler output from the compiler. If you only see one reason for it, then you are right - having a bit of lack of imagination ;)
Au contraire - I can imagine plenty of scenarios where someone might mistakenly believe that this could be a good way to proceed. I can also imagine a few scenarios where it might be appropriate.
Hence the OP needs to explain what his actual goal is...