Modifications

Sauter à la navigation Sauter à la recherche
236 octets supprimés ,  23 septembre 2018 à 15:09
Ligne 21 : Ligne 21 :  
Thoses exemples would allow you to format the Flash memory with the FAT filesystem (the same filesytem than used on SD card), read and write files like we do with SD card.
 
Thoses exemples would allow you to format the Flash memory with the FAT filesystem (the same filesytem than used on SD card), read and write files like we do with SD card.
   −
== Formatter  la mémoire Flash ==
+
== Format the Flash memory ==
The example '''fatfs_format''' will format the SPI FLASH with a brand new FileSystem. {{traduction}} '''ATTENTION, ce croquis effacera toutes les données de la mémoire flash, inluant tout le code python et autres données que vous pourriez avoir stocké dans la mémoire FLASH!'''.
+
The example '''fatfs_format''' will format the SPI FLASH with a brand new FileSystem. '''WARNING: this sketch will erase all the data stored in the FLASH memory, including any data, python script!'''.
   −
Le croquis de formatage est utile si vous avez besoin d'effacer TOUS les élément pour redémarrer avec un environnement propre. Le croquis permet également de retrouver un état stable si, pour une raison ou une autre, le système de fichier était corrompu.
+
The sketch is useful when you need to erase ALL the items to start a fresh setup. This sketch would also allow you to recover the board when the file system is corrupted.
   −
{{ambox|text=Le croquis fatfs_format et les exemples ci-dessous ne sons pas compatibles avec le système de fichier CircuitPython!'''. Si vous avez besoin de partager des données entre Arduino et CircuitPython alors prenez le temps de consulter l'exemple '''fatfs_circuitpython''' ci-dessus.}}
+
{{ambox|text=The sketch '''fatfs_format''' and exemples here under are not compatible with the CircuitPython file system!'''. If you need to share data between Arduino and CircuitPython then you should have a look to the example '''fatfs_circuitpython''' described here below.}}
   −
Pour executer le croquis de formattage, chargez le dans Arduino IDE et téléversez le sur la carte Feather M0. Ouvrez ensuite le moniteur série (à 115200 baud). Vous devriez voir un message demandant une confirmation avant de formatter la mémoire Flash.  
+
To execute the formatting sketch, just load the Arduino IDE and updload it on the Feather M0 board. Then open the serial monitor (at 115200 baud). You should see a message requiring a confirmation before formatting the Flash.  
   −
Si vous ne voyez pas ce message alors fermez le moniteur série, appuyez sur le bouton rest et réouvrez le moniteur série.
+
If you do not see the message, close the serial monitor, press the reset button then open the serial monitor again.
    
{{ADFImage|FEATHER-M0-ArduinoIDE-SPI-Flash-01.png}}
 
{{ADFImage|FEATHER-M0-ArduinoIDE-SPI-Flash-01.png}}
29 837

modifications

Menu de navigation