This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Uvision compiling Assembly

While creating and compiling just the ASSEMBLY CODE (no C or C++)

Under Manage Runtime Environment I choose "startup" under Device. This is needed with the Assembly code. However, it forces me to generate this startup code with SMT32CubeMX ! As I understand STM32CUBEMX generates a startup file but includes some C code as well in the project.

However, this also introduces extra main.c under the project which I am not interested in at all. It generates a bunch of warnings (yes they can be ignored but why??) Is there a way to remove main.c and relevant *.h files?

Thank you!