Hello everyone!
ESP32 - Is there a way to insert assembly instructions into sketches using the Arduino IDE?
Thank you!
Hello everyone!
ESP32 - Is there a way to insert assembly instructions into sketches using the Arduino IDE?
Thank you!
Do you mean comment lines?
It would probably be the same as inline assembly on other architectures. But the ISA for the esp32 is not publicly documented due to an NDA with Cadence (owner of the underlying processor IP).
Perfect!
Thank very much!!
Ref:
GitHub - technosf/XtensaAsmPOC: Xtensa Asm from Arduino Core Proof Of Concept
Not recommended for the faint-of-heart & most mortals
Added
You must sign an NDA for full SDK for Xtensa core processors
Xtensa Xplorer SDK for Tensilica Processors – Tensilica Tools
Added
Examples of asm usage in the Arduino core:
Search · asm · GitHub
Ok, ok!
Thank!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.