cancel
Showing results for 
Search instead for 
Did you mean: 

Existe compilador netamente en ASM que trabaje en el STM32CUBEIDE ?

LZamb.3
Associate II
 
3 REPLIES 3
Markus GIRDLAND
ST Employee

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
Associate II

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.

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
Up vote any posts that you find helpful, it shows what's working..