Forum Discussion
MLash2
New Contributor
6 years agoWhat tool or example used to translate Arduino/Teensydino code to NIOS code (C/C++)?
FawazJ_Altera
Frequent Contributor
6 years agoHello,
There is no official support of converting Arduino code to Nios II C code. The longest way would be to re-write the example you use in Arduino to a bare-metal code for Nios II.
Thanks