2020-11-30 06:39 PM
2020-12-01 02:20 AM
I used google translate to understand the question, so something might be lost in translation but:
"Is there a compiler purely in ASM that works in the STM32CUBEIDE?"
My answer / Mi respuesta:
Yes, the packaged GNU assembler works with STM32CubeIDE by default.
"Sí, el ensamblador GNU empaquetado funciona con STM32CubeIDE por defecto."
2020-12-01 08:35 AM
Gracias estimado ; y es posible escribir código ASM directamente desde ahi?
Bueno te comento un poco he usado el ide MPLABX para micros de de microchip el cual al momento de crear un proyecto me pregunta si deseo escribir el codigo en C ,C++ O ASM; hay dicha opcion en en el Stm32cubeIDE.
Gracias de antemano por tu ayuda.
2020-12-01 10:36 AM
There should always be a startup.s file
Put your code into that.
If you don't call anything external it is liable to do dead-code elimination at the linker. And you can likely delete C project files with a click or two.