Serial Port Protocol Mode Select
This page describes the serial port mode selection with software.
13.8.1 Serial Port Protocol Mode Select with Jumper
13.8.2 Serial Port Protocol Mode Select with Software
outp(base+15,0x1D); // SERCFG=1'b1, SC3=1'b1, SC2=1'b1, SC1=1'b0, SC0=1'b1outp(base+1,0x01); // go to page 1
outp(base+15,0xA5); // unlock the EEPROM to write data
outp(base+12,0x1D); // write EEPROM data
outp(base+13,0xA5); // write EEPROM address; 24 address
// location in the EEPROM stores the
// serial port control bits
outp(base+14,0x80); // write the data into the EEPROM address
Last updated
Was this helpful?