Hi JPMontero_Intel,
Thank you for the tip. In my previous sketches for the Arduino Uno I could call the SPI.setDataMode() before SPI.begin() and it was preserved but the Galileo requires the SPI.setDataMode() after initializing the SPI with SPI.begin().
Andy