From 48fe9bdad84246e3c79103e321f5f86dea099cc8 Mon Sep 17 00:00:00 2001 From: seklyuts Date: Mon, 11 Mar 2024 09:45:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D1=81=D1=87=D1=91=D1=82=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D1=8C=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9=20=D1=81=D1=83=D0=BC=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/epwm_test/.cproject | 8 +- .../org.eclipse.core.resources.prefs | 2 + Projects/epwm_test/Start_rfm.pmp | Bin 44387 -> 44388 bytes Projects/epwm_test/epwm_test.c | 4 +- Projects/epwm_test/lib/f2838x_sysctrl.c | 71 ++++- Projects/epwm_test/src/Peripherals/adc_init.c | 6 +- Projects/epwm_test/src/Peripherals/adc_init.h | 6 +- .../epwm_test/src/Peripherals/gpio_init.c | 136 +++++---- .../epwm_test/src/Peripherals/gpio_init.h | 6 + .../src/Peripherals/pwm_interrupts.c | 4 +- Projects/epwm_test/src/Peripherals/spi_init.c | 274 ++++++++++++++++-- Projects/epwm_test/src/Peripherals/spi_init.h | 3 + Projects/epwm_test/src/biss.c | 180 +++++++++++- Projects/epwm_test/src/biss.h | 19 +- Projects/epwm_test/src/crc.c | 132 +++++++++ Projects/epwm_test/src/crc.h | 15 + Projects/epwm_test/src/frm_uart.c | 8 +- Projects/epwm_test/src/frm_uart.h | 6 +- Projects/epwm_test/src/frmmstr_run.c | 11 +- Projects/epwm_test/src/init_perif.c | 18 +- Projects/epwm_test/src/vector.c | 12 +- 21 files changed, 802 insertions(+), 119 deletions(-) create mode 100644 Projects/epwm_test/src/crc.c create mode 100644 Projects/epwm_test/src/crc.h diff --git a/Projects/epwm_test/.cproject b/Projects/epwm_test/.cproject index c52a85a..a04c40b 100644 --- a/Projects/epwm_test/.cproject +++ b/Projects/epwm_test/.cproject @@ -128,7 +128,7 @@ - +