User Tools

Site Tools


ice:master

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ice:master [2014/07/01 23:11] – [Specifications] jtshugrueice:master [2014/07/03 18:05] – [I/O] jtshugrue
Line 15: Line 15:
 ===== Absolute Maximum Ratings ===== ===== Absolute Maximum Ratings =====
 Note: All modules designed to be operated in laboratory environment Note: All modules designed to be operated in laboratory environment
-<WRAP center round box 60%>+
 ^  Parameter  ^  Rating  ^ ^  Parameter  ^  Rating  ^
 |Environmental Temperature | >15°C and <30°C| |Environmental Temperature | >15°C and <30°C|
 |Environmental Humidity | <60% |  |Environmental Humidity | <60% | 
 |Environmental Dew Points | <15°C | |Environmental Dew Points | <15°C |
-</WRAP> 
  
 ===== Specifications  ===== ===== Specifications  =====
-<WRAP center round box 550px> +^ ^  Min  ^  Typ  ^  Max   Units  ^ 
-^ ^  ICE-MC1   Units  ^ +^ Input Power Requirements((Minimum recommended supply current depends on configuration and number of daughter boards.))^^^^^ 
-Minimum Input Power Supply Capacity^^^ +|5V Supply Current    |  -  |   
-|5V line >5 | A | +|15V Supply Current 1.5    |  -  |   
-|15V line >1.5 | A | +|-15V Supply Current 1.5    |  -  |   | 
-|-15V line >1.5 | A | +|5V Line Input Range|  4.5  |  -  |  5.5  |  V  | 
-^ Maximum Power Consumption((External power provided to ICE-MC1 must also be able to handle the current requirements to utilize maximum power consumption specification)) ^^^ +|15V Line Input Range|  14.5  |  -  |  16  |  V  | 
-|5V line | 10 | A | +|-15V Line Input Range|  -14.5  |  -  |  -16  |  V  
-|15V line | 3 | A | +^ Maximum Power Consumption((External power provided must also be able to handle the current requirements to utilize maximum power consumption specification)) ^^^^^ 
-|-15V line | 3 | A | +|5V Current Draw  |  -  |  10    
-^ Slave Boards ^^^ +|15V Current Draw  |  -  |     
-|Max Number of Slave Boards |  8  | | +|-15V Current Draw  |  -  |     | 
-^ Communication Methods ^^^+^ D-Sub 9pin Signals ^^^^^ 
 +|Safety Interlock Input Voltage Range|  0  |  -  |  3.3  |  V  | 
 +|TXO Serial Input Voltage Range|  0  |  -  |  3.3  |  V  | 
 +|RXI Serial Output Voltage Range|  0  |  -  |  3.3  |  V  | 
 +|GPIO Input Voltage Range|  0  |  -  |  5  |  V  | 
 +|GPIO Input Voltage Range|  0  |  -  |  5  |  V  | 
 +|5V Input Voltage Range|  4  |  5  |  9  |  V  | 
 +|5V Input Current Draw|  -  |  25  |  40  |  mA  
 +^ Slave Boards ^^^^^ 
 +|Max Number of Slave Boards |  -  |  -  |  8  | | 
 +^ Communication Methods ^^^^^
 |I2C Bus |   | | |I2C Bus |   | |
 |TTL Serial (3.3V) |   | | |TTL Serial (3.3V) |   | |
-</WRAP> + 
-<WRAP center round box 60%> +^ICE-MC1 Quiescent Power Draw((Power consumption with no daughter boards connected.))^^^^^
-^Electrical Specifications^^^^^+
 ^ ^  Min  ^  Typical  ^  Max  ^  Units  ^ ^ ^  Min  ^  Typical  ^  Max  ^  Units  ^
 |5V_A Current Draw | |  25  |  40  |  mA  | |5V_A Current Draw | |  25  |  40  |  mA  |
 |+15V Current Draw | |    |  5  |  mA  | |+15V Current Draw | |    |  5  |  mA  |
 |-15V Current Draw | |    |  5  |  mA  | |-15V Current Draw | |    |  5  |  mA  |
-</WRAP>+
  
 ===== I/O ===== ===== I/O =====
Line 65: Line 73:
  
 === Serial & GPIO Connector === === Serial & GPIO Connector ===
-Communication with the Master Controller and daughter modules is done through flat flex connecter J11. This connector contains two USART bi-directional communication busses, event system GPIO pins, and a safety interlock signal. +Communication with the Master Controller and daughter modules is done through flat flex connecter J11. This connector contains two serial UART bi-directional communication busses, event system GPIO pins, and a safety interlock signal. 
 J11 is a 12-pin 1.00mm pitch flat flex connector (FCI SFW12R-1STE1LF) with a pin definition shown in <tabref backpanelffc>. J11 is a 12-pin 1.00mm pitch flat flex connector (FCI SFW12R-1STE1LF) with a pin definition shown in <tabref backpanelffc>.
 +
 +<WRAP>
 <tabcaption backpanelffc| Pin definitions for J11> <tabcaption backpanelffc| Pin definitions for J11>
 ^  **Pin**  ^  **Signal**  ^ ^  **Pin**  ^  **Signal**  ^
Line 82: Line 92:
 |  12  |  Safety Interlock  | |  12  |  Safety Interlock  |
 </tabcaption> </tabcaption>
 +</WRAP>
 +
  
-== Serial == +== Serial UART == 
-This provides two independent asynchronous serial interfaces (USART) to communicate with the ICE-MC1. The serial interface operates at 3.3V signalling levels, 115200 Baud, '8N1' (8 bit, no parity, 1 stop bit). Bus idle state is high (3.3V).  The comm (or serial) port to use will be chosen by the USB host computer. See [[ice:commands:overview|commands overview]] page for usage of the serial port. One can be assigned to a USB<->Serial interface if desired. The TXO (transmit out) and RXI (receive in) nomenclature is from the perspective of the device external to the Master Controller. TXO is for an external device transmitting data into the ICE-MC1. RXI is for the ICE-MC1 sending data out to an external device. Either USART bus can be used to receive commands, but **not** simultaneously (e.g. interleaved bytes). In the [[ice:enclosure|ICE Platform Enclosure]], USART channel 1 is assigned to a USB<->Serial converter and USART channel 2 is assigned to an external connector for direct TTL serial control from an embedded system or DAC card.+This provides two independent asynchronous serial interfaces (UART) to communicate with the ICE-MC1. The serial interface operates at 3.3V signalling levels, 115200 Baud, '8N1' (8 bit, no parity, 1 stop bit). Bus idle state is high (3.3V).  The comm (or serial) port to use will be chosen by the USB host computer. See [[ice:commands:overview|commands overview]] page for usage of the serial port. One can be assigned to a USB<->Serial interface if desired. The TXO (transmit out) and RXI (receive in) nomenclature is from the perspective of the device external to the Master Controller. TXO is for an external device transmitting data into the ICE-MC1. RXI is for the ICE-MC1 sending data out to an external device. Either UART bus can be used to receive commands, but **not** simultaneously (e.g. interleaved bytes). In the [[ice:enclosure|ICE Platform Enclosure]], UART channel 1 is assigned to a USB<->Serial converter and UART channel 2 is assigned to an external connector for direct TTL serial control from an embedded system or DAC card.
 <WRAP center round important 60%> <WRAP center round important 60%>
-Either USART bus can be used to receive commands, but **not** simultaneously (e.g. interleaved bytes).+Either UART bus can be used to receive commands, but **not** simultaneously (e.g. interleaved bytes).
 </WRAP> </WRAP>
  
ice/master.txt · Last modified: 2021/08/26 15:26 by 127.0.0.1