[En-Nut-Discussion] UART1 on ethernut3

Petri Hyötylä phyotyla at gmail.com
Thu Feb 5 15:01:09 CET 2009


HelloI need to enable the second serial port on ethernut 3 but I have never
used Verilog.
Is the enabling procedure as easy as uncommenting the last line from

    // UART1
    assign P22  = ( rsc_reg[7] & rsc_reg[6]) ? CRD : 1'bz;
    assign P22  = (~rsc_reg[7] & rsc_reg[6]) ? CDSR : 1'bz;
    assign CTD  = ( rsc_reg[7] & rsc_reg[6]) ? P21 : 1'bz;
    //assign CDTR_buf = (~rsc_reg[7] & rsc_reg[6]) ? P21 : 1'bz;



More information about the En-Nut-Discussion mailing list