The following two pragma's need to be added to the bootloader for it to work. # pragma config FETHIO = ON // Standard/alternate ETH pin select (OFF=Alt) # pragma config FMIIEN = OFF // MII/RMII select (OFF=RMII) Jacob
The following two pragma's need to be added to the bootloader for it to work.
pragma config FETHIO = ON // Standard/alternate ETH pin select (OFF=Alt)
pragma config FMIIEN = OFF // MII/RMII select (OFF=RMII)
Jacob