aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Drivers/USB_Communication
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-06-11 18:49:45 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-06-11 18:49:45 +0300
commit0cbf104a30c3f0c4e9dbbe9db47d6ad72df03655 (patch)
tree8e21d12e5d2fef4104c3a0162102ac0ffc93e401 /Software/Embedded_SW/Embedded/Drivers/USB_Communication
parent9a2594584eced597453edcad95529eb1c5f864e4 (diff)
downloadTango-0cbf104a30c3f0c4e9dbbe9db47d6ad72df03655.tar.gz
Tango-0cbf104a30c3f0c4e9dbbe9db47d6ad72df03655.zip
Embedded SW Release note - Version 1.4.0.9
============================================================= Drivers: Support for PowerStep 01 motor drivers (combined current/voltage) - initialization only Screw encoder reading (requires FPGA firmware update) Motor speeds in float - to enable small speeds. read motor speed from driver. Modules: PID - support small numbers in PID function - thread improved General -Safety alarms (not fully tested) Heaters PID fixed - use band setting for PID start of operation IDS - check that all brushstop data is read before moving to next segment. file initial reading improved. WFCF for active dispenser Thread - Thread control fixed. screw goes home on the last 800 milliseconds Procedures: JOBS units - supported in embedded, waiting for cooperation with APP
Diffstat (limited to 'Software/Embedded_SW/Embedded/Drivers/USB_Communication')
-rw-r--r--Software/Embedded_SW/Embedded/Drivers/USB_Communication/USBCDCD.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Drivers/USB_Communication/USBCDCD.c b/Software/Embedded_SW/Embedded/Drivers/USB_Communication/USBCDCD.c
index 5863c90e5..56e695ca4 100644
--- a/Software/Embedded_SW/Embedded/Drivers/USB_Communication/USBCDCD.c
+++ b/Software/Embedded_SW/Embedded/Drivers/USB_Communication/USBCDCD.c
@@ -455,6 +455,9 @@ DFUDetachCallback(void *pvCBData, uint32_t ui32Event, uint32_t ui32MsgData,
//
// Release updateSem
//
+ ControlStop();
+ MillisecStop();
+
Semaphore_post(updateSem);
ROM_WatchdogResetDisable(WATCHDOG0_BASE);
//ROM_WatchdogReloadSet(WATCHDOG0_BASE, 120000000*90);