Skip to main content
LZamb.3
Associate
December 1, 2020
Question

Existe compilador netamente en ASM que trabaje en el STM32CUBEIDE ?

  • December 1, 2020
  • 3 replies
  • 884 views

..

This topic has been closed for replies.

3 replies

Markus GIRDLAND
ST Employee
December 1, 2020

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."

LZamb.3
LZamb.3Author
Associate
December 1, 2020

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.

Tesla DeLorean
Guru
December 1, 2020

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.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..