Modifications

Sauter à la navigation Sauter à la recherche
1 438 octets ajoutés ,  11 novembre 2014 à 19:41
Ligne 41 : Ligne 41 :  
* Antenne certifiée FCC, IC et CE
 
* Antenne certifiée FCC, IC et CE
 
* Interface hôte SPI
 
* Interface hôte SPI
 +
 +
== Mémoire Flash externe ==
 +
{{SPARKImage|Spark.IO-Materiel-Flash.jpg|320px}}
 +
 +
En plus des 128Kb de mémoire Flash Interne utilisée pour le FirmWare, le Spark Core utilise une mémoire Flash Externe SST25VF016B de 2 Mb ([https://github.com/spark/core/blob/master/Datasheets/MicrochipTech_SST25VF016B-75-4I-S2AF-T.pdf?raw=true fiche technique], interfacé en SPI) dont une partie est disponible pour l'utilisateur. Le SparkCore utilise une partie de cette mémoire pour son fonctionnement interne, les logs, les clés, les paramètres d'usine, etc.
 +
L'avantage de la mémoire Flash, c'est qu'elle n'est pas volatile et que les données restent disponibles même après une rupture de courant sur le Spark Core.
 +
 +
This memory space (a total of 2MB) is used to store the factory reset firmware, a back up firmware, a copy of the firmware sent during Over The Air (OTA) update and the keys. Part of the space is also available to the user who can use it to store log data, user parameters, etc. A detailed description of the memory mapping can be found further down this document in the memory mapping section.
 +
 +
Since the flash memory is non-volatile, it retains the data even after turning off the power. According to the manufacturer of the chip, the data retention of this memory is greater than 100 years, which we reckon should be good enough for now. Also, note that the maximum read-write endurance is limited to 100,000 cycles. meh.
       
{{Spark-Core-Materiel-TRAILER}}
 
{{Spark-Core-Materiel-TRAILER}}
29 917

modifications

Menu de navigation