avec dfu
Fork of Utils by
Revision 13:ff0f36a6d800, committed 2018-03-08
- Comitter:
- POTLESS_2
- Date:
- Thu Mar 08 15:37:14 2018 +0000
- Parent:
- 12:9dd7c462a2c0
- Child:
- 14:fbf4be649b6a
- Commit message:
- update;
Changed in this revision
Utils.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Utils.cpp Tue Mar 06 10:31:52 2018 +0000 +++ b/Utils.cpp Thu Mar 08 15:37:14 2018 +0000 @@ -214,6 +214,7 @@ UTILS::Store_A_Val(ARNSRS_ID, "ARNSRS_ID"); DEBUG(" Flash nettoyée.\r\n"); DEBUG(" Redémmarage code.\r\n"); + UTILS::UnMount_Flash(); NVIC_SystemReset(); } @@ -333,7 +334,9 @@ printf(" COMMANDES MEMOIRE\r\n\r\n"); printf(" rec = démarrage / arrêt enregistrement.\r\n"); printf(" flash_i = informations sur la flash.\r\n"); - printf(" clean = nettoyage flash, suppression des fichiers LOG.\r\n"); + printf(" flash_u = démonte la flash. A faire avant de débrancher ou recharger un code.\r\n"); + printf(" flash_m = monte la flash.\r\n"); + printf(" flash_c = nettoyage flash, suppression des fichiers LOG.\r\n"); printf(" dir = liste des fichiers de la flash.\r\n"); printf(" del X = effacer le fichier LOG_X.\n\r"); printf(" get X = récupérer le contenu du fichier LOG_X.\n\r");