Search by Tags

Protea Carrier Board

 
Article updated at 28 Oct 2017
Compare with Revision



The Protea carrier board is a legacy product and not recommended for new designs.

Using second Ethernet Port

If you would like to use the second Ethernet port, you have to make a small Registry change. Add the String "AX887962" to the [HKLM\Comm\AX88796\Linkage\Route] key.

[HKLM\Comm\AX88796\Linkage] 
"Route"=multi_sz:"AX887961","AX887962"

After you have done the changes, do not forget to save the registry.


The driver automatically sets a different MAC address for the second adapter. The first adapter gets the Toradex MAC + the Serial Number. The second adapter gets a MAC address 0x100000 higher.

Example: 1. Adapter: 00:14:2D:21:D7:22 2. Adapter: 00:14:2D:31:D7:22

RS485

The RS485 implementation on the Protea board uses a Maxim MAX3089 transceiver connected to the BT UART.

The RxD and TxD signals are used for communication. 
The RTS signal is connected to the driver enable pin DE directly. 
The CTS signal is used to switch between full and half duplex with the pin D.
The SODIMM[127] GPIO controls the polarity of the receiver.
The SODIMM[133] GPIO controls the polarity of the transmitter.
The SODIMM[135] GPIO is connected to the SRL pin to choose between different slew rates.
  • The CTS SODIMM pin must be set to 1 (3.3V) for half duplex.
  • The RTS SODIMM pin must be set to 1 (3.3V) for sending. This is inverted to what the serial driver normally does with the RTS_CONTROL_TOGGLE setting. The registry setting RTS_Pol allows to invert this. Serial port registry settings
  • Receiver and transmitter normally need no inverter. Set SODIMM[127] and SODIMM[133] to 0 or set to input for no inverter.
  • Set SODIMM[135] to Input/High/Low to set the slew rate so that a maximum baud rate of 115/500/10000 kBaud can be reached.