Does mcuxpresso support assembly language for the ARM processor ? What would I need to do to make that happen ? Steps or instruction please.
Randy Seedle
Hi @randyseedle,
You use the keyword asm to embed assembler instructions within C code.
You can find how to use this feature on the Help menu of MCUXpresso -> Help contents and search for "inline assembly"
Best Regards,
Pablo