From 50acc964e377df3929004cf8d7c7381132621e33 Mon Sep 17 00:00:00 2001 From: seklyuts Date: Thu, 12 Sep 2024 11:04:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D1=81=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BD=D0=B7=D0=BE=D0=B4=D0=B0=D1=82=D1=87=D0=B8?= =?UTF-8?q?=D0=BA=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/epwm_test_biss_c_cpu1/.cproject | 1 + .../2838x_FLASH_lnk_cpu1.cmd | 10 +- Projects/epwm_test_biss_c_cpu1/epwm_test.c | 6 +- .../src/Peripherals/gpio_init.c | 6 +- Projects/epwm_test_biss_c_cpu1/src/frm_uart.c | 27 ++++ Projects/epwm_test_biss_c_cpu1/src/frm_uart.h | 1 + .../epwm_test_biss_c_cpu1/src/init_perif.c | 17 ++- .../epwm_test_biss_c_cpu1/src/uart_4Mbit.c | 129 ++++++++++++++++++ .../epwm_test_biss_c_cpu1/src/uart_4Mbit.h | 15 ++ Projects/epwm_test_biss_c_cpu2/.cproject | 2 +- .../2838x_FLASH_lnk_cpu2.cmd | 4 +- Projects/epwm_test_biss_c_cpu2/Start_rfm.pmp | Bin 63030 -> 63893 bytes .../src/Peripherals/pwm_init.c | 4 + .../src/Peripherals/pwm_interrupts.c | 2 +- Projects/epwm_test_biss_c_cpu2/src/frm_uart.c | 2 +- .../epwm_test_biss_c_cpu2/src/init_perif.c | 4 +- .../epwm_test_biss_c_cpu2/src/uart_4Mbit.c | 4 +- Projects/epwm_test_biss_c_cpu2/src/vector.c | 4 +- .../targetConfigs/TMS320F28388D.ccxml | 116 ++++++++++------ .../Описание проекта freemaster.txt | 2 +- 20 files changed, 283 insertions(+), 73 deletions(-) create mode 100644 Projects/epwm_test_biss_c_cpu1/src/uart_4Mbit.c create mode 100644 Projects/epwm_test_biss_c_cpu1/src/uart_4Mbit.h diff --git a/Projects/epwm_test_biss_c_cpu1/.cproject b/Projects/epwm_test_biss_c_cpu1/.cproject index 16c8e49..7fc2c4b 100644 --- a/Projects/epwm_test_biss_c_cpu1/.cproject +++ b/Projects/epwm_test_biss_c_cpu1/.cproject @@ -61,6 +61,7 @@