Search found 1 match

by dana7
Sun Feb 28, 2010 6:34 am
Forum: Projects & Kits
Topic: 16-bit Micro Experimenter Board
Replies: 21
Views: 33946

Using SPI with the serial EEPROM

I had a little trouble getting the Serial EEPROM working. Some work has to be done to remap the pins to the SPI1 device. I did not see a sample in the demo code, so I hit the databook and came up with the following: Hope it saves someone some time: void setPins_forSPI1(void) { /* CALLER MUST STILL S...