EasyManuals Logo

Intel Galileo Hardware Guide

Intel Galileo
34 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #33 background imageLoading...
Page #33 background image
Hardware 33
Hardware
>AutoFormat to make your code look nicer.
Use comments Start by writing comments after every line of code. As you gain more experience,
use comments for anything weird, potentially confusing, or a problem area.
Don’t write your program all at once Break your program into smaller, testable blocks.
Make sure you can tell if a part of it is working. If you know each part is working, the only type of errors
will be found while putting them together, which is a lot less.
Test often - Not sure how a part of your code should work? Make a separate program to test it.
Look at similar examples using the internet, or the built-in examples (le->examples).
Write it out - Write out, by hand, how the program is supposed to work. Put each part in a box, and
connect the parts with arrows.
Diagnosing - Logical errors are hard to nd. If your program just doesn’t work right, even if it uploads ne.
Some approaches to nd logical errors:
Write it out again - Go through how it’s supposed to work again, does it make sense? Does the
program look the same?
Comment out a problem line - Try to see if a specic line is causing a problem. What hap-
pens, when you remove some line?
Print out program information - The word ‘print’ in computer programming is to output text
information, not print it out on paper. A microcontroller can print variable names, or text to the console
in the following way:
voidsetup{
Serial.begin(9600);//tellsthemicrocontrollerthatyou
wanttousetheserialport
}
voidloop{
intmyNumber=0;
Serial.println(“Iamlooping!!”);//printaline
Serial.print(“Mynumberis:”);//Thesetwothingswill
beonthesameline
Serial.print(myNumber);
myNumber++;//AddonetomyNumber
delay(500);//Includeadelayofatleast10mswhenus-
ingSerial.print,topreventbackup
}

Other manuals for Intel Galileo

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Intel Galileo and is the answer not in the manual?

Intel Galileo Specifications

General IconGeneral
Product familyIntel Galileo
Product seriesIntel Galileo board
Processor cache16 KB
Processor cores1
Processor modelIntel Quark SoC X1000
64-bit computingNo
Processor socketQuark 393pin FCPGA
Product codename-
Processor frequency400 MHz
Microcontroller modelIntel Quark
Processor lithography32 nm
Processor manufacturerIntel
Thermal Design Power (TDP)12.5 W
Memory bandwidth supported by processor (max)2.5 GB/s
Memory bus32 bit
Flash memory8 MB
Memory channelsSingle-channel
Flash memory typeNorwegian
Memory clock speed800 MHz
Internal memory typeDDR3
Number of DIMM slots0
Compatible memory cardsMicroSD (TransFlash), MicroSDHC
Maximum internal memory0.256 GB
Maximum memory card size32 GB
SRAM (Static Random Access Memory)512 KB
EEPROM (Electrically Erasable Programmable Read-Only Memory)8 KB
USB version2.0
Ethernet LANYes
USB ports quantity3
Ethernet interface typeFast Ethernet
ARK ID78919
StatusDiscontinued
Launch dateQ4'13
Package size15 x 15 mm
FSBs supportedNA
Processor includedIntel® Quark™ SoC X1000 (16K Cache, 400 MHz)
Supported memory typesDDR3-SDRAM
Power over Ethernet (PoE) voltage12 V
Export Control Classification Number (ECCN)4A994
PCI SupportPCI Express
PCI Express interface data lanesx1
Form factorArduino
Market segmentDesktop
DC input voltage5 V
Intel Small Business Advantage (SBA) version0.00
Last change63903513
Processor ID79084
Product type11
Harmonized System (HS) code8471500150
Weight and Dimensions IconWeight and Dimensions
Width- mm

Related product manuals