A1210/Core/Inc/my.h

107 lines
1.8 KiB
C
Raw Normal View History

new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
/*
* my.h
*
* Created on: 2 <EFBFBD><EFBFBD><EFBFBD>. 2021 <EFBFBD>.
* Author: Toporov
*/
#ifndef INC_MY_H_
#define INC_MY_H_
#include "main.h"
#include "adc.h"
#include "dma.h"
#include "spi.h"
#include "tim.h"
#include "gpio.h"
#include "struct.h"
#include "stdbool.h"
#include "stdint.h"
#include <math.h>
#include "flash.h"
#include "string.h"
#include "ssd1306.h"
#include <stdlib.h>
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
#define LOGO_TIME_MS (1000u)
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
#define lo(x) ((uint8_t) ((x) & 0xFF))
#define hi(x) ((uint8_t) (((x) >> 8) & 0xFF))
2023-09-26 16:36:13 +03:00
#define ABS(x) (((x) < 0)?-(x) :(x))
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
typedef enum
{
CURSOR = Black,
TEXT = White
}typeTEXT;
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
void DrawSome(int16_t some, uint8_t x, uint8_t y, uint8_t mode);
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
typedef enum { CHARGE = 0} typeIIN;
typedef enum { Ku0_1 = 0, Ku0_2, Ku0_5, Ku1, Ku2, Ku5, Ku10, Ku20, Ku50, Ku100, Ku200, Ku500, Ku1000 } typeIKU;
typedef enum { Hp0_2 = 0, Hp1, Hp2, Hp10 } typeIFV;
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
typedef enum { Lp100 = 0, Lp300, Lp1000, Lp3000, Lp10000, Lp30000, Lp100000 } typeIFN;
typedef enum
{
AMPLIFIER = 0,
CALLIBRATION
}workModeEnum;
typedef enum //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
{
KPR0 ,
KPR1 ,
KPR2 ,
KPR3 ,
KPR4 ,
KPR5 ,
KPRSAVING,
UNITSELECT,
OUT ,
FVCH ,
FNCH,
GROUND,
}mainMenuState;
2024-05-06 09:23:12 +03:00
typedef enum //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
{
KUSET = 0,
DAC0SET ,
DAC1SET ,
DAC2SET ,
DAC3SET ,
SAVE
}callibrationMenuState;
typedef enum{Accel = 0,
Velocity,
Pascal,
k_Pascal,
M_Pascal,
Nython,
k_Nuthon,
mV,
} unit;
int asciiToFloat4(uint16_t str[]); //todo: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>
void sh_SetFnch(uint16_t IFN);
void sh_SetPlavZeml(uint16_t IPZ);
void WRDAC(uint16_t DVD);
void sh_SetFvch(uint16_t IFV);
void sh_SetOutGain(uint16_t IKU);
void sh_applysetting(UserData_TypeDef * currentData);
uint16_t kbhit(void);
void DrawSome(int16_t some, uint8_t x, uint8_t y, uint8_t mode); // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
#endif /* INC_MY_H_ */