From f44979bf750c1bc8a262a719e19753cbb1384fc9 Mon Sep 17 00:00:00 2001 From: mmi Date: Fri, 29 Sep 2017 14:42:38 +0000 Subject: [PATCH] Continued work on MAX5715. MACRO functions are done, mostly tested in logic analyzer. SPI unable to work with hardware SS, so software SS is used instead Added UART3 on PB10/PB11 for terminal (future use) git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@225 05563f52-14a8-4384-a975-3d1654cca0fa --- .../3 - Implementation/0 - Code/HAL/.cproject | 1 + .../HAL/.settings/language.settings.xml | 4 +- .../0 - Code/HAL/inc/MAX5715.h | 182 +++++++++++++++--- .../0 - Code/HAL/inc/nhd0420.h | 24 ++- .../0 - Code/HAL/src/MAX5715.c | 84 ++++++++ .../0 - Code/HAL/src/nhd0420.c | 34 ++-- .../0 - Code/Platform/inc/platform.h | 1 + .../0 - Code/Platform/inc/spi.h | 1 + .../0 - Code/Platform/src/oli_stm32_h107.c | 71 +++++-- .../0 - Code/Platform/src/spi.c | 7 + .../0 - Code/Platform/src/spiDevice.c | 5 +- .../.settings/language.settings.xml | 4 +- .../hsb-mrts/.settings/language.settings.xml | 4 +- .../0 - Code/hsb-mrts/src/main.c | 25 ++- .../0 - Code/hsb-mrts/src/stm32f10x_it.c | 60 +++++- 15 files changed, 412 insertions(+), 95 deletions(-) diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/.cproject b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/.cproject index 11ef0b6..115c683 100644 --- a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/.cproject +++ b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/.cproject @@ -24,6 +24,7 @@