Add fault modes and start implementation of backup SRAM. However, this will probably never be used

This commit is contained in:
2020-08-23 21:40:16 +02:00
parent 627da0def5
commit 149c5715c6
6 changed files with 184 additions and 5 deletions

View File

@@ -26,8 +26,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
/* #include <arm_math.h> */
#include <stm32/stm32f4xx.h>
#include <cmsis/core_cm4.h>
#include <setup/system_stm32f4xx.h>