Hello Thomas_Faust_(Intel),
These seems to be good learning articles and very helpful.
Once I complete the initializing part, I can then use openOCD debugger to write my initialized code to Intel Galileo. Am i right?
How does that process help me?
I am still not clear on the coding part. Which tools can i use to write code for initializing. The document states that I need to change the mode of the controller to "Flat protected Mode" and various features it provide. But the real thing is how to do that in code(I saw the software manual : http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf)
what compiler can i use to compile the code written in Assembly?