Modifications

Sauter à la navigation Sauter à la recherche
229 octets ajoutés ,  22 février 2017 à 12:23
aucun résumé de modification
Ligne 3 : Ligne 3 :  
{{traduction}}
 
{{traduction}}
   −
The '''M'''ulti-'''P'''rotocol '''S'''ynchronous '''S'''erial '''E'''ngine, or '''MPSSE''', is the heart of the FT232H chip which allows it to speak many different protocols such as I2C, SPI, and more. When the chip is in MPSSE mode it changes the '''D0''' to '''D3''' pins to have special serial protocol functions:
+
MPSSE signifie '''M'''ulti-'''P'''rotocol '''S'''ynchronous '''S'''erial '''E'''ngine (''Moteur Multi-protocol série synchrone''). C'est le coeur du du composant FT232H qui permet de supporter plusieurs protocols tels que I2C, SPI et plus. Lorsque le composant est en mode MPSSE les broches '''D0''' à '''D3''' sont altérée pour supporter des fonctions séries spéciales:
* '''D0''' - Clock signal output. This line can be configured as a clock that runs at speeds between ~450Hz to 30Mhz.
+
* '''D0''' - Signal d'horloge (sortie). Cette ligne peut être configurée comme une horloge qui fonctionne a une vitesse entre ~450Hz à 30Mhz.
* '''D1''' - Serial data output.  This is for outputting a serial signal, like the MOSI line in a SPI connection.
+
* '''D1''' - Sortie Série (''Serial data output'')Broche utilisé pour sortir un signal série, comme la ligne MOSI dans une connexion SPI.
* '''D2''' - Serial data input. This is for reading a serial signal, like the MISO line in a SPI connection.
+
* '''D2''' - Entrée série (''Serial data input''). Broche utilisée pour l'entrée sur signal série,, comme la ligne MISO d'une connexion SPI.
* '''D3''' - Serial select signal.  This is a chip select or chip enable signal to tell a connected device that the FT232H is ready to talk to it.
+
* '''D3''' - Signal de sélection (''Serial select signal'')Il s'agit du signal "''chip select''" ou "''chip enable''" qui informe le périphérique connecté que le FT232H est prêt à dialogué avec-lui.
 +
 
 +
{{traduction}}
    
In addition to the serial protocol pins above, the MPSSE mode allows you to control other pins as general purpose digital inputs or outputs.  These are great for controlling chip select, reset, or other lines on chips.  You can even use the GPIO to read switches, blink LEDs, and more!
 
In addition to the serial protocol pins above, the MPSSE mode allows you to control other pins as general purpose digital inputs or outputs.  These are great for controlling chip select, reset, or other lines on chips.  You can even use the GPIO to read switches, blink LEDs, and more!
29 918

modifications

Menu de navigation