Jump to content

Interesting question about compiling via Arduino IDE


G+_Rud Dog
 Share

Recommended Posts

The Atmel Processor contain non-volatile memory (meaning the memory will persist after a power cycle) called flash memory.

 

The arduino sketch is translated from C/C++ to machine code and then is stored in flash memory.

 

Arduino is not really anything special as far as the processor is concerned. Just like Atmel Studio, you can write C/C++ code. Arduino just tries to simplify the process, hide the hardware details and provide a lot of libraries to pull from.

Link to comment
Share on other sites

 Share

×
×
  • Create New...