aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-02-02 13:18:56 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-02-02 13:18:56 +0200
commitad179a57384aeb2e2f1e8913a393ed6b470a5328 (patch)
treecef7de158883d2712df01329db93ed4825549ac9 /Software/Embedded_SW/Embedded/Main.c
parent713b1b6eddd5c4ee900d5c1cb138849608940c7f (diff)
downloadTango-ad179a57384aeb2e2f1e8913a393ed6b470a5328.tar.gz
Tango-ad179a57384aeb2e2f1e8913a393ed6b470a5328.zip
improve flash and memory handling, reduce size of app flash
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index 90b303ddb..e5748ab6c 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -228,7 +228,7 @@ int main(void)
Calculateinit();
PortFunctionInit();
-
+ //FlashInit();
#ifndef EVALUATION_BOARD
MCU_E2PromInit();
@@ -279,7 +279,11 @@ int main(void)
//EMAC_initEMAC();
ControlInit();
+
+ AlarmHandlingInit();
+
MillisecInit();
+
ControlStart();
Heaters_Init();
MotorsInit();