Hi, I am recently working on ARM project, that use startup file name "cm0.S" (S in Uppercase).
I want to know, whether I can use .S file or I have to convert it into .asm file then only I can use it?
Compiler using: GNUGCC Compiler for ARM, Codeblocks 16.01, Windows