Re: Embedded systems - C translator.
- Posted by smudger Jan 02, 2011
- 1291 views
OK, so Atmel do a GCC compiler for their AVR range of microcontrollers.
http://www.atmel.com/dyn/resources/prod_documents/doc32074.pdf
Obviously, I can use Euphoria to develop algorithms for some embedded code if the desired functionality is suitable for abstraction and simulation.
Presumably then I could use the Euphoria translator to make C versions of function calls and procedures? Yes? No? Maybe?
Or do you think I would be better off leveraging the knowledge gained from doing the simulation in Euphoria and writing C code from scratch?
Either way I guess I would need to learn C...