Compare commits
53 Commits
Author | SHA1 | Date |
---|---|---|
|
3ca3a0b9ef | |
|
d6b045c169 | |
|
4588f6d5b6 | |
|
e4414a8809 | |
|
bcd04aa1b5 | |
|
6792e878e5 | |
|
38950c78c1 | |
|
887c05a289 | |
|
5038e83734 | |
|
55a69e2c5b | |
|
5418a0fc60 | |
|
0668699265 | |
|
65f84afe2c | |
|
e7f5c3dd4d | |
|
7336ee4e44 | |
|
a242044b5f | |
|
cebd433688 | |
|
939a3d1d0e | |
|
82fb27e1d8 | |
|
c3db269d03 | |
|
8e0e193742 | |
|
1b29ec18e6 | |
|
490a53a2af | |
|
4f1f4f0eca | |
|
74d91adc76 | |
|
694c8a2a71 | |
|
393607e0cd | |
|
42f1a588b8 | |
|
ea0dac3a2e | |
|
008da09869 | |
|
ec312b1311 | |
|
20120915e4 | |
|
14b4dcff84 | |
|
7f27c8d14b | |
|
35299a0f03 | |
|
13785b49e7 | |
|
5c2c3b6b97 | |
|
94dd7b378d | |
|
9eec71a003 | |
|
cedc28a549 | |
|
8e5900b595 | |
|
5d74609f69 | |
|
ba16b5b5d3 | |
|
f65c03b9e7 | |
|
f47a4b4e6a | |
|
80658d6b92 | |
|
59ad3069f6 | |
|
c2fc039068 | |
|
1d430b6b62 | |
|
9ebb922c59 | |
|
e7fc2027cb | |
|
ca8dbca12b | |
|
3892c7740f |
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "windows-gcc-x64",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"compilerPath": "E:/Softwares/mingw64/bin/gcc.exe",
|
||||
"cStandard": "${default}",
|
||||
"cppStandard": "${default}",
|
||||
"intelliSenseMode": "windows-gcc-x64",
|
||||
"compilerArgs": [
|
||||
""
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"ms-vscode.cpptools"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "C/C++ Runner: Debug Session",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"externalConsole": true,
|
||||
"cwd": "f:/Desktop/Work/00_Projects/03_Actuator_Digital_Testing/00_Code/00_New/acdt/users/Src",
|
||||
"program": "f:/Desktop/Work/00_Projects/03_Actuator_Digital_Testing/00_Code/00_New/acdt/users/Src/build/Debug/outDebug",
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "gdb",
|
||||
"setupCommands": [
|
||||
{
|
||||
"description": "Enable pretty-printing for gdb",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"C_Cpp.errorSquiggles": "disabled",
|
||||
"files.associations": {
|
||||
"provalctrl.h": "c",
|
||||
"timer.h": "c",
|
||||
"mf5803.h": "c",
|
||||
"eeprom.h": "c",
|
||||
"ch395.h": "c",
|
||||
"modbus.h": "c",
|
||||
"gpios.h": "c"
|
||||
},
|
||||
"C_Cpp_Runner.cCompilerPath": "gcc",
|
||||
"C_Cpp_Runner.cppCompilerPath": "g++",
|
||||
"C_Cpp_Runner.debuggerPath": "gdb",
|
||||
"C_Cpp_Runner.cStandard": "",
|
||||
"C_Cpp_Runner.cppStandard": "",
|
||||
"C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat",
|
||||
"C_Cpp_Runner.useMsvc": false,
|
||||
"C_Cpp_Runner.warnings": [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Wpedantic",
|
||||
"-Wshadow",
|
||||
"-Wformat=2",
|
||||
"-Wcast-align",
|
||||
"-Wconversion",
|
||||
"-Wsign-conversion",
|
||||
"-Wnull-dereference"
|
||||
],
|
||||
"C_Cpp_Runner.msvcWarnings": [
|
||||
"/W4",
|
||||
"/permissive-",
|
||||
"/w14242",
|
||||
"/w14287",
|
||||
"/w14296",
|
||||
"/w14311",
|
||||
"/w14826",
|
||||
"/w44062",
|
||||
"/w44242",
|
||||
"/w14905",
|
||||
"/w14906",
|
||||
"/w14263",
|
||||
"/w44265",
|
||||
"/w14928"
|
||||
],
|
||||
"C_Cpp_Runner.enableWarnings": true,
|
||||
"C_Cpp_Runner.warningsAsError": false,
|
||||
"C_Cpp_Runner.compilerArgs": [],
|
||||
"C_Cpp_Runner.linkerArgs": [],
|
||||
"C_Cpp_Runner.includePaths": [],
|
||||
"C_Cpp_Runner.includeSearch": [
|
||||
"*",
|
||||
"**/*"
|
||||
],
|
||||
"C_Cpp_Runner.excludeSearch": [
|
||||
"**/build",
|
||||
"**/build/**",
|
||||
"**/.*",
|
||||
"**/.*/**",
|
||||
"**/.vscode",
|
||||
"**/.vscode/**"
|
||||
],
|
||||
"C_Cpp_Runner.useAddressSanitizer": false,
|
||||
"C_Cpp_Runner.useUndefinedSanitizer": false,
|
||||
"C_Cpp_Runner.useLeakSanitizer": false,
|
||||
"C_Cpp_Runner.showCompilationTime": false,
|
||||
"C_Cpp_Runner.useLinkTimeOptimization": false,
|
||||
"C_Cpp_Runner.msvcSecureNoWarnings": false,
|
||||
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
|
||||
"clang-diagnostic-error",
|
||||
"clang-diagnostic-error",
|
||||
"clang-diagnostic-error"
|
||||
]
|
||||
}
|
669
CH395Q/ch395.c
669
CH395Q/ch395.c
File diff suppressed because it is too large
Load Diff
102
CH395Q/ch395.h
102
CH395Q/ch395.h
|
@ -10,98 +10,99 @@
|
|||
#include "string.h"
|
||||
#include "stdio.h"
|
||||
|
||||
#define MULTI_CONNECT_ENABLE 1
|
||||
|
||||
/******************************************************************************************/
|
||||
/* 引脚 定义 */
|
||||
/* <EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
||||
|
||||
#define CH395_SCS_GPIO_PORT GPIOB
|
||||
#define CH395_SCS_GPIO_PIN GPIO_PIN_12
|
||||
#define CH395_SCS_GPIO_CLK_ENABLE() do{ __HAL_RCC_GPIOC_CLK_ENABLE(); }while(0) /* PB口时钟使能 */
|
||||
#define CH395_SCS_GPIO_CLK_ENABLE() do{ __HAL_RCC_GPIOC_CLK_ENABLE(); }while(0) /* PB<EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>ʹ<EFBFBD><EFBFBD> */
|
||||
|
||||
#define CH395_INT_GPIO_PORT GPIOD
|
||||
#define CH395_INT_GPIO_PIN GPIO_PIN_8
|
||||
#define CH395_INT_GPIO_CLK_ENABLE() do{ __HAL_RCC_GPIOD_CLK_ENABLE(); }while(0) /* PB口时钟使能 */
|
||||
#define CH395_INT_GPIO_CLK_ENABLE() do{ __HAL_RCC_GPIOD_CLK_ENABLE(); }while(0) /* PB<EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>ʹ<EFBFBD><EFBFBD> */
|
||||
|
||||
#define CH395_RST_GPIO_PORT GPIOD
|
||||
#define CH395_RST_GPIO_PIN GPIO_PIN_9
|
||||
#define CH395_RST_GPIO_CLK_ENABLE() do{ __HAL_RCC_GPIOD_CLK_ENABLE(); }while(0) /* PB口时钟使能 */
|
||||
#define CH395_RST_GPIO_CLK_ENABLE() do{ __HAL_RCC_GPIOD_CLK_ENABLE(); }while(0) /* PB<EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>ʹ<EFBFBD><EFBFBD> */
|
||||
|
||||
/******************************************************************************************/
|
||||
#define ch395_scs_low HAL_GPIO_WritePin(CH395_SCS_GPIO_PORT, CH395_SCS_GPIO_PIN, GPIO_PIN_RESET) /* SPI片选引脚输出低电平 */
|
||||
#define ch395_scs_hign HAL_GPIO_WritePin(CH395_SCS_GPIO_PORT, CH395_SCS_GPIO_PIN, GPIO_PIN_SET) /* SPI片选引脚输出高电平 */
|
||||
#define ch395_sdo_pin HAL_GPIO_ReadPin(GPIOB,GPIO_PIN_14) /* 获取CH395的SPI数据输出引脚电平 */
|
||||
#define ch395_int_pin_wire HAL_GPIO_ReadPin(CH395_INT_GPIO_PORT,CH395_INT_GPIO_PIN) /* 假定CH395的INT#引脚,如果未连接那么也可以通过查询兼做中断输出的SDO引脚状态实现 */
|
||||
#define ch395_scs_low HAL_GPIO_WritePin(CH395_SCS_GPIO_PORT, CH395_SCS_GPIO_PIN, GPIO_PIN_RESET) /* SPIƬѡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD>ƽ */
|
||||
#define ch395_scs_hign HAL_GPIO_WritePin(CH395_SCS_GPIO_PORT, CH395_SCS_GPIO_PIN, GPIO_PIN_SET) /* SPIƬѡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߵ<EFBFBD>ƽ */
|
||||
#define ch395_sdo_pin HAL_GPIO_ReadPin(GPIOB,GPIO_PIN_14) /* <EFBFBD><EFBFBD>ȡCH395<EFBFBD><EFBFBD>SPI<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ŵ<EFBFBD>ƽ */
|
||||
#define ch395_int_pin_wire HAL_GPIO_ReadPin(CH395_INT_GPIO_PORT,CH395_INT_GPIO_PIN) /* <EFBFBD>ٶ<EFBFBD>CH395<EFBFBD><EFBFBD>INT#<23><><EFBFBD><EFBFBD>,<2C><><EFBFBD>δ<EFBFBD><CEB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ôҲ<C3B4><D2B2><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD><EFBFBD>ж<EFBFBD><D0B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>SDO<44><4F><EFBFBD><EFBFBD>״̬ʵ<CCAC><CAB5> */
|
||||
|
||||
|
||||
typedef struct ch395q_socket_t
|
||||
{
|
||||
uint8_t socket_enable; /* Socket使能 */
|
||||
uint8_t socket_index; /* Socket标号 */
|
||||
uint8_t proto; /* Socket协议 */
|
||||
uint8_t des_ip[4]; /* 目的IP地址 */
|
||||
uint16_t des_port; /* 目的端口 */
|
||||
uint16_t sour_port; /* 源端口 */
|
||||
uint8_t socket_enable; /* Socketʹ<EFBFBD><EFBFBD> */
|
||||
uint8_t socket_index; /* Socket<EFBFBD><EFBFBD><EFBFBD> */
|
||||
uint8_t proto; /* SocketЭ<EFBFBD><EFBFBD> */
|
||||
uint8_t des_ip[4]; /* Ŀ<EFBFBD><EFBFBD>IP<EFBFBD><EFBFBD>ַ */
|
||||
uint16_t des_port; /* Ŀ<EFBFBD>Ķ˿<EFBFBD> */
|
||||
uint16_t sour_port; /* Դ<EFBFBD>˿<EFBFBD> */
|
||||
|
||||
struct
|
||||
{
|
||||
uint8_t *buf; /* 缓冲空间 */
|
||||
uint32_t size; /* 缓冲空间大小 */
|
||||
} send; /* 发送缓冲 */
|
||||
uint8_t *buf; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD> */
|
||||
uint32_t size; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD><EFBFBD>С */
|
||||
} send; /* <EFBFBD><EFBFBD><EFBFBD>ͻ<EFBFBD><EFBFBD><EFBFBD> */
|
||||
|
||||
struct
|
||||
{
|
||||
uint8_t recv_flag; /* 接收数据标志位 */
|
||||
uint8_t *buf; /* 缓冲空间 */
|
||||
uint32_t size; /* 缓冲空间大小 */
|
||||
} recv; /* 接收缓冲 */ /* 接收缓冲 */
|
||||
uint8_t recv_flag; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD>־λ */
|
||||
uint8_t *buf; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD> */
|
||||
uint32_t size; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD><EFBFBD>С */
|
||||
} recv; /* <EFBFBD><EFBFBD><EFBFBD>ջ<EFBFBD><EFBFBD><EFBFBD> */ /* <20><><EFBFBD>ջ<EFBFBD><D5BB><EFBFBD> */
|
||||
|
||||
struct
|
||||
{
|
||||
uint8_t ip[4]; /* IP地址 */
|
||||
uint8_t gwip[4]; /* 网关IP地址 */
|
||||
uint8_t mask[4]; /* 子网掩码 */
|
||||
uint8_t dns1[4]; /* DNS服务器1地址 */
|
||||
uint8_t dns2[4]; /* DNS服务器2地址 */
|
||||
} net_info; /* 网络信息 */
|
||||
uint8_t ip[4]; /* IP<EFBFBD><EFBFBD>ַ */
|
||||
uint8_t gwip[4]; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>IP<EFBFBD><EFBFBD>ַ */
|
||||
uint8_t mask[4]; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
||||
uint8_t dns1[4]; /* DNS<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1<EFBFBD><EFBFBD>ַ */
|
||||
uint8_t dns2[4]; /* DNS<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2<EFBFBD><EFBFBD>ַ */
|
||||
} net_info; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ */
|
||||
|
||||
struct
|
||||
{
|
||||
uint8_t ipaddr[4]; /* IP地址 32bit*/
|
||||
uint8_t gwipaddr[4]; /* 网关地址 32bit*/
|
||||
uint8_t maskaddr[4]; /* 子网掩码 32bit*/
|
||||
uint8_t macaddr[6]; /* MAC地址 48bit*/
|
||||
} net_config; /* 网络配置信息 */
|
||||
uint8_t ipaddr[4]; /* IP<EFBFBD><EFBFBD>ַ 32bit*/
|
||||
uint8_t gwipaddr[4]; /* <EFBFBD><EFBFBD><EFBFBD>ص<EFBFBD>ַ 32bit*/
|
||||
uint8_t maskaddr[4]; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 32bit*/
|
||||
uint8_t macaddr[6]; /* MAC<EFBFBD><EFBFBD>ַ 48bit*/
|
||||
} net_config; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ */
|
||||
|
||||
} ch395_socket;
|
||||
|
||||
/* DHCP״̬ */
|
||||
enum DHCP
|
||||
{
|
||||
DHCP_UP = 0, /* DHCP获取成功状态 */
|
||||
DHCP_DOWN, /* DHCP获取失败状态 */
|
||||
DHCP_STA, /* DHCP开启状态 */
|
||||
DHCP_UP = 0, /* DHCP<EFBFBD><EFBFBD>ȡ<EFBFBD>ɹ<EFBFBD>״̬ */
|
||||
DHCP_DOWN, /* DHCP<EFBFBD><EFBFBD>ȡʧ<EFBFBD><EFBFBD>״̬ */
|
||||
DHCP_STA, /* DHCP<EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬ */
|
||||
};
|
||||
|
||||
struct ch395q_t
|
||||
{
|
||||
uint8_t version; /* 版本信息 */
|
||||
uint8_t version; /* <EFBFBD>汾<EFBFBD><EFBFBD>Ϣ */
|
||||
uint8_t phy_status; /* PHY״̬ */
|
||||
uint8_t dhcp_status; /* DHCP״̬ */
|
||||
uint8_t ipinf_buf[20]; /* 获取IP信息 */
|
||||
uint8_t ipinf_buf[20]; /* <EFBFBD><EFBFBD>ȡIP<EFBFBD><EFBFBD>Ϣ */
|
||||
|
||||
struct
|
||||
{
|
||||
ch395_socket config; /* 配置信息 */
|
||||
ch395_socket config; /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ */
|
||||
} socket[8]; /* Socket״̬ */
|
||||
|
||||
void (*ch395_error)(uint8_t i); /* ch395q错误检测函数 */
|
||||
void (*ch395_phy_cb)(uint8_t phy_status); /* ch395q phy状态回调函数 */
|
||||
void (*ch395_reconnection)(void); /* ch395q 重新连接函数 */
|
||||
void (*ch395_error)(uint8_t i); /* ch395q<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>⺯<EFBFBD><EFBFBD> */
|
||||
void (*ch395_phy_cb)(uint8_t phy_status); /* ch395q phy״̬<EFBFBD>ص<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
||||
void (*ch395_reconnection)(void); /* ch395q <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӻ<EFBFBD><EFBFBD><EFBFBD> */
|
||||
};
|
||||
|
||||
extern struct ch395q_t g_ch395q_sta;
|
||||
|
||||
/* CH395Q模块Socket标号定义 */
|
||||
/* CH395Qģ<EFBFBD><EFBFBD>Socket<EFBFBD><EFBFBD>Ŷ<EFBFBD><EFBFBD><EFBFBD> */
|
||||
#define CH395Q_SOCKET_0 0 /* Socket 0 */
|
||||
#define CH395Q_SOCKET_1 1 /* Socket 1 */
|
||||
#define CH395Q_SOCKET_2 2 /* Socket 2 */
|
||||
|
@ -111,18 +112,18 @@ extern struct ch395q_t g_ch395q_sta;
|
|||
#define CH395Q_SOCKET_6 6 /* Socket 6 */
|
||||
#define CH395Q_SOCKET_7 7 /* Socket 7 */
|
||||
|
||||
/* 使能定义 */
|
||||
#define CH395Q_DISABLE 1 /* 禁用 */
|
||||
#define CH395Q_ENABLE 2 /* 使能 */
|
||||
/* ʹ<EFBFBD>ܶ<EFBFBD><EFBFBD><EFBFBD> */
|
||||
#define CH395Q_DISABLE 1 /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
||||
#define CH395Q_ENABLE 2 /* ʹ<EFBFBD><EFBFBD> */
|
||||
|
||||
/* CH395Q模块Socket协议类型定义 */
|
||||
/* CH395Qģ<EFBFBD><EFBFBD>SocketЭ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͷ<EFBFBD><EFBFBD><EFBFBD> */
|
||||
#define CH395Q_SOCKET_UDP 0 /* UDP */
|
||||
#define CH395Q_SOCKET_TCP_CLIENT 1 /* TCP客户端 */
|
||||
#define CH395Q_SOCKET_TCP_SERVER 2 /* TCP服务器 */
|
||||
#define CH395Q_SOCKET_TCP_CLIENT 1 /* TCP<EFBFBD>ͻ<EFBFBD><EFBFBD><EFBFBD> */
|
||||
#define CH395Q_SOCKET_TCP_SERVER 2 /* TCP<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
||||
#define CH395Q_SOCKET_MAC_RAW 3 /* MAC_RAW */
|
||||
|
||||
#define DEF_KEEP_LIVE_IDLE (15*1000) /* 空闲时间 */
|
||||
#define DEF_KEEP_LIVE_PERIOD (15*1000) /* 间隔为15秒,发送一次KEEPLIVE数据包 */
|
||||
#define DEF_KEEP_LIVE_IDLE (15*1000) /* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD> */
|
||||
#define DEF_KEEP_LIVE_PERIOD (15*1000) /* <EFBFBD><EFBFBD><EFBFBD>Ϊ15<EFBFBD>룬<EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD>KEEPLIVE<EFBFBD><EFBFBD><EFBFBD>ݰ<EFBFBD> */
|
||||
#define DEF_KEEP_LIVE_CNT 200
|
||||
|
||||
uint8_t ch395_read_data(void ) ;
|
||||
|
@ -134,5 +135,6 @@ void ch395_hardware_init(void);
|
|||
uint8_t ch395q_socket_config(ch395_socket * ch395_sokect);
|
||||
void ch395_reconnection(void);
|
||||
void ch395_init(void);
|
||||
void set_ipv4(void);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
#include "ch395.h"
|
||||
|
||||
/**
|
||||
* @brief 复位ch395芯片
|
||||
* @param 无
|
||||
* @retval 无
|
||||
* @brief 复位ch395芯片
|
||||
* @param 无
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_reset(void)
|
||||
{
|
||||
|
@ -14,9 +14,9 @@ void ch395_cmd_reset(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 使ch395进入睡眠状态
|
||||
* @param 无
|
||||
* @retval 无
|
||||
* @brief 使ch395进入睡眠状态
|
||||
* @param 无
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_sleep(void)
|
||||
{
|
||||
|
@ -25,9 +25,9 @@ void ch395_cmd_sleep(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取芯片以及固件版本号,1字节,高四位表示芯片版本,
|
||||
* @param 无
|
||||
* @retval 1字节芯片及固件版本号
|
||||
* @brief 获取芯片以及固件版本号,1字节,高四位表示芯片版本,
|
||||
* @param 无
|
||||
* @retval 1字节芯片及固件版本号
|
||||
*/
|
||||
uint8_t ch395_cmd_get_ver(void)
|
||||
{
|
||||
|
@ -39,9 +39,9 @@ uint8_t ch395_cmd_get_ver(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 测试命令,用于测试硬件以及接口通讯,
|
||||
* @param 1字节测试数据
|
||||
* @retval 硬件ok,返回 testdata按位取反
|
||||
* @brief 测试命令,用于测试硬件以及接口通讯,
|
||||
* @param 1字节测试数据
|
||||
* @retval 硬件ok,返回 testdata按位取反
|
||||
*/
|
||||
uint8_t ch395_cmd_check_exist(uint8_t testdata)
|
||||
{
|
||||
|
@ -55,9 +55,9 @@ uint8_t ch395_cmd_check_exist(uint8_t testdata)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置phy,主要设置ch395 phy为100/10m 或者全双工半双工,ch395默为自动协商。
|
||||
* @param 参考phy 命令参数/状态
|
||||
* @retval 无
|
||||
* @brief 设置phy,主要设置ch395 phy为100/10m 或者全双工半双工,ch395默为自动协商。
|
||||
* @param 参考phy 命令参数/状态
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_phy(uint8_t phystat)
|
||||
{
|
||||
|
@ -67,9 +67,9 @@ void ch395_cmd_set_phy(uint8_t phystat)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取phy的状态
|
||||
* @param 无
|
||||
* @retval 当前ch395phy状态,参考phy参数/状态定义
|
||||
* @brief 获取phy的状态
|
||||
* @param 无
|
||||
* @retval 当前ch395phy状态,参考phy参数/状态定义
|
||||
*/
|
||||
uint8_t ch395_cmd_get_phy_status(void)
|
||||
{
|
||||
|
@ -82,9 +82,9 @@ uint8_t ch395_cmd_get_phy_status(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取全局中断状态,收到此命令ch395自动取消中断,0x43及以下版本使用
|
||||
* @param 无
|
||||
* @retval 返回当前的全局中断状态
|
||||
* @brief 获取全局中断状态,收到此命令ch395自动取消中断,0x43及以下版本使用
|
||||
* @param 无
|
||||
* @retval 返回当前的全局中断状态
|
||||
*/
|
||||
uint8_t ch395_cmd_get_glob_int_status(void)
|
||||
{
|
||||
|
@ -97,9 +97,9 @@ uint8_t ch395_cmd_get_glob_int_status(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 初始化ch395芯片
|
||||
* @param 无
|
||||
* @retval 返回执行结果
|
||||
* @brief 初始化ch395芯片
|
||||
* @param 无
|
||||
* @retval 返回执行结果
|
||||
*/
|
||||
uint8_t ch395_cmd_init(void)
|
||||
{
|
||||
|
@ -111,17 +111,17 @@ uint8_t ch395_cmd_init(void)
|
|||
|
||||
while (1)
|
||||
{
|
||||
HAL_Delay(10); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
HAL_Delay(10); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
|
||||
if (s != CH395_ERR_BUSY)
|
||||
{
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
}
|
||||
|
||||
if (i++ > 200)
|
||||
{
|
||||
return CH395_ERR_UNKNOW; /* 超时退出,本函数需要500MS以上执行完毕 */
|
||||
return CH395_ERR_UNKNOW; /* 超时退出,本函数需要500MS以上执行完毕 */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -129,9 +129,9 @@ uint8_t ch395_cmd_init(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置ch395串口波特率,仅在串口模式下有效
|
||||
* @param baudrate 串口波特率
|
||||
* @retval 无
|
||||
* @brief 设置ch395串口波特率,仅在串口模式下有效
|
||||
* @param baudrate 串口波特率
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_uart_baud_rate(uint32_t baudrate)
|
||||
{
|
||||
|
@ -144,9 +144,9 @@ void ch395_cmd_set_uart_baud_rate(uint32_t baudrate)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取命令执行状态,某些命令需要等待命令执行结果
|
||||
* @param 无
|
||||
* @retval 返回上一条命令执行状态
|
||||
* @brief 获取命令执行状态,某些命令需要等待命令执行结果
|
||||
* @param 无
|
||||
* @retval 返回上一条命令执行状态
|
||||
*/
|
||||
uint8_t ch395_get_cmd_status(void)
|
||||
{
|
||||
|
@ -159,9 +159,9 @@ uint8_t ch395_get_cmd_status(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置ch395的ip地址
|
||||
* @param ipaddr 指ip地址
|
||||
* @retval 无
|
||||
* @brief 设置ch395的ip地址
|
||||
* @param ipaddr 指ip地址
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_ipaddr(uint8_t *ipaddr)
|
||||
{
|
||||
|
@ -178,9 +178,9 @@ void ch395_cmd_set_ipaddr(uint8_t *ipaddr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置ch395的网关ip地址
|
||||
* @param ipaddr 指向网关ip地址
|
||||
* @retval 无
|
||||
* @brief 设置ch395的网关ip地址
|
||||
* @param ipaddr 指向网关ip地址
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_gw_ipaddr(uint8_t *gwipaddr)
|
||||
{
|
||||
|
@ -197,9 +197,9 @@ void ch395_cmd_set_gw_ipaddr(uint8_t *gwipaddr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置ch395的子网掩码,默认为255.255.255.0
|
||||
* @param maskaddr 指子网掩码地址
|
||||
* @retval 无
|
||||
* @brief 设置ch395的子网掩码,默认为255.255.255.0
|
||||
* @param maskaddr 指子网掩码地址
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_maskaddr(uint8_t *maskaddr)
|
||||
{
|
||||
|
@ -216,9 +216,9 @@ void ch395_cmd_set_maskaddr(uint8_t *maskaddr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置ch395的mac地址。
|
||||
* @param mcaddr mac地址指针
|
||||
* @retval 无
|
||||
* @brief 设置ch395的mac地址。
|
||||
* @param mcaddr mac地址指针
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_macaddr(uint8_t *amcaddr)
|
||||
{
|
||||
|
@ -236,9 +236,9 @@ void ch395_cmd_set_macaddr(uint8_t *amcaddr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取ch395的mac地址。
|
||||
* @param amcaddr mac地址指针
|
||||
* @retval 无
|
||||
* @brief 获取ch395的mac地址。
|
||||
* @param amcaddr mac地址指针
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_get_macaddr(uint8_t *amcaddr)
|
||||
{
|
||||
|
@ -255,11 +255,11 @@ void ch395_cmd_get_macaddr(uint8_t *amcaddr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置mac过滤。
|
||||
* @param filtype 参考 mac过滤
|
||||
* @brief 设置mac过滤。
|
||||
* @param filtype 参考 mac过滤
|
||||
* @param table0 hash0
|
||||
* @param table1 hash1
|
||||
* @retval 无
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_macfilt(uint8_t filtype, uint32_t table0, uint32_t table1)
|
||||
{
|
||||
|
@ -278,13 +278,13 @@ void ch395_cmd_set_macfilt(uint8_t filtype, uint32_t table0, uint32_t table1)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取不可达信息 (ip,port,protocol type)
|
||||
* @param list 保存获取到的不可达
|
||||
@arg 第1个字节为不可达代码,请参考 不可达代码(ch395inc.h)
|
||||
@arg 第2个字节为ip包协议类型
|
||||
@arg 第3-4字节为端口号
|
||||
@arg 第4-8字节为ip地址
|
||||
* @retval 无
|
||||
* @brief 获取不可达信息 (ip,port,protocol type)
|
||||
* @param list 保存获取到的不可达
|
||||
@arg 第1个字节为不可达代码,请参考 不可达代码(ch395inc.h)
|
||||
@arg 第2个字节为ip包协议类型
|
||||
@arg 第3-4字节为端口号
|
||||
@arg 第4-8字节为ip地址
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_get_unreachippt(uint8_t *list)
|
||||
{
|
||||
|
@ -301,10 +301,10 @@ void ch395_cmd_get_unreachippt(uint8_t *list)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取远端的ip和端口地址,一般在tcp server模式下使用
|
||||
* @param sockindex socket索引
|
||||
* @param list 保存ip和端口
|
||||
* @retval 无
|
||||
* @brief 获取远端的ip和端口地址,一般在tcp server模式下使用
|
||||
* @param sockindex socket索引
|
||||
* @param list 保存ip和端口
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_get_remoteipp(uint8_t sockindex, uint8_t *list)
|
||||
{
|
||||
|
@ -322,10 +322,10 @@ void ch395_cmd_get_remoteipp(uint8_t sockindex, uint8_t *list)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置socket n的目的ip地址
|
||||
* @param sockindex socket索引
|
||||
* @param ipaddr 指向ip地址
|
||||
* @retval 无
|
||||
* @brief 设置socket n的目的ip地址
|
||||
* @param sockindex socket索引
|
||||
* @param ipaddr 指向ip地址
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_socket_desip(uint8_t sockindex, uint8_t *ipaddr)
|
||||
{
|
||||
|
@ -339,10 +339,10 @@ void ch395_set_socket_desip(uint8_t sockindex, uint8_t *ipaddr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置socket 的协议类型
|
||||
* @param sockindex socket索引,prottype 协议类型
|
||||
* @param 请参考 socket协议类型定义(ch395inc.h)
|
||||
* @retval 无
|
||||
* @brief 设置socket 的协议类型
|
||||
* @param sockindex socket索引,prottype 协议类型
|
||||
* @param 请参考 socket协议类型定义(ch395inc.h)
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_socket_prot_type(uint8_t sockindex, uint8_t prottype)
|
||||
{
|
||||
|
@ -353,10 +353,10 @@ void ch395_set_socket_prot_type(uint8_t sockindex, uint8_t prottype)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置socket n的协议类型
|
||||
* @param sockindex socket索引
|
||||
* @param desprot 2字节目的端口
|
||||
* @retval 无
|
||||
* @brief 设置socket n的协议类型
|
||||
* @param sockindex socket索引
|
||||
* @param desprot 2字节目的端口
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_socket_desport(uint8_t sockindex, uint16_t desprot)
|
||||
{
|
||||
|
@ -368,10 +368,10 @@ void ch395_set_socket_desport(uint8_t sockindex, uint16_t desprot)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置socket n的协议类型
|
||||
* @param sockindex socket索引
|
||||
* @param desprot 2字节源端口
|
||||
* @retval 无
|
||||
* @brief 设置socket n的协议类型
|
||||
* @param sockindex socket索引
|
||||
* @param desprot 2字节源端口
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_socket_sourport(uint8_t sockindex, uint16_t surprot)
|
||||
{
|
||||
|
@ -383,10 +383,10 @@ void ch395_set_socket_sourport(uint8_t sockindex, uint16_t surprot)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief ip模式下,socket ip包协议字段
|
||||
* @param sockindex socket索引
|
||||
* @param prototype ipraw模式1字节协议字段
|
||||
* @retval 无
|
||||
* @brief ip模式下,socket ip包协议字段
|
||||
* @param sockindex socket索引
|
||||
* @param prototype ipraw模式1字节协议字段
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_socket_ipraw_proto(uint8_t sockindex, uint8_t prototype)
|
||||
{
|
||||
|
@ -397,11 +397,11 @@ void ch395_set_socket_ipraw_proto(uint8_t sockindex, uint8_t prototype)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 开启/关闭 ping
|
||||
* @param senable :0 / 1, 具体含义如下:
|
||||
* @arg 1: 开启ping
|
||||
* @arg 0: 关闭ping
|
||||
* @retval 无
|
||||
* @brief 开启/关闭 ping
|
||||
* @param senable :0 / 1, 具体含义如下:
|
||||
* @arg 1: 开启ping
|
||||
* @arg 0: 关闭ping
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_enable_ping(uint8_t enable)
|
||||
{
|
||||
|
@ -411,11 +411,11 @@ void ch395_enable_ping(uint8_t enable)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 向发送缓冲区写数据
|
||||
* @param sockindex socket索引
|
||||
* @param databuf 数据缓冲区
|
||||
* @param len 长度
|
||||
* @retval 无
|
||||
* @brief 向发送缓冲区写数据
|
||||
* @param sockindex socket索引
|
||||
* @param databuf 数据缓冲区
|
||||
* @param len 长度
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_send_data(uint8_t sockindex, uint8_t *databuf, uint16_t len)
|
||||
{
|
||||
|
@ -435,9 +435,9 @@ void ch395_send_data(uint8_t sockindex, uint8_t *databuf, uint16_t len)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取接收缓冲区长度
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回接收缓冲区有效长度
|
||||
* @brief 获取接收缓冲区长度
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回接收缓冲区有效长度
|
||||
*/
|
||||
uint16_t ch395_get_recv_length(uint8_t sockindex)
|
||||
{
|
||||
|
@ -452,9 +452,9 @@ uint16_t ch395_get_recv_length(uint8_t sockindex)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 清除接收缓冲区
|
||||
* @param sockindex socket索引
|
||||
* @retval 无
|
||||
* @brief 清除接收缓冲区
|
||||
* @param sockindex socket索引
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_clear_recv_buf(uint8_t sockindex)
|
||||
{
|
||||
|
@ -464,11 +464,11 @@ void ch395_clear_recv_buf(uint8_t sockindex)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 读取接收缓冲区数据
|
||||
* @param sockindex socket索引
|
||||
* @param len 长度
|
||||
* @param pbuf 缓冲区
|
||||
* @retval 无
|
||||
* @brief 读取接收缓冲区数据
|
||||
* @param sockindex socket索引
|
||||
* @param len 长度
|
||||
* @param pbuf 缓冲区
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_get_recv_data(uint8_t sockindex, uint16_t len, uint8_t *pbuf)
|
||||
{
|
||||
|
@ -492,9 +492,9 @@ void ch395_get_recv_data(uint8_t sockindex, uint16_t len, uint8_t *pbuf)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置重试次数
|
||||
* @param count 重试值,最大为20次
|
||||
* @retval 无
|
||||
* @brief 设置重试次数
|
||||
* @param count 重试值,最大为20次
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_retry_count(uint8_t count)
|
||||
{
|
||||
|
@ -504,9 +504,9 @@ void ch395_cmd_set_retry_count(uint8_t count)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置重试周期
|
||||
* @param period 重试周期单位为毫秒,最大1000ms
|
||||
* @retval 无
|
||||
* @brief 设置重试周期
|
||||
* @param period 重试周期单位为毫秒,最大1000ms
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_cmd_set_retry_period(uint16_t period)
|
||||
{
|
||||
|
@ -517,9 +517,9 @@ void ch395_cmd_set_retry_period(uint16_t period)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取socket
|
||||
* @param sockindex socket索引
|
||||
* @retval socket n的状态信息,第1字节为socket 打开或者关闭,第2字节为tcp状态
|
||||
* @brief 获取socket
|
||||
* @param sockindex socket索引
|
||||
* @retval socket n的状态信息,第1字节为socket 打开或者关闭,第2字节为tcp状态
|
||||
*/
|
||||
void ch395_cmd_get_socket_status(uint8_t sockindex, uint8_t *status)
|
||||
{
|
||||
|
@ -531,9 +531,9 @@ void ch395_cmd_get_socket_status(uint8_t sockindex, uint8_t *status)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 打开socket,此命令需要等待执行成功
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回执行结果
|
||||
* @brief 打开socket,此命令需要等待执行成功
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回执行结果
|
||||
*/
|
||||
uint8_t ch395_open_socket(uint8_t sockindex)
|
||||
{
|
||||
|
@ -545,17 +545,18 @@ uint8_t ch395_open_socket(uint8_t sockindex)
|
|||
|
||||
while (1)
|
||||
{
|
||||
HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
delay_us(3000);
|
||||
//HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
|
||||
if (s != CH395_ERR_BUSY)
|
||||
{
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
}
|
||||
|
||||
if (i++ > 200)
|
||||
{
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -563,9 +564,9 @@ uint8_t ch395_open_socket(uint8_t sockindex)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 关闭socket,
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回执行结果
|
||||
* @brief 关闭socket,
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回执行结果
|
||||
*/
|
||||
uint8_t ch395_close_socket(uint8_t sockindex)
|
||||
{
|
||||
|
@ -577,17 +578,18 @@ uint8_t ch395_close_socket(uint8_t sockindex)
|
|||
|
||||
while (1)
|
||||
{
|
||||
HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
delay_us(3000);
|
||||
//HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
|
||||
if (s != CH395_ERR_BUSY)
|
||||
{
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
}
|
||||
|
||||
if (i++ > 200)
|
||||
{
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -595,9 +597,9 @@ uint8_t ch395_close_socket(uint8_t sockindex)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief tcp连接,仅在tcp模式下有效,此命令需要等待执行成功
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回执行结果
|
||||
* @brief tcp连接,仅在tcp模式下有效,此命令需要等待执行成功
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回执行结果
|
||||
*/
|
||||
uint8_t ch395_tcp_connect(uint8_t sockindex)
|
||||
{
|
||||
|
@ -609,17 +611,17 @@ uint8_t ch395_tcp_connect(uint8_t sockindex)
|
|||
|
||||
while (1)
|
||||
{
|
||||
HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
|
||||
if (s != CH395_ERR_BUSY)
|
||||
{
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
}
|
||||
|
||||
if (i++ > 200)
|
||||
{
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -627,9 +629,9 @@ uint8_t ch395_tcp_connect(uint8_t sockindex)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief tcp监听,仅在tcp模式下有效,此命令需要等待执行成功
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回执行结果
|
||||
* @brief tcp监听,仅在tcp模式下有效,此命令需要等待执行成功
|
||||
* @param sockindex socket索引
|
||||
* @retval 返回执行结果
|
||||
*/
|
||||
uint8_t ch395_tcp_listen(uint8_t sockindex)
|
||||
{
|
||||
|
@ -641,17 +643,18 @@ uint8_t ch395_tcp_listen(uint8_t sockindex)
|
|||
|
||||
while (1)
|
||||
{
|
||||
HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
delay_us(3000);
|
||||
//HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
|
||||
if (s != CH395_ERR_BUSY)
|
||||
{
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
}
|
||||
|
||||
if (i++ > 200)
|
||||
{
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -659,9 +662,9 @@ uint8_t ch395_tcp_listen(uint8_t sockindex)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief tcp断开,仅在tcp模式下有效,此命令需要等待执行成功
|
||||
* @param sockindex socket索引
|
||||
* @retval 无
|
||||
* @brief tcp断开,仅在tcp模式下有效,此命令需要等待执行成功
|
||||
* @param sockindex socket索引
|
||||
* @retval 无
|
||||
*/
|
||||
uint8_t ch395_tcp_disconnect(uint8_t sockindex)
|
||||
{
|
||||
|
@ -673,26 +676,26 @@ uint8_t ch395_tcp_disconnect(uint8_t sockindex)
|
|||
|
||||
while (1)
|
||||
{
|
||||
HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
HAL_Delay(5); /* 延时查询,建议2MS以上 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
|
||||
if (s != CH395_ERR_BUSY)
|
||||
{
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
break; /* 如果CH395芯片返回忙状态 */
|
||||
}
|
||||
|
||||
if (i++ > 200)
|
||||
{
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
}
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 获取socket n的中断状态
|
||||
* @param sockindex socket索引
|
||||
* @retval 中断状态
|
||||
* @brief 获取socket n的中断状态
|
||||
* @param sockindex socket索引
|
||||
* @retval 中断状态
|
||||
*/
|
||||
uint8_t ch395_get_socket_int(uint8_t sockindex)
|
||||
{
|
||||
|
@ -706,9 +709,9 @@ uint8_t ch395_get_socket_int(uint8_t sockindex)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 对多播地址进行crc运算,并取高6位。
|
||||
* @param mac_addr mac地址
|
||||
* @retval 返回crc32的高6位
|
||||
* @brief 对多播地址进行crc运算,并取高6位。
|
||||
* @param mac_addr mac地址
|
||||
* @retval 返回crc32的高6位
|
||||
*/
|
||||
uint8_t ch395_crcret_6bit(uint8_t *mac_addr)
|
||||
{
|
||||
|
@ -734,11 +737,11 @@ uint8_t ch395_crcret_6bit(uint8_t *mac_addr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 启动/停止dhcp
|
||||
* @param flag:0 / 1, 具体含义如下:
|
||||
* @arg 1:启动dhcp
|
||||
* @arg 0:停止dhcp
|
||||
* @retval 执行状态
|
||||
* @brief 启动/停止dhcp
|
||||
* @param flag:0 / 1, 具体含义如下:
|
||||
* @arg 1:启动dhcp
|
||||
* @arg 0:停止dhcp
|
||||
* @retval 执行状态
|
||||
*/
|
||||
uint8_t ch395_dhcp_enable(uint8_t flag)
|
||||
{
|
||||
|
@ -751,16 +754,16 @@ uint8_t ch395_dhcp_enable(uint8_t flag)
|
|||
while (1)
|
||||
{
|
||||
HAL_Delay(20);
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
s = ch395_get_cmd_status(); /* 不能过于频繁查询 */
|
||||
|
||||
if(s != CH395_ERR_BUSY)
|
||||
{
|
||||
break; /* 如果ch395芯片返回忙状态 */
|
||||
break; /* 如果ch395芯片返回忙状态 */
|
||||
}
|
||||
|
||||
if(i++ > 200)
|
||||
{
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
return CH395_ERR_UNKNOW; /* 超时退出 */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -768,9 +771,9 @@ uint8_t ch395_dhcp_enable(uint8_t flag)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取dhcp状态
|
||||
* @param 无
|
||||
* @retval dhcp状态,0为成功,其他值表示错误
|
||||
* @brief 获取dhcp状态
|
||||
* @param 无
|
||||
* @retval dhcp状态,0为成功,其他值表示错误
|
||||
*/
|
||||
uint8_t ch395_get_dhcp_status(void)
|
||||
{
|
||||
|
@ -782,9 +785,9 @@ uint8_t ch395_get_dhcp_status(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取ip,子网掩码和网关地址
|
||||
* @param sockindex socket索引
|
||||
* @retval 12个字节的ip,子网掩码和网关地址
|
||||
* @brief 获取ip,子网掩码和网关地址
|
||||
* @param sockindex socket索引
|
||||
* @retval 12个字节的ip,子网掩码和网关地址
|
||||
*/
|
||||
void ch395_get_ipinf(uint8_t *addr)
|
||||
{
|
||||
|
@ -800,10 +803,10 @@ void ch395_get_ipinf(uint8_t *addr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 写gpio寄存器
|
||||
* @param regadd 寄存器地址
|
||||
* @param regval 寄存器值
|
||||
* @retval 无
|
||||
* @brief 写gpio寄存器
|
||||
* @param regadd 寄存器地址
|
||||
* @param regval 寄存器值
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_write_gpio_addr(uint8_t regadd, uint8_t regval)
|
||||
{
|
||||
|
@ -813,9 +816,9 @@ void ch395_write_gpio_addr(uint8_t regadd, uint8_t regval)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 读gpio寄存器
|
||||
* @param regadd 寄存器地址
|
||||
* @retval 寄存器的值
|
||||
* @brief 读gpio寄存器
|
||||
* @param regadd 寄存器地址
|
||||
* @retval 寄存器的值
|
||||
*/
|
||||
uint8_t ch395_read_gpio_addr(uint8_t regadd)
|
||||
{
|
||||
|
@ -828,9 +831,9 @@ uint8_t ch395_read_gpio_addr(uint8_t regadd)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 擦除eeprom
|
||||
* @param 无
|
||||
* @retval 执行状态
|
||||
* @brief 擦除eeprom
|
||||
* @param 无
|
||||
* @retval 执行状态
|
||||
*/
|
||||
uint8_t ch395_eeprom_erase(void)
|
||||
{
|
||||
|
@ -854,11 +857,11 @@ uint8_t ch395_eeprom_erase(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 写eeprom
|
||||
* @param eepaddr eeprom地址
|
||||
* @param buf 缓冲区地址
|
||||
* @param len 长度
|
||||
* @retval 无
|
||||
* @brief 写eeprom
|
||||
* @param eepaddr eeprom地址
|
||||
* @param buf 缓冲区地址
|
||||
* @param len 长度
|
||||
* @retval 无
|
||||
*/
|
||||
uint8_t ch395_eeprom_write(uint16_t eepaddr, uint8_t *buf, uint8_t len)
|
||||
{
|
||||
|
@ -887,11 +890,11 @@ uint8_t ch395_eeprom_write(uint16_t eepaddr, uint8_t *buf, uint8_t len)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 写eeprom
|
||||
* @param eepaddr eeprom地址
|
||||
* @param buf 缓冲区地址
|
||||
* @param len 长度
|
||||
* @retval 无
|
||||
* @brief 写eeprom
|
||||
* @param eepaddr eeprom地址
|
||||
* @param buf 缓冲区地址
|
||||
* @param len 长度
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_eeprom_read(uint16_t eepaddr, uint8_t *buf, uint8_t len)
|
||||
{
|
||||
|
@ -908,9 +911,9 @@ void ch395_eeprom_read(uint16_t eepaddr, uint8_t *buf, uint8_t len)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置tcp mss值
|
||||
* @brief 设置tcp mss值
|
||||
* @param tcpmss
|
||||
* @retval 无
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_tcpmss(uint16_t tcpmss)
|
||||
{
|
||||
|
@ -920,11 +923,11 @@ void ch395_set_tcpmss(uint16_t tcpmss)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置socket接收缓冲区
|
||||
* @param sockindex socket索引,址,blknum
|
||||
* @param startblk 起始地
|
||||
* @param 单位缓冲区个数 ,单位为512字节
|
||||
* @retval 无
|
||||
* @brief 设置socket接收缓冲区
|
||||
* @param sockindex socket索引,址,blknum
|
||||
* @param startblk 起始地
|
||||
* @param 单位缓冲区个数 ,单位为512字节
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_socket_recv_buf(uint8_t sockindex, uint8_t startblk, uint8_t blknum)
|
||||
{
|
||||
|
@ -935,11 +938,11 @@ void ch395_set_socket_recv_buf(uint8_t sockindex, uint8_t startblk, uint8_t blkn
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置socket发送缓冲区
|
||||
* @param sockindex socket索引
|
||||
* @param startblk 起始地址
|
||||
* @param blknum 单位缓冲区个数
|
||||
* @retval 无
|
||||
* @brief 设置socket发送缓冲区
|
||||
* @param sockindex socket索引
|
||||
* @param startblk 起始地址
|
||||
* @param blknum 单位缓冲区个数
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_socket_send_buf(uint8_t sockindex, uint8_t startblk, uint8_t blknum)
|
||||
{
|
||||
|
@ -950,25 +953,25 @@ void ch395_set_socket_send_buf(uint8_t sockindex, uint8_t startblk, uint8_t blkn
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief udp向指定的ip和端口发送数据
|
||||
* @param buf : 发送数据缓冲区
|
||||
* @param len : 发送数据长度
|
||||
* @param ip : 目标ip
|
||||
* @param port : 目标端口
|
||||
* @param sockeid : socket索引值
|
||||
* @retval 无
|
||||
* @brief udp向指定的ip和端口发送数据
|
||||
* @param buf : 发送数据缓冲区
|
||||
* @param len : 发送数据长度
|
||||
* @param ip : 目标ip
|
||||
* @param port : 目标端口
|
||||
* @param sockeid : socket索引值
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_udp_send_data(uint8_t *buf, uint32_t len, uint8_t *ip, uint16_t port, uint8_t sockindex)
|
||||
{
|
||||
ch395_set_socket_desip(sockindex, ip); /* 设置socket 0目标IP地址 */
|
||||
ch395_set_socket_desip(sockindex, ip); /* 设置socket 0目标IP地址 */
|
||||
ch395_set_socket_desport(sockindex, port);
|
||||
ch395_send_data(sockindex, buf, len);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 设置ch395启动参数
|
||||
* @param mdata 设置的参数
|
||||
* @retval 无
|
||||
* @brief 设置ch395启动参数
|
||||
* @param mdata 设置的参数
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_start_para(uint32_t mdata)
|
||||
{
|
||||
|
@ -980,9 +983,9 @@ void ch395_set_start_para(uint32_t mdata)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 获取全局中断状态,收到此命令ch395自动取消中断,0x44及以上版本使用
|
||||
* @param 无
|
||||
* @retval 返回当前的全局中断状态
|
||||
* @brief 获取全局中断状态,收到此命令ch395自动取消中断,0x44及以上版本使用
|
||||
* @param 无
|
||||
* @retval 返回当前的全局中断状态
|
||||
*/
|
||||
uint16_t ch395_cmd_get_glob_int_status_all(void)
|
||||
{
|
||||
|
@ -996,10 +999,10 @@ uint16_t ch395_cmd_get_glob_int_status_all(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置keepalive功能
|
||||
* @param sockindex socket号
|
||||
* @param cmd 0:关闭 1:开启
|
||||
* @retval 无
|
||||
* @brief 设置keepalive功能
|
||||
* @param sockindex socket号
|
||||
* @param cmd 0:关闭 1:开启
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_set_keeplive(uint8_t sockindex, uint8_t cmd)
|
||||
{
|
||||
|
@ -1009,9 +1012,9 @@ void ch395_set_keeplive(uint8_t sockindex, uint8_t cmd)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置keepalive重试次数
|
||||
* @param cnt 重试次数()
|
||||
* @retval 无
|
||||
* @brief 设置keepalive重试次数
|
||||
* @param cnt 重试次数()
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_keeplive_cnt(uint8_t cnt)
|
||||
{
|
||||
|
@ -1020,9 +1023,9 @@ void ch395_keeplive_cnt(uint8_t cnt)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置keeplive空闲
|
||||
* @param idle 空闲时间(单位:ms)
|
||||
* @retval 无
|
||||
* @brief 设置keeplive空闲
|
||||
* @param idle 空闲时间(单位:ms)
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_keeplive_idle(uint32_t idle)
|
||||
{
|
||||
|
@ -1034,9 +1037,9 @@ void ch395_keeplive_idle(uint32_t idle)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置keeplive间隔时间
|
||||
* @param intvl 间隔时间(单位:ms)
|
||||
* @retval 无
|
||||
* @brief 设置keeplive间隔时间
|
||||
* @param intvl 间隔时间(单位:ms)
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_keeplive_intvl(uint32_t intvl)
|
||||
{
|
||||
|
@ -1048,10 +1051,10 @@ void ch395_keeplive_intvl(uint32_t intvl)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief 设置ttl
|
||||
* @param ssockindex socket号
|
||||
* @param ttlnum:ttl数
|
||||
* @retval 无
|
||||
* @brief 设置ttl
|
||||
* @param ssockindex socket号
|
||||
* @param ttlnum:ttl数
|
||||
* @retval 无
|
||||
*/
|
||||
void ch395_setttl_num(uint8_t sockindex, uint8_t ttlnum)
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "usart.h"
|
||||
#include "spi.h"
|
||||
/* ********************************************************************************************************************* */
|
||||
/* 常用类型和常量定义 */
|
||||
/* 常用类型和常量定义 */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -20,225 +20,225 @@ extern "C" {
|
|||
#define NULL 0
|
||||
#endif
|
||||
|
||||
/* 命令代码:
|
||||
* 一个命令操作顺序包含:
|
||||
* 一个命令码(对于串口方式,命令码之前还需要两个同步码)
|
||||
* 若干个输入数据(可以是0个)
|
||||
* 若干个输出数据(可以是0个)
|
||||
* 命令码起名规则: CMDxy_NAME
|
||||
* 其中的x和y都是数字, x说明最少输入数据个数(字节数), y说明最少输出数据个数(字节数), y如果是W表示需要等待命令执行成功
|
||||
* 有些命令能够实现0到多个字节的数据块读写, 数据块本身的字节数未包含在上述x或y之内
|
||||
/* 命令代码:
|
||||
* 一个命令操作顺序包含:
|
||||
* 一个命令码(对于串口方式,命令码之前还需要两个同步码)
|
||||
* 若干个输入数据(可以是0个)
|
||||
* 若干个输出数据(可以是0个)
|
||||
* 命令码起名规则: CMDxy_NAME
|
||||
* 其中的x和y都是数字, x说明最少输入数据个数(字节数), y说明最少输出数据个数(字节数), y如果是W表示需要等待命令执行成功
|
||||
* 有些命令能够实现0到多个字节的数据块读写, 数据块本身的字节数未包含在上述x或y之内
|
||||
*/
|
||||
#define CMD01_GET_IC_VER 0x01 /* 获取芯片以及固件版本号 */
|
||||
#define CMD01_GET_IC_VER 0x01 /* 获取芯片以及固件版本号 */
|
||||
|
||||
#define CMD31_SET_BAUDRATE 0x02 /* 串口方式: 设置串口通讯波特率(上电或者复位后的默认波特率为9600bps */
|
||||
#define CMD31_SET_BAUDRATE 0x02 /* 串口方式: 设置串口通讯波特率(上电或者复位后的默认波特率为9600bps */
|
||||
|
||||
#define CMD00_ENTER_SLEEP 0x03 /* 进入睡眠状态 */
|
||||
#define CMD00_ENTER_SLEEP 0x03 /* 进入睡眠状态 */
|
||||
|
||||
#define CMD00_RESET_ALL 0x05 /* 执行硬件复位 */
|
||||
#define CMD00_RESET_ALL 0x05 /* 执行硬件复位 */
|
||||
|
||||
#define CMD11_CHECK_EXIST 0x06 /* 测试通讯接口以及工作状态 */
|
||||
#define CMD11_CHECK_EXIST 0x06 /* 测试通讯接口以及工作状态 */
|
||||
|
||||
#define CMD02_GET_GLOB_INT_STATUS_ALL 0x19 /* 获取全局中断状态,V44版本以后的程序由于增加了socket数量需要用此命令获取全部的中断 */
|
||||
#define CMD02_GET_GLOB_INT_STATUS_ALL 0x19 /* 获取全局中断状态,V44版本以后的程序由于增加了socket数量需要用此命令获取全部的中断 */
|
||||
|
||||
#define CMD10_SET_PHY 0x20 /* 设置PHY,默认为Auto,自动协商 */
|
||||
#define CMD10_SET_PHY 0x20 /* 设置PHY,默认为Auto,自动协商 */
|
||||
|
||||
#define CMD60_SET_MAC_ADDR 0x21 /* 设置MAC地址 必须在CMD00H_INIT_CH395之前设置完毕 */
|
||||
#define CMD60_SET_MAC_ADDR 0x21 /* 设置MAC地址 必须在CMD00H_INIT_CH395之前设置完毕 */
|
||||
|
||||
#define CMD40_SET_IP_ADDR 0x22 /* 设置IP地址 必须在CMD00H_INIT_CH395之前设置完毕 */
|
||||
#define CMD40_SET_IP_ADDR 0x22 /* 设置IP地址 必须在CMD00H_INIT_CH395之前设置完毕 */
|
||||
|
||||
#define CMD40_SET_GWIP_ADDR 0x23 /* 设置网关IP地址 必须在CMD00H_INIT_CH395之前设置完毕 */
|
||||
#define CMD40_SET_GWIP_ADDR 0x23 /* 设置网关IP地址 必须在CMD00H_INIT_CH395之前设置完毕 */
|
||||
|
||||
#define CMD40_SET_MASK_ADDR 0x24 /* 设置子网掩码, 必须在CMD00H_INIT_CH395之前设置完毕 */
|
||||
#define CMD40_SET_MASK_ADDR 0x24 /* 设置子网掩码, 必须在CMD00H_INIT_CH395之前设置完毕 */
|
||||
|
||||
#define CMD90_SET_MAC_FILT 0x25 /* 设置MAC过滤 可以进行广播,多播等过滤 */
|
||||
#define CMD90_SET_MAC_FILT 0x25 /* 设置MAC过滤 可以进行广播,多播等过滤 */
|
||||
|
||||
#define CMD01_GET_PHY_STATUS 0x26 /* 获取PHY当前状态,如断开连接,10/100M FULL/HALF */
|
||||
#define CMD01_GET_PHY_STATUS 0x26 /* 获取PHY当前状态,如断开连接,10/100M FULL/HALF */
|
||||
|
||||
#define CMD0W_INIT_CH395 0x27 /* 初始化CH395 */
|
||||
#define CMD0W_INIT_CH395 0x27 /* 初始化CH395 */
|
||||
|
||||
#define CMD08_GET_UNREACH_IPPORT 0x28 /* 获取不可达信息 */
|
||||
#define CMD08_GET_UNREACH_IPPORT 0x28 /* 获取不可达信息 */
|
||||
|
||||
#define CMD01_GET_GLOB_INT_STATUS 0x29 /* 获取全局中断状态,最大值为1S,不可以设置为0 */
|
||||
#define CMD01_GET_GLOB_INT_STATUS 0x29 /* 获取全局中断状态,最大值为1S,不可以设置为0 */
|
||||
|
||||
#define CMD10_SET_RETRAN_COUNT 0x2A /* 重试次数,仅在TCP模式下有效 */
|
||||
#define CMD10_SET_RETRAN_COUNT 0x2A /* 重试次数,仅在TCP模式下有效 */
|
||||
|
||||
#define CMD20_SET_RETRAN_PERIOD 0x2B /* 重试周期,最大值为20,仅在TCP模式下有效,不可以设置为0 */
|
||||
#define CMD20_SET_RETRAN_PERIOD 0x2B /* 重试周期,最大值为20,仅在TCP模式下有效,不可以设置为0 */
|
||||
|
||||
#define CMD01_GET_CMD_STATUS 0x2C /* 获取命令执行状态 */
|
||||
#define CMD01_GET_CMD_STATUS 0x2C /* 获取命令执行状态 */
|
||||
|
||||
#define CMD06_GET_REMOT_IPP_SN 0x2D /* 获取远端的端口以及IP地址,该命令在TCP服务器模式下使用 */
|
||||
#define CMD06_GET_REMOT_IPP_SN 0x2D /* 获取远端的端口以及IP地址,该命令在TCP服务器模式下使用 */
|
||||
|
||||
#define CMD10_CLEAR_RECV_BUF_SN 0x2E /* 清除接收缓冲区 */
|
||||
#define CMD10_CLEAR_RECV_BUF_SN 0x2E /* 清除接收缓冲区 */
|
||||
|
||||
#define CMD12_GET_SOCKET_STATUS_SN 0x2F /* 获取socket n状态 */
|
||||
#define CMD12_GET_SOCKET_STATUS_SN 0x2F /* 获取socket n状态 */
|
||||
|
||||
#define CMD11_GET_INT_STATUS_SN 0x30 /* 获取socket n的中断状态 */
|
||||
#define CMD11_GET_INT_STATUS_SN 0x30 /* 获取socket n的中断状态 */
|
||||
|
||||
#define CMD50_SET_IP_ADDR_SN 0x31 /* 设置socket n的目的IP地址 */
|
||||
#define CMD50_SET_IP_ADDR_SN 0x31 /* 设置socket n的目的IP地址 */
|
||||
|
||||
#define CMD30_SET_DES_PORT_SN 0x32 /* 设置socket n的目的端口 */
|
||||
#define CMD30_SET_DES_PORT_SN 0x32 /* 设置socket n的目的端口 */
|
||||
|
||||
#define CMD30_SET_SOUR_PORT_SN 0x33 /* 设置socket n的源端口 */
|
||||
#define CMD30_SET_SOUR_PORT_SN 0x33 /* 设置socket n的源端口 */
|
||||
|
||||
#define CMD20_SET_PROTO_TYPE_SN 0x34 /* 设置socket n的协议类型 */
|
||||
#define CMD20_SET_PROTO_TYPE_SN 0x34 /* 设置socket n的协议类型 */
|
||||
|
||||
#define CMD1W_OPEN_SOCKET_SN 0x35 /* 打开socket n */
|
||||
#define CMD1W_OPEN_SOCKET_SN 0x35 /* 打开socket n */
|
||||
|
||||
#define CMD1W_TCP_LISTEN_SN 0x36 /* socket n监听,收到此命令,socket n进入服务器模式,仅对TCP模式有效 */
|
||||
#define CMD1W_TCP_LISTEN_SN 0x36 /* socket n监听,收到此命令,socket n进入服务器模式,仅对TCP模式有效 */
|
||||
|
||||
#define CMD1W_TCP_CONNECT_SN 0x37 /* socket n连接,收到此命令,socket n进入客户端模式,仅对TCP模式有效 */
|
||||
#define CMD1W_TCP_CONNECT_SN 0x37 /* socket n连接,收到此命令,socket n进入客户端模式,仅对TCP模式有效 */
|
||||
|
||||
#define CMD1W_TCP_DISNCONNECT_SN 0x38 /* socket n断开连接,收到此命令,socket n断开已有连接,仅对TCP模式有效 */
|
||||
#define CMD1W_TCP_DISNCONNECT_SN 0x38 /* socket n断开连接,收到此命令,socket n断开已有连接,仅对TCP模式有效 */
|
||||
|
||||
#define CMD30_WRITE_SEND_BUF_SN 0x39 /* 向socket n缓冲区写入数据 */
|
||||
#define CMD30_WRITE_SEND_BUF_SN 0x39 /* 向socket n缓冲区写入数据 */
|
||||
|
||||
#define CMD12_GET_RECV_LEN_SN 0x3B /* 获取socket n接收数据的长度 */
|
||||
#define CMD12_GET_RECV_LEN_SN 0x3B /* 获取socket n接收数据的长度 */
|
||||
|
||||
#define CMD30_READ_RECV_BUF_SN 0x3C /* 读取socket n接收缓冲区数据 */
|
||||
#define CMD30_READ_RECV_BUF_SN 0x3C /* 读取socket n接收缓冲区数据 */
|
||||
|
||||
#define CMD1W_CLOSE_SOCKET_SN 0x3D /* 关闭socket n */
|
||||
#define CMD1W_CLOSE_SOCKET_SN 0x3D /* 关闭socket n */
|
||||
|
||||
#define CMD20_SET_IPRAW_PRO_SN 0x3E /* 在IP RAW下,设置socket n的IP包协议类型 */
|
||||
#define CMD20_SET_IPRAW_PRO_SN 0x3E /* 在IP RAW下,设置socket n的IP包协议类型 */
|
||||
|
||||
#define CMD01_PING_ENABLE 0x3F /* 开启/关闭PING */
|
||||
#define CMD01_PING_ENABLE 0x3F /* 开启/关闭PING */
|
||||
|
||||
#define CMD06_GET_MAC_ADDR 0x40 /* 获取MAC地址 */
|
||||
#define CMD06_GET_MAC_ADDR 0x40 /* 获取MAC地址 */
|
||||
|
||||
#define CMD10_DHCP_ENABLE 0x41 /* DHCP使能 */
|
||||
#define CMD10_DHCP_ENABLE 0x41 /* DHCP使能 */
|
||||
|
||||
#define CMD01_GET_DHCP_STATUS 0x42 /* 获取DHCP状态 */
|
||||
#define CMD01_GET_DHCP_STATUS 0x42 /* 获取DHCP状态 */
|
||||
|
||||
#define CMD014_GET_IP_INF 0x43 /* IP,子网掩码,网关 */
|
||||
#define CMD014_GET_IP_INF 0x43 /* IP,子网掩码,网关 */
|
||||
|
||||
#define CMD00_PPPOE_SET_USER_NAME 0x44 /* 设置PPPOE用户名 */
|
||||
#define CMD00_PPPOE_SET_USER_NAME 0x44 /* 设置PPPOE用户名 */
|
||||
|
||||
#define CMD00_PPPOE_SET_PASSWORD 0x45 /* 设置密码 */
|
||||
#define CMD00_PPPOE_SET_PASSWORD 0x45 /* 设置密码 */
|
||||
|
||||
#define CMD10_PPPOE_ENABLE 0x46 /* PPPOE使能 */
|
||||
#define CMD10_PPPOE_ENABLE 0x46 /* PPPOE使能 */
|
||||
|
||||
#define CMD01_GET_PPPOE_STATUS 0x47 /* 获取pppoe状态 */
|
||||
#define CMD01_GET_PPPOE_STATUS 0x47 /* 获取pppoe状态 */
|
||||
|
||||
#define CMD20_SET_TCP_MSS 0x50 /* 设置TCP MSS */
|
||||
#define CMD20_SET_TCP_MSS 0x50 /* 设置TCP MSS */
|
||||
|
||||
#define CMD20_SET_TTL 0x51 /* 设置TTL,TTL最大值为128 */
|
||||
#define CMD20_SET_TTL 0x51 /* 设置TTL,TTL最大值为128 */
|
||||
|
||||
#define CMD30_SET_RECV_BUF 0x52 /* 设置SOCKET接收缓冲区 */
|
||||
#define CMD30_SET_RECV_BUF 0x52 /* 设置SOCKET接收缓冲区 */
|
||||
|
||||
#define CMD30_SET_SEND_BUF 0x53 /* 设置SOCKET发送缓冲区 */
|
||||
#define CMD30_SET_SEND_BUF 0x53 /* 设置SOCKET发送缓冲区 */
|
||||
|
||||
#define CMD10_SET_MAC_RECV_BUF 0x54 /* 设置MAC接收缓冲区 */
|
||||
#define CMD10_SET_MAC_RECV_BUF 0x54 /* 设置MAC接收缓冲区 */
|
||||
|
||||
#define CMD40_SET_FUN_PARA 0x55 /* 设置功能参数 */
|
||||
#define CMD40_SET_FUN_PARA 0x55 /* 设置功能参数 */
|
||||
|
||||
#define CMD40_SET_KEEP_LIVE_IDLE 0x56 /* 设置KEEPLIVE空闲 */
|
||||
#define CMD40_SET_KEEP_LIVE_IDLE 0x56 /* 设置KEEPLIVE空闲 */
|
||||
|
||||
#define CMD40_SET_KEEP_LIVE_INTVL 0x57 /* 设置间隔时间 */
|
||||
#define CMD40_SET_KEEP_LIVE_INTVL 0x57 /* 设置间隔时间 */
|
||||
|
||||
#define CMD10_SET_KEEP_LIVE_CNT 0x58 /* 重试次数 */
|
||||
#define CMD10_SET_KEEP_LIVE_CNT 0x58 /* 重试次数 */
|
||||
|
||||
#define CMD20_SET_KEEP_LIVE_SN 0X59 /* 设置socket nkeeplive功能*/
|
||||
#define CMD20_SET_KEEP_LIVE_SN 0X59 /* 设置socket nkeeplive功能*/
|
||||
|
||||
#define CMD00_EEPROM_ERASE 0xE9 /* 擦除EEPROM*/
|
||||
#define CMD00_EEPROM_ERASE 0xE9 /* 擦除EEPROM*/
|
||||
|
||||
#define CMD30_EEPROM_WRITE 0xEA /* 写EEPROM */
|
||||
#define CMD30_EEPROM_WRITE 0xEA /* 写EEPROM */
|
||||
|
||||
#define CMD30_EEPROM_READ 0xEB /* 读EEPROM */
|
||||
#define CMD30_EEPROM_READ 0xEB /* 读EEPROM */
|
||||
|
||||
#define CMD10_READ_GPIO_REG 0xEC /* 读GPIO寄存器 */
|
||||
#define CMD10_READ_GPIO_REG 0xEC /* 读GPIO寄存器 */
|
||||
|
||||
#define CMD20_WRITE_GPIO_REG 0xED /* 写GPIO寄存器 */
|
||||
#define CMD20_WRITE_GPIO_REG 0xED /* 写GPIO寄存器 */
|
||||
|
||||
/* 协议类型 */
|
||||
#define PROTO_TYPE_IP_RAW 0 /* IP层原始数据 */
|
||||
#define PROTO_TYPE_MAC_RAW 1 /* MAC层原始数据 */
|
||||
#define PROTO_TYPE_UDP 2 /* UDP协议类型 */
|
||||
#define PROTO_TYPE_TCP 3 /* TCP协议类型 */
|
||||
/* 协议类型 */
|
||||
#define PROTO_TYPE_IP_RAW 0 /* IP层原始数据 */
|
||||
#define PROTO_TYPE_MAC_RAW 1 /* MAC层原始数据 */
|
||||
#define PROTO_TYPE_UDP 2 /* UDP协议类型 */
|
||||
#define PROTO_TYPE_TCP 3 /* TCP协议类型 */
|
||||
|
||||
/* PHY 命令参数/状态 */
|
||||
#define PHY_DISCONN (1<<0) /* PHY断开 */
|
||||
#define PHY_10M_FLL (1<<1) /* 10M全双工 */
|
||||
#define PHY_10M_HALF (1<<2) /* 10M半双工 */
|
||||
#define PHY_100M_FLL (1<<3) /* 100M全双工 */
|
||||
#define PHY_100M_HALF (1<<4) /* 100M半双工 */
|
||||
#define PHY_AUTO (1<<5) /* PHY自动模式,CMD10H_SET_PHY */
|
||||
#define PHY_ERROR (1<<6) /* PHY错误 */
|
||||
/* PHY 命令参数/状态 */
|
||||
#define PHY_DISCONN (1<<0) /* PHY断开 */
|
||||
#define PHY_10M_FLL (1<<1) /* 10M全双工 */
|
||||
#define PHY_10M_HALF (1<<2) /* 10M半双工 */
|
||||
#define PHY_100M_FLL (1<<3) /* 100M全双工 */
|
||||
#define PHY_100M_HALF (1<<4) /* 100M半双工 */
|
||||
#define PHY_AUTO (1<<5) /* PHY自动模式,CMD10H_SET_PHY */
|
||||
#define PHY_ERROR (1<<6) /* PHY错误 */
|
||||
|
||||
/* CH395 MAC过滤 */
|
||||
#define MAC_FILT_RECV_BORADPKT (1<<0) /* 使能接收广播包 */
|
||||
#define MAC_FILT_RECV_ALL (1<<1) /* 使能接收所有数据包 */
|
||||
#define MAC_FILT_RECV_MULTIPKT (1<<2) /* 使能接收多播包 */
|
||||
#define MAC_FILT_RECV_ENABLE (1<<3) /* 使能接收 */
|
||||
#define MAC_FILT_SEND_ENABLE (1<<4) /* 使能发送 */
|
||||
/* CH395 MAC过滤 */
|
||||
#define MAC_FILT_RECV_BORADPKT (1<<0) /* 使能接收广播包 */
|
||||
#define MAC_FILT_RECV_ALL (1<<1) /* 使能接收所有数据包 */
|
||||
#define MAC_FILT_RECV_MULTIPKT (1<<2) /* 使能接收多播包 */
|
||||
#define MAC_FILT_RECV_ENABLE (1<<3) /* 使能接收 */
|
||||
#define MAC_FILT_SEND_ENABLE (1<<4) /* 使能发送 */
|
||||
|
||||
/* 中断状态 */
|
||||
/* 以下为GLOB_INT会产生的状态 */
|
||||
#define GINT_STAT_UNREACH (1<<0) /* 不可达中断 */
|
||||
#define GINT_STAT_IP_CONFLI (1<<1) /* IP冲突 */
|
||||
#define GINT_STAT_PHY_CHANGE (1<<2) /* PHY状态改变 */
|
||||
#define GINT_STAT_DHCP (1<<3) /* PHY状态改变 */
|
||||
#define GINT_STAT_SOCK0 (1<<4) /* socket0 产生中断 */
|
||||
#define GINT_STAT_SOCK1 (1<<5) /* socket1 产生中断 */
|
||||
#define GINT_STAT_SOCK2 (1<<6) /* socket2 产生中断 */
|
||||
#define GINT_STAT_SOCK3 (1<<7) /* socket3 产生中断 */
|
||||
#define GINT_STAT_SOCK4 (1<<8) /* scoket4 产生中断 */
|
||||
#define GINT_STAT_SOCK5 (1<<9) /* scoket5 产生中断 */
|
||||
#define GINT_STAT_SOCK6 (1<<10) /* scoket6 产生中断 */
|
||||
#define GINT_STAT_SOCK7 (1<<11) /* scoket7 产生中断 */
|
||||
/* 中断状态 */
|
||||
/* 以下为GLOB_INT会产生的状态 */
|
||||
#define GINT_STAT_UNREACH (1<<0) /* 不可达中断 */
|
||||
#define GINT_STAT_IP_CONFLI (1<<1) /* IP冲突 */
|
||||
#define GINT_STAT_PHY_CHANGE (1<<2) /* PHY状态改变 */
|
||||
#define GINT_STAT_DHCP (1<<3) /* PHY状态改变 */
|
||||
#define GINT_STAT_SOCK0 (1<<4) /* socket0 产生中断 */
|
||||
#define GINT_STAT_SOCK1 (1<<5) /* socket1 产生中断 */
|
||||
#define GINT_STAT_SOCK2 (1<<6) /* socket2 产生中断 */
|
||||
#define GINT_STAT_SOCK3 (1<<7) /* socket3 产生中断 */
|
||||
#define GINT_STAT_SOCK4 (1<<8) /* scoket4 产生中断 */
|
||||
#define GINT_STAT_SOCK5 (1<<9) /* scoket5 产生中断 */
|
||||
#define GINT_STAT_SOCK6 (1<<10) /* scoket6 产生中断 */
|
||||
#define GINT_STAT_SOCK7 (1<<11) /* scoket7 产生中断 */
|
||||
|
||||
/* 以下为Sn_INT会产生的状态 */
|
||||
#define SINT_STAT_SENBUF_FREE (1<<0) /* 发送缓冲区空闲 */
|
||||
#define SINT_STAT_SEND_OK (1<<1) /* 发送成功 */
|
||||
#define SINT_STAT_RECV (1<<2) /* socket端口接收到数据或者接收缓冲区不为空 */
|
||||
#define SINT_STAT_CONNECT (1<<3) /* 连接成功,TCP模式下产生此中断 */
|
||||
#define SINT_STAT_DISCONNECT (1<<4) /* 连接断开,TCP模式下产生此中断 */
|
||||
#define SINT_STAT_TIM_OUT (1<<6) /* ARP和TCP模式下会发生此中断 */
|
||||
/* 以下为Sn_INT会产生的状态 */
|
||||
#define SINT_STAT_SENBUF_FREE (1<<0) /* 发送缓冲区空闲 */
|
||||
#define SINT_STAT_SEND_OK (1<<1) /* 发送成功 */
|
||||
#define SINT_STAT_RECV (1<<2) /* socket端口接收到数据或者接收缓冲区不为空 */
|
||||
#define SINT_STAT_CONNECT (1<<3) /* 连接成功,TCP模式下产生此中断 */
|
||||
#define SINT_STAT_DISCONNECT (1<<4) /* 连接断开,TCP模式下产生此中断 */
|
||||
#define SINT_STAT_TIM_OUT (1<<6) /* ARP和TCP模式下会发生此中断 */
|
||||
|
||||
/* 获取命令状态 */
|
||||
#define CMD_ERR_SUCCESS 0x00 /* 命令操作成功 */
|
||||
#define CMD_RET_ABORT 0x5F /* 命令操作失败 */
|
||||
#define CH395_ERR_BUSY 0x10 /* 忙状态,表示当前正在执行命令 */
|
||||
#define CH395_ERR_MEM 0x11 /* 内存错误 */
|
||||
#define CH395_ERR_BUF 0x12 /* 缓冲区错误 */
|
||||
#define CH395_ERR_TIMEOUT 0x13 /* 超时 */
|
||||
#define CH395_ERR_RTE 0x14 /* 路由错误*/
|
||||
#define CH395_ERR_ABRT 0x15 /* 连接停止*/
|
||||
#define CH395_ERR_RST 0x16 /* 连接复位 */
|
||||
#define CH395_ERR_CLSD 0x17 /* 连接关闭/socket 在关闭状态 */
|
||||
#define CH395_ERR_CONN 0x18 /* 无连接 */
|
||||
#define CH395_ERR_VAL 0x19 /* 错误的值 */
|
||||
#define CH395_ERR_ARG 0x1a /* 错误的参数 */
|
||||
#define CH395_ERR_USE 0x1b /* 已经被使用 */
|
||||
#define CH395_ERR_IF 0x1c /* MAC错误 */
|
||||
#define CH395_ERR_ISCONN 0x1d /* 已连接 */
|
||||
#define CH395_ERR_OPEN 0X20 /* 已经打开 */
|
||||
#define CH395_ERR_UNKNOW 0xFA /* 未知错误 */
|
||||
|
||||
/* PPP状态 */
|
||||
#define CH395_PPP_SUCCESS 0 /* 成功 */
|
||||
#define CH395_PPPERR_PARM 1 /* 无效参数 */
|
||||
#define CH395_PPPERR_OPEN 2 /* 无法打开PPP会话 */
|
||||
#define CH395_PPPERR_DEVICE 3 /* 无效的PPP设备 */
|
||||
#define CH395_PPPERR_ALLOC 4 /* 资源分配失败 */
|
||||
#define CH395_PPPERR_USER 5 /* 用户中断 */
|
||||
#define CH395_PPPERR_CONNECT 6 /* 连接断开 */
|
||||
#define CH395_PPPERR_AUTHFAIL 7 /* 挑战鉴别失败 */
|
||||
#define CH395_PPPERR_PROTOCOL 8 /* 握手协议失败 */
|
||||
#define CH395_PPPERR_TIME_OUT 9 /* 超时失败 */
|
||||
#define CH395_PPPERR_CLOSE 10 /* 关闭失败 */
|
||||
|
||||
/* 不可达代码 */
|
||||
#define UNREACH_CODE_HOST 0 /* 主机不可达 */
|
||||
#define UNREACH_CODE_NET 1 /* 网络不可达 */
|
||||
#define UNREACH_CODE_PROTOCOL 2 /* 协议不可达 */
|
||||
#define UNREACH_CODE_PROT 3 /* 端口不可达 */
|
||||
/* 其他值请参考RFC792文档 */
|
||||
|
||||
/* 命令包头 */
|
||||
#define SER_SYNC_CODE1 0x57 /* 串口命令同步码1 */
|
||||
#define SER_SYNC_CODE2 0xAB /* 串口命令同步码2 */
|
||||
|
||||
/* TCP状态 */
|
||||
/* 获取命令状态 */
|
||||
#define CMD_ERR_SUCCESS 0x00 /* 命令操作成功 */
|
||||
#define CMD_RET_ABORT 0x5F /* 命令操作失败 */
|
||||
#define CH395_ERR_BUSY 0x10 /* 忙状态,表示当前正在执行命令 */
|
||||
#define CH395_ERR_MEM 0x11 /* 内存错误 */
|
||||
#define CH395_ERR_BUF 0x12 /* 缓冲区错误 */
|
||||
#define CH395_ERR_TIMEOUT 0x13 /* 超时 */
|
||||
#define CH395_ERR_RTE 0x14 /* 路由错误*/
|
||||
#define CH395_ERR_ABRT 0x15 /* 连接停止*/
|
||||
#define CH395_ERR_RST 0x16 /* 连接复位 */
|
||||
#define CH395_ERR_CLSD 0x17 /* 连接关闭/socket 在关闭状态 */
|
||||
#define CH395_ERR_CONN 0x18 /* 无连接 */
|
||||
#define CH395_ERR_VAL 0x19 /* 错误的值 */
|
||||
#define CH395_ERR_ARG 0x1a /* 错误的参数 */
|
||||
#define CH395_ERR_USE 0x1b /* 已经被使用 */
|
||||
#define CH395_ERR_IF 0x1c /* MAC错误 */
|
||||
#define CH395_ERR_ISCONN 0x1d /* 已连接 */
|
||||
#define CH395_ERR_OPEN 0X20 /* 已经打开 */
|
||||
#define CH395_ERR_UNKNOW 0xFA /* 未知错误 */
|
||||
|
||||
/* PPP状态 */
|
||||
#define CH395_PPP_SUCCESS 0 /* 成功 */
|
||||
#define CH395_PPPERR_PARM 1 /* 无效参数 */
|
||||
#define CH395_PPPERR_OPEN 2 /* 无法打开PPP会话 */
|
||||
#define CH395_PPPERR_DEVICE 3 /* 无效的PPP设备 */
|
||||
#define CH395_PPPERR_ALLOC 4 /* 资源分配失败 */
|
||||
#define CH395_PPPERR_USER 5 /* 用户中断 */
|
||||
#define CH395_PPPERR_CONNECT 6 /* 连接断开 */
|
||||
#define CH395_PPPERR_AUTHFAIL 7 /* 挑战鉴别失败 */
|
||||
#define CH395_PPPERR_PROTOCOL 8 /* 握手协议失败 */
|
||||
#define CH395_PPPERR_TIME_OUT 9 /* 超时失败 */
|
||||
#define CH395_PPPERR_CLOSE 10 /* 关闭失败 */
|
||||
|
||||
/* 不可达代码 */
|
||||
#define UNREACH_CODE_HOST 0 /* 主机不可达 */
|
||||
#define UNREACH_CODE_NET 1 /* 网络不可达 */
|
||||
#define UNREACH_CODE_PROTOCOL 2 /* 协议不可达 */
|
||||
#define UNREACH_CODE_PROT 3 /* 端口不可达 */
|
||||
/* 其他值请参考RFC792文档 */
|
||||
|
||||
/* 命令包头 */
|
||||
#define SER_SYNC_CODE1 0x57 /* 串口命令同步码1 */
|
||||
#define SER_SYNC_CODE2 0xAB /* 串口命令同步码2 */
|
||||
|
||||
/* TCP状态 */
|
||||
#define TCP_CLOSED 0
|
||||
#define TCP_LISTEN 1
|
||||
#define TCP_SYN_SENT 2
|
||||
|
@ -251,19 +251,19 @@ extern "C" {
|
|||
#define TCP_LAST_ACK 9
|
||||
#define TCP_TIME_WAIT 10
|
||||
|
||||
/* GPIO寄存器地址 */
|
||||
#define GPIO_DIR_REG 0x80 /* 寄存器方向寄存器,1:输出;0:输入 */
|
||||
#define GPIO_IN_REG 0x81 /* GPIO输入寄存器 */
|
||||
#define GPIO_OUT_REG 0x82 /* GPIO输出寄存器 */
|
||||
#define GPIO_CLR_REG 0x83 /* GPIO输出清除: 0=keep, 1=clear */
|
||||
#define GPIO_PU_REG 0x84 /* GPIO上拉使能寄存器 */
|
||||
#define GPIO_PD_REG 0x85 /* GPIO下拉使能寄存器 */
|
||||
/* GPIO寄存器地址 */
|
||||
#define GPIO_DIR_REG 0x80 /* 寄存器方向寄存器,1:输出;0:输入 */
|
||||
#define GPIO_IN_REG 0x81 /* GPIO输入寄存器 */
|
||||
#define GPIO_OUT_REG 0x82 /* GPIO输出寄存器 */
|
||||
#define GPIO_CLR_REG 0x83 /* GPIO输出清除: 0=keep, 1=clear */
|
||||
#define GPIO_PU_REG 0x84 /* GPIO上拉使能寄存器 */
|
||||
#define GPIO_PD_REG 0x85 /* GPIO下拉使能寄存器 */
|
||||
|
||||
/* 功能参数 */
|
||||
#define FUN_PARA_FLAG_TCP_SERVER (1<<1) /* tcp server 多连接模式标志,0X44版本及以后支持 */
|
||||
#define FUN_PARA_FLAG_LOW_PWR (1<<2) /* 低耗能模式 */
|
||||
#define SOCK_CTRL_FLAG_SOCKET_CLOSE (1<<3) /* CH395不主动关闭Socket */
|
||||
#define SOCK_DISABLE_SEND_OK_INT (1<<4) /* send ok中断控制位,为1表示关闭send ok中断 */
|
||||
/* 功能参数 */
|
||||
#define FUN_PARA_FLAG_TCP_SERVER (1<<1) /* tcp server 多连接模式标志,0X44版本及以后支持 */
|
||||
#define FUN_PARA_FLAG_LOW_PWR (1<<2) /* 低耗能模式 */
|
||||
#define SOCK_CTRL_FLAG_SOCKET_CLOSE (1<<3) /* CH395不主动关闭Socket */
|
||||
#define SOCK_DISABLE_SEND_OK_INT (1<<4) /* send ok中断控制位,为1表示关闭send ok中断 */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include "dac7311.h"
|
||||
#include "provalctrl.h"
|
||||
#include "encoder.h"
|
||||
#include "eeprom.h"
|
||||
/* USER CODE END Includes */
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
|
@ -54,6 +55,10 @@
|
|||
|
||||
/* USER CODE BEGIN PV */
|
||||
|
||||
/* 本地网络信息:IP地址、网关地址、子网掩码和端口号 */
|
||||
uint8_t ch395_addr_default[14] = {192,168,114,194,192,168,114,110,255,255,255,0,31,144};
|
||||
uint8_t ch395_addr[14] = {192,168,114,194,192,168,114,110,255,255,255,0,31,144};
|
||||
|
||||
/* USER CODE END PV */
|
||||
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
|
@ -89,6 +94,7 @@ int main(void)
|
|||
|
||||
/* Configure the system clock */
|
||||
SystemClock_Config();
|
||||
|
||||
|
||||
/* USER CODE BEGIN SysInit */
|
||||
|
||||
|
@ -119,7 +125,33 @@ int main(void)
|
|||
ds18b20_init();
|
||||
_74hc165_init();
|
||||
modbus_rtu_init();
|
||||
ee_io_init();
|
||||
prov_init(); //比例阀初始化
|
||||
current_output_calibrate_init();
|
||||
|
||||
ee_readbytes(ch395_addr,0,14);
|
||||
for(int n = 0;n < 12;n++)
|
||||
{
|
||||
HoldReg[40 + n] = ch395_addr[n];
|
||||
}
|
||||
HoldReg[52] = ch395_addr[12] << 8 | ch395_addr[13];
|
||||
|
||||
if(ch395_addr[0] != 192) //针对新设备未写入ip的情况
|
||||
{
|
||||
for(int n = 0;n < 12;n++)
|
||||
{
|
||||
HoldReg[40 + n] = ch395_addr_default[n];
|
||||
}
|
||||
HoldReg[52] = ch395_addr_default[12] << 8 | ch395_addr_default[13];
|
||||
|
||||
HoldReg[53] = 1;
|
||||
}
|
||||
|
||||
ch395_hardware_init(); //ch395硬件初始化
|
||||
ch395_init(); //以太网初始化
|
||||
|
||||
digital_init();
|
||||
|
||||
/* USER CODE END 2 */
|
||||
|
||||
/* Infinite loop */
|
||||
|
@ -129,6 +161,7 @@ int main(void)
|
|||
/* USER CODE END WHILE */
|
||||
|
||||
/* USER CODE BEGIN 3 */
|
||||
|
||||
//数字量输入输出
|
||||
digital_ctrl();
|
||||
|
||||
|
@ -140,8 +173,12 @@ int main(void)
|
|||
|
||||
//编码器
|
||||
encoder_run();
|
||||
|
||||
//网络通讯
|
||||
tcpip_run();
|
||||
|
||||
}
|
||||
|
||||
/* USER CODE END 3 */
|
||||
}
|
||||
|
||||
|
@ -191,6 +228,25 @@ void SystemClock_Config(void)
|
|||
}
|
||||
|
||||
/* USER CODE BEGIN 4 */
|
||||
//网络通讯
|
||||
void tcpip_run(void)
|
||||
{
|
||||
ch395q_handler(); //网络通讯
|
||||
|
||||
if(HoldReg[53])
|
||||
{
|
||||
for(int n = 0;n < 12;n++)
|
||||
{
|
||||
ch395_addr[n] = HoldReg[40 + n];
|
||||
}
|
||||
ch395_addr[12] = HoldReg[52] >> 8;
|
||||
ch395_addr[13] = HoldReg[52] & 0xFF;
|
||||
ee_writebytes(ch395_addr,0,14);
|
||||
HoldReg[53] = 0;
|
||||
set_ipv4();
|
||||
}
|
||||
}
|
||||
|
||||
#define CPU_FREQUENCY_MHZ 168 // STM32时钟主频
|
||||
void delay_us(__IO uint32_t delay)
|
||||
{
|
||||
|
|
|
@ -43,7 +43,7 @@ void MX_TIM1_Init(void)
|
|||
|
||||
/* USER CODE END TIM1_Init 1 */
|
||||
htim1.Instance = TIM1;
|
||||
htim1.Init.Prescaler = 1;
|
||||
htim1.Init.Prescaler = 0;
|
||||
htim1.Init.CounterMode = TIM_COUNTERMODE_UP;
|
||||
htim1.Init.Period = 65535;
|
||||
htim1.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
|
||||
|
|
263053
MDK-ARM/JLinkLog.txt
263053
MDK-ARM/JLinkLog.txt
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -12,7 +12,7 @@
|
|||
<lExt>*.lib</lExt>
|
||||
<tExt>*.txt; *.h; *.inc; *.md</tExt>
|
||||
<pExt>*.plm</pExt>
|
||||
<CppX>*.cpp</CppX>
|
||||
<CppX>*.cpp; *.cc; *.cxx</CppX>
|
||||
<nMigrate>0</nMigrate>
|
||||
</Extensions>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
<ToolsetNumber>0x4</ToolsetNumber>
|
||||
<ToolsetName>ARM-ADS</ToolsetName>
|
||||
<TargetOption>
|
||||
<CLKADS>8000000</CLKADS>
|
||||
<CLKADS>25000000</CLKADS>
|
||||
<OPTTT>
|
||||
<gFlags>1</gFlags>
|
||||
<BeepAtEnd>1</BeepAtEnd>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<tRbreak>1</tRbreak>
|
||||
<tRwatch>1</tRwatch>
|
||||
<tRmem>1</tRmem>
|
||||
<tRfunc>1</tRfunc>
|
||||
<tRfunc>0</tRfunc>
|
||||
<tRbox>1</tRbox>
|
||||
<tRtrace>1</tRtrace>
|
||||
<sRSysVw>1</sRSysVw>
|
||||
|
@ -103,7 +103,7 @@
|
|||
<bEvRecOn>1</bEvRecOn>
|
||||
<bSchkAxf>0</bSchkAxf>
|
||||
<bTchkAxf>0</bTchkAxf>
|
||||
<nTsel>6</nTsel>
|
||||
<nTsel>4</nTsel>
|
||||
<sDll></sDll>
|
||||
<sDllPa></sDllPa>
|
||||
<sDlgDll></sDlgDll>
|
||||
|
@ -114,14 +114,9 @@
|
|||
<tDlgDll></tDlgDll>
|
||||
<tDlgPa></tDlgPa>
|
||||
<tIfile></tIfile>
|
||||
<pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon>
|
||||
<pMon>Segger\JL2CM3.dll</pMon>
|
||||
</DebugOpt>
|
||||
<TargetDriverDllRegistry>
|
||||
<SetRegEntry>
|
||||
<Number>0</Number>
|
||||
<Key>DLGUARM</Key>
|
||||
<Name>(105=-1,-1,-1,-1,0)</Name>
|
||||
</SetRegEntry>
|
||||
<SetRegEntry>
|
||||
<Number>0</Number>
|
||||
<Key>ARMRTXEVENTFLAGS</Key>
|
||||
|
@ -137,53 +132,118 @@
|
|||
<Key>ARMDBGFLAGS</Key>
|
||||
<Name></Name>
|
||||
</SetRegEntry>
|
||||
<SetRegEntry>
|
||||
<Number>0</Number>
|
||||
<Key>DLGUARM</Key>
|
||||
<Name>d</Name>
|
||||
</SetRegEntry>
|
||||
<SetRegEntry>
|
||||
<Number>0</Number>
|
||||
<Key>JL2CM3</Key>
|
||||
<Name>-U59610079 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F407VGTx$CMSIS\Flash\STM32F4xx_1024.FLM)</Name>
|
||||
<Name>-U69404082 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F407VGTx$CMSIS\Flash\STM32F4xx_1024.FLM)</Name>
|
||||
</SetRegEntry>
|
||||
<SetRegEntry>
|
||||
<Number>0</Number>
|
||||
<Key>UL2CM3</Key>
|
||||
<Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F407VGTx$CMSIS\Flash\STM32F4xx_1024.FLM))</Name>
|
||||
</SetRegEntry>
|
||||
<SetRegEntry>
|
||||
<Number>0</Number>
|
||||
<Key>ST-LINKIII-KEIL_SWO</Key>
|
||||
<Name>-U53FF6B064884525650271587 -O2254 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(2BA01477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8000 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC800 -FN1 -FF0STM32F4xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F407VGTx$CMSIS\Flash\STM32F4xx_1024.FLM) -WA0 -WE0 -WVCE4 -WS2710 -WM0 -WP2 -WK0</Name>
|
||||
</SetRegEntry>
|
||||
</TargetDriverDllRegistry>
|
||||
<Breakpoint/>
|
||||
<WatchWindow1>
|
||||
<Ww>
|
||||
<count>0</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>CoilState</ItemText>
|
||||
<ItemText>CoilState,0x10</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>1</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>InputReg,0x0A</ItemText>
|
||||
<ItemText>DisState,0x10</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>2</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>HoldReg,0x0A</ItemText>
|
||||
<ItemText>InputReg,0x0A</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>3</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>pv_one</ItemText>
|
||||
<ItemText>HoldReg,0x0A</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>4</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>pv_two</ItemText>
|
||||
<ItemText>AO_table,0x0A</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>5</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>p_flt_window,0x0A</ItemText>
|
||||
<ItemText>AO_init_flag,0x0A</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>6</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>ao_ee_save_flag</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>7</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>AO_0_table,0x0A</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>8</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>AO_1_table,0x0A</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>9</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>AO_2_table,0x0A</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>10</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>ao_dwq</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>11</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>ao_blf1</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>12</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>ao_blf2</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>13</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>reconnect_times,0x0A</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>14</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>socket_watch</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>15</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>rec_test_flag</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>16</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>open_flag</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>17</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>tcp_breath_cnt</ItemText>
|
||||
</Ww>
|
||||
<Ww>
|
||||
<count>18</count>
|
||||
<WinNumber>1</WinNumber>
|
||||
<ItemText>multi_connect_socket_index,0x0A</ItemText>
|
||||
</Ww>
|
||||
</WatchWindow1>
|
||||
<Tracepoint>
|
||||
|
@ -230,10 +290,10 @@
|
|||
<pMultCmdsp></pMultCmdsp>
|
||||
<DebugDescription>
|
||||
<Enable>1</Enable>
|
||||
<EnableFlashSeq>0</EnableFlashSeq>
|
||||
<EnableFlashSeq>1</EnableFlashSeq>
|
||||
<EnableLog>0</EnableLog>
|
||||
<Protocol>2</Protocol>
|
||||
<DbgClock>4000000</DbgClock>
|
||||
<DbgClock>10000000</DbgClock>
|
||||
</DebugDescription>
|
||||
</TargetOption>
|
||||
</Target>
|
||||
|
@ -792,18 +852,6 @@
|
|||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>5</GroupNumber>
|
||||
<FileNumber>44</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\board\Src\laser.c</PathWithFileName>
|
||||
<FilenameWithoutPath>laser.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
</Group>
|
||||
|
||||
<Group>
|
||||
|
@ -814,43 +862,7 @@
|
|||
<RteFlg>0</RteFlg>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>45</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\modbus\Src\modbus.c</PathWithFileName>
|
||||
<FilenameWithoutPath>modbus.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>46</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\modbus\Src\modbus_rtu.c</PathWithFileName>
|
||||
<FilenameWithoutPath>modbus_rtu.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>47</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\modbus\Src\modbus_tcp.c</PathWithFileName>
|
||||
<FilenameWithoutPath>modbus_tcp.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>48</FileNumber>
|
||||
<FileNumber>44</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
|
@ -862,7 +874,7 @@
|
|||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>49</FileNumber>
|
||||
<FileNumber>45</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
|
@ -872,6 +884,90 @@
|
|||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>46</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\modbus\Src\modbus.c</PathWithFileName>
|
||||
<FilenameWithoutPath>modbus.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>47</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\modbus\Src\modbus_rtu.c</PathWithFileName>
|
||||
<FilenameWithoutPath>modbus_rtu.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>48</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\modbus\Src\modbus_tcp.c</PathWithFileName>
|
||||
<FilenameWithoutPath>modbus_tcp.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>49</FileNumber>
|
||||
<FileType>5</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\modbus\Inc\modbus.h</PathWithFileName>
|
||||
<FilenameWithoutPath>modbus.h</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>50</FileNumber>
|
||||
<FileType>5</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\CH395Q\ch395.h</PathWithFileName>
|
||||
<FilenameWithoutPath>ch395.h</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>51</FileNumber>
|
||||
<FileType>5</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\CH395Q\ch395cmd.h</PathWithFileName>
|
||||
<FilenameWithoutPath>ch395cmd.h</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>6</GroupNumber>
|
||||
<FileNumber>52</FileNumber>
|
||||
<FileType>5</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\CH395Q\ch395inc.h</PathWithFileName>
|
||||
<FilenameWithoutPath>ch395inc.h</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
</Group>
|
||||
|
||||
<Group>
|
||||
|
@ -882,7 +978,7 @@
|
|||
<RteFlg>0</RteFlg>
|
||||
<File>
|
||||
<GroupNumber>7</GroupNumber>
|
||||
<FileNumber>50</FileNumber>
|
||||
<FileNumber>53</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
|
@ -894,7 +990,7 @@
|
|||
</File>
|
||||
<File>
|
||||
<GroupNumber>7</GroupNumber>
|
||||
<FileNumber>51</FileNumber>
|
||||
<FileNumber>54</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
|
@ -906,7 +1002,7 @@
|
|||
</File>
|
||||
<File>
|
||||
<GroupNumber>7</GroupNumber>
|
||||
<FileNumber>52</FileNumber>
|
||||
<FileNumber>55</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
|
@ -918,7 +1014,7 @@
|
|||
</File>
|
||||
<File>
|
||||
<GroupNumber>7</GroupNumber>
|
||||
<FileNumber>53</FileNumber>
|
||||
<FileNumber>56</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
|
@ -930,7 +1026,7 @@
|
|||
</File>
|
||||
<File>
|
||||
<GroupNumber>7</GroupNumber>
|
||||
<FileNumber>54</FileNumber>
|
||||
<FileNumber>57</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
|
@ -942,7 +1038,7 @@
|
|||
</File>
|
||||
<File>
|
||||
<GroupNumber>7</GroupNumber>
|
||||
<FileNumber>55</FileNumber>
|
||||
<FileNumber>58</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
|
@ -952,6 +1048,18 @@
|
|||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>7</GroupNumber>
|
||||
<FileNumber>59</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\users\Src\flash.c</PathWithFileName>
|
||||
<FilenameWithoutPath>flash.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
</Group>
|
||||
|
||||
<Group>
|
||||
|
|
|
@ -135,10 +135,10 @@
|
|||
<RunIndependent>0</RunIndependent>
|
||||
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
|
||||
<Capability>1</Capability>
|
||||
<DriverSelection>4103</DriverSelection>
|
||||
<DriverSelection>4101</DriverSelection>
|
||||
</Flash1>
|
||||
<bUseTDR>1</bUseTDR>
|
||||
<Flash2>STLink\ST-LINKIII-KEIL_SWO.dll</Flash2>
|
||||
<Flash2>BIN\UL2CM3.DLL</Flash2>
|
||||
<Flash3>"" ()</Flash3>
|
||||
<Flash4></Flash4>
|
||||
<pFcarmOut></pFcarmOut>
|
||||
|
@ -671,67 +671,21 @@
|
|||
<FileType>1</FileType>
|
||||
<FilePath>..\board\Src\mf5803.c</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>laser.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\board\Src\laser.c</FilePath>
|
||||
<FileOption>
|
||||
<CommonProperty>
|
||||
<UseCPPCompiler>2</UseCPPCompiler>
|
||||
<RVCTCodeConst>0</RVCTCodeConst>
|
||||
<RVCTZI>0</RVCTZI>
|
||||
<RVCTOtherData>0</RVCTOtherData>
|
||||
<ModuleSelection>0</ModuleSelection>
|
||||
<IncludeInBuild>0</IncludeInBuild>
|
||||
<AlwaysBuild>2</AlwaysBuild>
|
||||
<GenerateAssemblyFile>2</GenerateAssemblyFile>
|
||||
<AssembleAssemblyFile>2</AssembleAssemblyFile>
|
||||
<PublicsOnly>2</PublicsOnly>
|
||||
<StopOnExitCode>11</StopOnExitCode>
|
||||
<CustomArgument></CustomArgument>
|
||||
<IncludeLibraryModules></IncludeLibraryModules>
|
||||
<ComprImg>1</ComprImg>
|
||||
</CommonProperty>
|
||||
<FileArmAds>
|
||||
<Cads>
|
||||
<interw>2</interw>
|
||||
<Optim>0</Optim>
|
||||
<oTime>2</oTime>
|
||||
<SplitLS>2</SplitLS>
|
||||
<OneElfS>2</OneElfS>
|
||||
<Strict>2</Strict>
|
||||
<EnumInt>2</EnumInt>
|
||||
<PlainCh>2</PlainCh>
|
||||
<Ropi>2</Ropi>
|
||||
<Rwpi>2</Rwpi>
|
||||
<wLevel>2</wLevel>
|
||||
<uThumb>2</uThumb>
|
||||
<uSurpInc>2</uSurpInc>
|
||||
<uC99>2</uC99>
|
||||
<uGnu>2</uGnu>
|
||||
<useXO>2</useXO>
|
||||
<v6Lang>0</v6Lang>
|
||||
<v6LangP>0</v6LangP>
|
||||
<vShortEn>2</vShortEn>
|
||||
<vShortWch>2</vShortWch>
|
||||
<v6Lto>2</v6Lto>
|
||||
<v6WtE>2</v6WtE>
|
||||
<v6Rtti>2</v6Rtti>
|
||||
<VariousControls>
|
||||
<MiscControls></MiscControls>
|
||||
<Define></Define>
|
||||
<Undefine></Undefine>
|
||||
<IncludePath></IncludePath>
|
||||
</VariousControls>
|
||||
</Cads>
|
||||
</FileArmAds>
|
||||
</FileOption>
|
||||
</File>
|
||||
</Files>
|
||||
</Group>
|
||||
<Group>
|
||||
<GroupName>modbus</GroupName>
|
||||
<Files>
|
||||
<File>
|
||||
<FileName>ch395.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\CH395Q\ch395.c</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>ch395cmd.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\CH395Q\ch395cmd.c</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>modbus.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
|
@ -748,14 +702,24 @@
|
|||
<FilePath>..\modbus\Src\modbus_tcp.c</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>ch395.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\CH395Q\ch395.c</FilePath>
|
||||
<FileName>modbus.h</FileName>
|
||||
<FileType>5</FileType>
|
||||
<FilePath>..\modbus\Inc\modbus.h</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>ch395cmd.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\CH395Q\ch395cmd.c</FilePath>
|
||||
<FileName>ch395.h</FileName>
|
||||
<FileType>5</FileType>
|
||||
<FilePath>..\CH395Q\ch395.h</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>ch395cmd.h</FileName>
|
||||
<FileType>5</FileType>
|
||||
<FilePath>..\CH395Q\ch395cmd.h</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>ch395inc.h</FileName>
|
||||
<FileType>5</FileType>
|
||||
<FilePath>..\CH395Q\ch395inc.h</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
</Group>
|
||||
|
@ -792,6 +756,11 @@
|
|||
<FileType>1</FileType>
|
||||
<FilePath>..\users\Src\encoder.c</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>flash.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\users\Src\flash.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
</Group>
|
||||
<Group>
|
||||
|
@ -814,4 +783,13 @@
|
|||
<files/>
|
||||
</RTE>
|
||||
|
||||
<LayerInfo>
|
||||
<Layers>
|
||||
<Layer>
|
||||
<LayName>VOQC</LayName>
|
||||
<LayPrjMark>1</LayPrjMark>
|
||||
</Layer>
|
||||
</Layers>
|
||||
</LayerInfo>
|
||||
|
||||
</Project>
|
||||
|
|
Binary file not shown.
|
@ -17,72 +17,19 @@ Library Manager: ArmAr.exe V5.06 update 7 (build 960)
|
|||
Hex Converter: FromElf.exe V5.06 update 7 (build 960)
|
||||
CPU DLL: SARMCM3.DLL V5.39.0.0
|
||||
Dialog DLL: DCM.DLL V1.17.5.0
|
||||
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.2.0.0
|
||||
Target DLL: Segger\JL2CM3.dll V2.99.43.0
|
||||
Dialog DLL: TCM.DLL V1.56.4.0
|
||||
|
||||
<h2>Project:</h2>
|
||||
C:\Users\admin\Desktop\wujunchao\00_Projects\02_Actuator Testing\00_Code\00_New\VOQC\MDK-ARM\VOQC.uvprojx
|
||||
Project File Date: 08/20/2024
|
||||
Project File Date: 04/09/2025
|
||||
|
||||
<h2>Output:</h2>
|
||||
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin'
|
||||
Rebuild target 'VOQC'
|
||||
assembling startup_stm32f407xx.s...
|
||||
compiling spi.c...
|
||||
compiling adc.c...
|
||||
compiling i2c.c...
|
||||
compiling dma.c...
|
||||
compiling main.c...
|
||||
compiling gpio.c...
|
||||
compiling tim.c...
|
||||
compiling stm32f4xx_ll_adc.c...
|
||||
compiling stm32f4xx_it.c...
|
||||
compiling stm32f4xx_hal_msp.c...
|
||||
compiling stm32f4xx_hal_adc_ex.c...
|
||||
compiling stm32f4xx_hal_adc.c...
|
||||
compiling usart.c...
|
||||
compiling stm32f4xx_hal_rcc.c...
|
||||
compiling stm32f4xx_hal_rcc_ex.c...
|
||||
compiling stm32f4xx_hal_gpio.c...
|
||||
compiling stm32f4xx_hal_flash_ex.c...
|
||||
compiling stm32f4xx_hal_flash_ramfunc.c...
|
||||
compiling stm32f4xx_hal_flash.c...
|
||||
compiling stm32f4xx_hal_dma_ex.c...
|
||||
compiling stm32f4xx_hal_dma.c...
|
||||
compiling stm32f4xx_hal_pwr.c...
|
||||
compiling stm32f4xx_hal_pwr_ex.c...
|
||||
compiling stm32f4xx_hal.c...
|
||||
compiling stm32f4xx_hal_cortex.c...
|
||||
compiling stm32f4xx_hal_exti.c...
|
||||
compiling stm32f4xx_hal_i2c.c...
|
||||
compiling stm32f4xx_hal_i2c_ex.c...
|
||||
compiling stm32f4xx_hal_spi.c...
|
||||
compiling stm32f4xx_hal_uart.c...
|
||||
compiling system_stm32f4xx.c...
|
||||
compiling stm32f4xx_hal_tim_ex.c...
|
||||
compiling stm32f4xx_hal_tim.c...
|
||||
compiling ads1256.c...
|
||||
compiling ads1220.c...
|
||||
compiling dac7311.c...
|
||||
compiling eeprom.c...
|
||||
compiling ds18b20.c...
|
||||
compiling ms5803.c...
|
||||
compiling hc595.c...
|
||||
compiling hc165.c...
|
||||
Build target 'VOQC'
|
||||
compiling mf5803.c...
|
||||
compiling modbus.c...
|
||||
compiling modbus_rtu.c...
|
||||
compiling modbus_tcp.c...
|
||||
compiling ch395.c...
|
||||
compiling ch395cmd.c...
|
||||
compiling adcs.c...
|
||||
compiling gpios.c...
|
||||
compiling timer.c...
|
||||
compiling provalctrl.c...
|
||||
compiling uarts.c...
|
||||
compiling encoder.c...
|
||||
linking...
|
||||
Program Size: Code=29934 RO-data=458 RW-data=356 ZI-data=6316
|
||||
Program Size: Code=41610 RO-data=514 RW-data=564 ZI-data=17804
|
||||
FromELF: creating hex file...
|
||||
"VOQC\VOQC.axf" - 0 Error(s), 0 Warning(s).
|
||||
|
||||
|
@ -107,7 +54,7 @@ Package Vendor: Keil
|
|||
<h2>Collection of Component Files used:</h2>
|
||||
|
||||
* Component: ARM::CMSIS:CORE@5.6.0
|
||||
Build Time Elapsed: 00:02:06
|
||||
Build Time Elapsed: 00:00:10
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -42,17 +42,18 @@
|
|||
"voqc\hc595.o"
|
||||
"voqc\hc165.o"
|
||||
"voqc\mf5803.o"
|
||||
"voqc\ch395.o"
|
||||
"voqc\ch395cmd.o"
|
||||
"voqc\modbus.o"
|
||||
"voqc\modbus_rtu.o"
|
||||
"voqc\modbus_tcp.o"
|
||||
"voqc\ch395.o"
|
||||
"voqc\ch395cmd.o"
|
||||
"voqc\adcs.o"
|
||||
"voqc\gpios.o"
|
||||
"voqc\timer.o"
|
||||
"voqc\uarts.o"
|
||||
"voqc\provalctrl.o"
|
||||
"voqc\encoder.o"
|
||||
"voqc\flash.o"
|
||||
--strict --scatter "VOQC\VOQC.sct"
|
||||
--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
|
||||
--info sizes --info totals --info unused --info veneers
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
Dependencies for Project 'VOQC', Target 'VOQC': (DO NOT MODIFY !)
|
||||
CompilerVersion: 5060960::V5.06 update 7 (build 960)::.\ARM Compiler_5_06
|
||||
F (startup_stm32f407xx.s)(0x66C2E5B4)(--cpu Cortex-M4.fp.sp -g --apcs=interwork
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
--pd "__UVISION_VERSION SETA 539" --pd "_RTE_ SETA 1" --pd "STM32F407xx SETA 1" --pd "_RTE_ SETA 1"
--list startup_stm32f407xx.lst --xref -o voqc\startup_stm32f407xx.o --depend voqc\startup_stm32f407xx.d)
|
||||
F (../Core/Src/main.c)(0x66C3FC55)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\main.o --omf_browse voqc\main.crf --depend voqc\main.d)
|
||||
F (startup_stm32f407xx.s)(0x67EA3A32)(--cpu Cortex-M4.fp.sp -g --apcs=interwork
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
--pd "__UVISION_VERSION SETA 539" --pd "_RTE_ SETA 1" --pd "STM32F407xx SETA 1" --pd "_RTE_ SETA 1"
--list startup_stm32f407xx.lst --xref -o voqc\startup_stm32f407xx.o --depend voqc\startup_stm32f407xx.d)
|
||||
F (../Core/Src/main.c)(0x681D9713)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\main.o --omf_browse voqc\main.crf --depend voqc\main.d)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
|
@ -39,14 +39,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -54,19 +54,20 @@ I (../Core/Inc/adc.h)(0x668F85FC)
|
|||
I (../Core/Inc/dma.h)(0x669482DA)
|
||||
I (../Core/Inc/i2c.h)(0x668F85FC)
|
||||
I (../Core/Inc/gpio.h)(0x668F85FA)
|
||||
I (../users/Inc/gpios.h)(0x66C3EA3F)
|
||||
I (../users/Inc/gpios.h)(0x681D7603)
|
||||
I (../board/Inc/hc595.h)(0x6695CC89)
|
||||
I (../board/Inc/hc165.h)(0x6695D0CB)
|
||||
I (../users/Inc/encoder.h)(0x66C3E76F)
|
||||
I (../users/Inc/adcs.h)(0x66C3E770)
|
||||
I (../board/Inc/ADS1256.h)(0x66960E51)
|
||||
I (../board/Inc/ads1220.h)(0x66960D8E)
|
||||
I (../board/Inc/mf5803.h)(0x66986978)
|
||||
I (../board/Inc/mf5803.h)(0x66C7DE98)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\math.h)(0x5E8E3CC2)
|
||||
I (../board/Inc/ms5803.h)(0x669760FF)
|
||||
I (../board/Inc/ds18b20.h)(0x6694D35E)
|
||||
I (../board/Inc/dac7311.h)(0x66949B65)
|
||||
I (../users/Inc/provalctrl.h)(0x66C404C3)
|
||||
I (../users/Inc/provalctrl.h)(0x67F6318A)
|
||||
I (../board/Inc/eeprom.h)(0x67F6318A)
|
||||
F (../Core/Src/gpio.c)(0x66C2E5A9)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\gpio.o --omf_browse voqc\gpio.crf --depend voqc\gpio.d)
|
||||
I (../Core/Inc/gpio.h)(0x668F85FA)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
|
@ -106,14 +107,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -156,14 +157,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -206,14 +207,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -256,14 +257,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -306,17 +307,17 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (../Core/Src/tim.c)(0x66C2E5AF)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\tim.o --omf_browse voqc\tim.crf --depend voqc\tim.d)
|
||||
F (../Core/Src/tim.c)(0x67EA3A29)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\tim.o --omf_browse voqc\tim.crf --depend voqc\tim.d)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -355,13 +356,13 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -404,13 +405,13 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -452,14 +453,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -502,14 +503,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -1328,7 +1329,7 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
F (..\board\Src\ads1256.c)(0x66B97A15)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ads1256.o --omf_browse voqc\ads1256.crf --depend voqc\ads1256.d)
|
||||
F (..\board\Src\ads1256.c)(0x680733FB)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ads1256.o --omf_browse voqc\ads1256.crf --depend voqc\ads1256.d)
|
||||
I (../board/Inc/ADS1256.h)(0x66960E51)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -1367,18 +1368,18 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\board\Src\ads1220.c)(0x66BEB24B)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ads1220.o --omf_browse voqc\ads1220.crf --depend voqc\ads1220.d)
|
||||
F (..\board\Src\ads1220.c)(0x66EA9373)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ads1220.o --omf_browse voqc\ads1220.crf --depend voqc\ads1220.d)
|
||||
I (../board/Inc/ads1220.h)(0x66960D8E)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -1417,19 +1418,22 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
I (../users/Inc/provalctrl.h)(0x66C404C3)
|
||||
F (..\board\Src\dac7311.c)(0x66AB21F7)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\dac7311.o --omf_browse voqc\dac7311.crf --depend voqc\dac7311.d)
|
||||
I (../users/Inc/provalctrl.h)(0x67F6318A)
|
||||
I (../board/Inc/dac7311.h)(0x66949B65)
|
||||
I (../board/Inc/eeprom.h)(0x67F6318A)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\math.h)(0x5E8E3CC2)
|
||||
F (..\board\Src\dac7311.c)(0x67F6318A)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\dac7311.o --omf_browse voqc\dac7311.crf --depend voqc\dac7311.d)
|
||||
I (../board/Inc/dac7311.h)(0x66949B65)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -1468,19 +1472,23 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\board\Src\eeprom.c)(0x6684ABE8)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\eeprom.o --omf_browse voqc\eeprom.crf --depend voqc\eeprom.d)
|
||||
I (../board/Inc/eeprom.h)(0x66849F26)
|
||||
F (..\board\Src\eeprom.c)(0x67F6318A)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\eeprom.o --omf_browse voqc\eeprom.crf --depend voqc\eeprom.d)
|
||||
I (../board/Inc/eeprom.h)(0x67F6318A)
|
||||
I (../users/Inc/provalctrl.h)(0x67F6318A)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
|
@ -1518,18 +1526,17 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\board\Src\ms5803.c)(0x669A06F3)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ms5803.o --omf_browse voqc\ms5803.crf --depend voqc\ms5803.d)
|
||||
I (../board/Inc/dac7311.h)(0x66949B65)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\math.h)(0x5E8E3CC2)
|
||||
F (..\board\Src\ms5803.c)(0x66C44393)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ms5803.o --omf_browse voqc\ms5803.crf --depend voqc\ms5803.d)
|
||||
I (../board/Inc/ms5803.h)(0x669760FF)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\math.h)(0x5E8E3CC2)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -1570,14 +1577,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
F (..\board\Src\ds18b20.c)(0x6694E519)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ds18b20.o --omf_browse voqc\ds18b20.crf --depend voqc\ds18b20.d)
|
||||
|
@ -1619,14 +1626,14 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
@ -1669,18 +1676,18 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\board\Src\hc165.c)(0x669DD302)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\hc165.o --omf_browse voqc\hc165.crf --depend voqc\hc165.d)
|
||||
F (..\board\Src\hc165.c)(0x67E5F98B)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\hc165.o --omf_browse voqc\hc165.crf --depend voqc\hc165.d)
|
||||
I (../board/Inc/hc165.h)(0x6695D0CB)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -1719,19 +1726,19 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\board\Src\mf5803.c)(0x66C30291)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\mf5803.o --omf_browse voqc\mf5803.crf --depend voqc\mf5803.d)
|
||||
I (../board/Inc/mf5803.h)(0x66986978)
|
||||
F (..\board\Src\mf5803.c)(0x6821B9C4)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\mf5803.o --omf_browse voqc\mf5803.crf --depend voqc\mf5803.d)
|
||||
I (../board/Inc/mf5803.h)(0x66C7DE98)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\math.h)(0x5E8E3CC2)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
|
@ -1771,168 +1778,20 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (../board/Inc/ms5803.h)(0x669760FF)
|
||||
F (..\board\Src\laser.c)(0x668CAE17)()
|
||||
F (..\modbus\Src\modbus.c)(0x66B4A5F3)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\modbus.o --omf_browse voqc\modbus.crf --depend voqc\modbus.d)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h)(0x66B41EA0)
|
||||
I (../Drivers/CMSIS/Include/core_cm4.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdint.h)(0x5E8E3CC2)
|
||||
I (../Drivers/CMSIS/Include/cmsis_version.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_compiler.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stddef.h)(0x5E8E3CC2)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\modbus\Src\modbus_rtu.c)(0x66B9BDFF)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\modbus_rtu.o --omf_browse voqc\modbus_rtu.crf --depend voqc\modbus_rtu.d)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h)(0x66B41EA0)
|
||||
I (../Drivers/CMSIS/Include/core_cm4.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdint.h)(0x5E8E3CC2)
|
||||
I (../Drivers/CMSIS/Include/cmsis_version.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_compiler.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stddef.h)(0x5E8E3CC2)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\modbus\Src\modbus_tcp.c)(0x668CF2BE)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\modbus_tcp.o --omf_browse voqc\modbus_tcp.crf --depend voqc\modbus_tcp.d)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h)(0x66B41EA0)
|
||||
I (../Drivers/CMSIS/Include/core_cm4.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdint.h)(0x5E8E3CC2)
|
||||
I (../Drivers/CMSIS/Include/cmsis_version.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_compiler.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stddef.h)(0x5E8E3CC2)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\CH395Q\ch395.c)(0x669607BE)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ch395.o --omf_browse voqc\ch395.crf --depend voqc\ch395.d)
|
||||
I (..\CH395Q\ch395.h)(0x669605EC)
|
||||
I (..\CH395Q\ch395inc.h)(0x6683A7A7)
|
||||
F (..\CH395Q\ch395.c)(0x680B4CB3)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ch395.o --omf_browse voqc\ch395.crf --depend voqc\ch395.d)
|
||||
I (..\CH395Q\ch395.h)(0x680B4CB3)
|
||||
I (..\CH395Q\ch395inc.h)(0x6800CA4E)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
|
@ -1970,18 +1829,18 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (..\CH395Q\ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\CH395Q\ch395cmd.c)(0x668CF94D)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ch395cmd.o --omf_browse voqc\ch395cmd.crf --depend voqc\ch395cmd.d)
|
||||
I (..\CH395Q\ch395inc.h)(0x6683A7A7)
|
||||
F (..\CH395Q\ch395cmd.c)(0x680B4CB3)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\ch395cmd.o --omf_browse voqc\ch395cmd.crf --depend voqc\ch395cmd.d)
|
||||
I (..\CH395Q\ch395inc.h)(0x6800CA4E)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
|
@ -2019,18 +1878,169 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
F (..\users\Src\adcs.c)(0x66C3E846)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\adcs.o --omf_browse voqc\adcs.crf --depend voqc\adcs.d)
|
||||
F (..\modbus\Src\modbus.c)(0x680B4CB4)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\modbus.o --omf_browse voqc\modbus.crf --depend voqc\modbus.d)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h)(0x66B41EA0)
|
||||
I (../Drivers/CMSIS/Include/core_cm4.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdint.h)(0x5E8E3CC2)
|
||||
I (../Drivers/CMSIS/Include/cmsis_version.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_compiler.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stddef.h)(0x5E8E3CC2)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\modbus\Src\modbus_rtu.c)(0x680733FB)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\modbus_rtu.o --omf_browse voqc\modbus_rtu.crf --depend voqc\modbus_rtu.d)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h)(0x66B41EA0)
|
||||
I (../Drivers/CMSIS/Include/core_cm4.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdint.h)(0x5E8E3CC2)
|
||||
I (../Drivers/CMSIS/Include/cmsis_version.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_compiler.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stddef.h)(0x5E8E3CC2)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\modbus\Src\modbus_tcp.c)(0x680B4CB4)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\modbus_tcp.o --omf_browse voqc\modbus_tcp.crf --depend voqc\modbus_tcp.d)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h)(0x66B41EA0)
|
||||
I (../Drivers/CMSIS/Include/core_cm4.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdint.h)(0x5E8E3CC2)
|
||||
I (../Drivers/CMSIS/Include/cmsis_version.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_compiler.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stddef.h)(0x5E8E3CC2)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\modbus\Inc\modbus.h)(0x680B4CB4)()
|
||||
F (..\CH395Q\ch395.h)(0x680B4CB3)()
|
||||
F (..\CH395Q\ch395cmd.h)(0x664FF969)()
|
||||
F (..\CH395Q\ch395inc.h)(0x6800CA4E)()
|
||||
F (..\users\Src\adcs.c)(0x680B4CB4)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\adcs.o --omf_browse voqc\adcs.crf --depend voqc\adcs.d)
|
||||
I (../users/Inc/adcs.h)(0x66C3E770)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
|
@ -2070,25 +2080,25 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../Core/Inc/adc.h)(0x668F85FC)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
I (../board/Inc/ADS1256.h)(0x66960E51)
|
||||
I (../board/Inc/ads1220.h)(0x66960D8E)
|
||||
I (../board/Inc/mf5803.h)(0x66986978)
|
||||
I (../board/Inc/mf5803.h)(0x66C7DE98)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\math.h)(0x5E8E3CC2)
|
||||
I (../board/Inc/ms5803.h)(0x669760FF)
|
||||
I (../board/Inc/ds18b20.h)(0x6694D35E)
|
||||
F (..\users\Src\gpios.c)(0x66C3EBFF)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\gpios.o --omf_browse voqc\gpios.crf --depend voqc\gpios.d)
|
||||
I (../users/Inc/gpios.h)(0x66C3EA3F)
|
||||
F (..\users\Src\gpios.c)(0x681D7603)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\gpios.o --omf_browse voqc\gpios.crf --depend voqc\gpios.d)
|
||||
I (../users/Inc/gpios.h)(0x681D7603)
|
||||
I (../Core/Inc/gpio.h)(0x668F85FA)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -2127,22 +2137,22 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
I (../board/Inc/hc595.h)(0x6695CC89)
|
||||
I (../board/Inc/hc165.h)(0x6695D0CB)
|
||||
I (../users/Inc/encoder.h)(0x66C3E76F)
|
||||
F (..\users\Src\timer.c)(0x66C2E937)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\timer.o --omf_browse voqc\timer.crf --depend voqc\timer.d)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
F (..\users\Src\timer.c)(0x680B4CB4)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\timer.o --omf_browse voqc\timer.crf --depend voqc\timer.d)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -2181,16 +2191,16 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\users\Src\uarts.c)(0x6695E35A)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\uarts.o --omf_browse voqc\uarts.crf --depend voqc\uarts.d)
|
||||
F (..\users\Src\uarts.c)(0x66C446D0)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\uarts.o --omf_browse voqc\uarts.crf --depend voqc\uarts.d)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
|
@ -2230,19 +2240,19 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
|||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
F (..\users\Src\provalctrl.c)(0x66C406AA)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\provalctrl.o --omf_browse voqc\provalctrl.crf --depend voqc\provalctrl.d)
|
||||
I (../users/Inc/provalctrl.h)(0x66C404C3)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
F (..\users\Src\provalctrl.c)(0x680B4CB4)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\provalctrl.o --omf_browse voqc\provalctrl.crf --depend voqc\provalctrl.d)
|
||||
I (../users/Inc/provalctrl.h)(0x67F6318A)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -2284,16 +2294,18 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
|||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
I (../board/Inc/dac7311.h)(0x66949B65)
|
||||
F (..\users\Src\encoder.c)(0x66C3EBFF)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\encoder.o --omf_browse voqc\encoder.crf --depend voqc\encoder.d)
|
||||
I (../board/Inc/eeprom.h)(0x67F6318A)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\math.h)(0x5E8E3CC2)
|
||||
F (..\users\Src\encoder.c)(0x680B4CB4)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\encoder.o --omf_browse voqc\encoder.crf --depend voqc\encoder.d)
|
||||
I (../users/Inc/encoder.h)(0x66C3E76F)
|
||||
I (../modbus/Inc/modbus.h)(0x669A1795)
|
||||
I (../users/Inc/timer.h)(0x66C057D9)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
|
@ -2335,8 +2347,58 @@ I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
|||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x669605EC)
|
||||
I (../CH395Q/ch395inc.h)(0x6683A7A7)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
F (..\users\Src\flash.c)(0x66CC176F)(--c99 -c --cpu Cortex-M4.fp.sp -g -O0 -Otime --apcs=interwork --split_sections -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../board/Inc -I ../CH395Q -I ../modbus/Inc -I ../users/Inc
-I.\RTE\_VOQC
-IC:\Users\admin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
-IC:\Users\admin\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o voqc\flash.o --omf_browse voqc\flash.crf --depend voqc\flash.d)
|
||||
I (../users/Inc/flash.h)(0x66CC1418)
|
||||
I (../Core/Inc/main.h)(0x6694D721)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h)(0x66B41EAC)
|
||||
I (../Core/Inc/stm32f4xx_hal_conf.h)(0x66C2E5B0)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h)(0x66B41EA0)
|
||||
I (../Drivers/CMSIS/Include/core_cm4.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdint.h)(0x5E8E3CC2)
|
||||
I (../Drivers/CMSIS/Include/cmsis_version.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_compiler.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x66B41EAC)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h)(0x66B41EA1)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x66B41EAC)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stddef.h)(0x5E8E3CC2)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h)(0x66B41EAC)
|
||||
I (../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h)(0x66B41EAC)
|
||||
I (../users/Inc/timer.h)(0x680B4CB4)
|
||||
I (../Core/Inc/tim.h)(0x6694D67D)
|
||||
I (../modbus/Inc/modbus.h)(0x680B4CB4)
|
||||
I (../users/Inc/uarts.h)(0x66B30E3E)
|
||||
I (../Core/Inc/usart.h)(0x668F85FD)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\stdio.h)(0x5E8E3CC2)
|
||||
I (../CH395Q/ch395.h)(0x680B4CB3)
|
||||
I (../CH395Q/ch395inc.h)(0x6800CA4E)
|
||||
I (../Core/Inc/spi.h)(0x668F85FC)
|
||||
I (../CH395Q/ch395cmd.h)(0x664FF969)
|
||||
I (C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\include\string.h)(0x5E8E3CC2)
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
; *************************************************************
|
||||
; *** Scatter-Loading Description File generated by uVision ***
|
||||
; *************************************************************
|
||||
|
||||
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
|
||||
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
|
||||
*.o (RESET, +First)
|
||||
*(InRoot$$Sections)
|
||||
.ANY (+RO)
|
||||
}
|
||||
RW_IRAM1 0x20000000 0x0001C000 { ; RW data
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
RW_IRAM2 0x2001C000 0x00004000 {
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -53,3 +53,7 @@ voqc\ads1220.o: ../Core/Inc/spi.h
|
|||
voqc\ads1220.o: ../CH395Q/ch395cmd.h
|
||||
voqc\ads1220.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\string.h
|
||||
voqc\ads1220.o: ../users/Inc/provalctrl.h
|
||||
voqc\ads1220.o: ../board/Inc/dac7311.h
|
||||
voqc\ads1220.o: ../board/Inc/eeprom.h
|
||||
voqc\ads1220.o: ../users/Inc/provalctrl.h
|
||||
voqc\ads1220.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\math.h
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,9 @@
|
|||
voqc\eeprom.o: ..\board\Src\eeprom.c
|
||||
voqc\eeprom.o: ../board/Inc/eeprom.h
|
||||
voqc\eeprom.o: ../users/Inc/provalctrl.h
|
||||
voqc\eeprom.o: ../modbus/Inc/modbus.h
|
||||
voqc\eeprom.o: ../users/Inc/timer.h
|
||||
voqc\eeprom.o: ../Core/Inc/tim.h
|
||||
voqc\eeprom.o: ../Core/Inc/main.h
|
||||
voqc\eeprom.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h
|
||||
voqc\eeprom.o: ../Core/Inc/stm32f4xx_hal_conf.h
|
||||
|
@ -39,16 +43,15 @@ voqc\eeprom.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h
|
|||
voqc\eeprom.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h
|
||||
voqc\eeprom.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h
|
||||
voqc\eeprom.o: ../users/Inc/timer.h
|
||||
voqc\eeprom.o: ../Core/Inc/tim.h
|
||||
voqc\eeprom.o: ../Core/Inc/main.h
|
||||
voqc\eeprom.o: ../modbus/Inc/modbus.h
|
||||
voqc\eeprom.o: ../users/Inc/timer.h
|
||||
voqc\eeprom.o: ../users/Inc/uarts.h
|
||||
voqc\eeprom.o: ../Core/Inc/usart.h
|
||||
voqc\eeprom.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\stdio.h
|
||||
voqc\eeprom.o: ../modbus/Inc/modbus.h
|
||||
voqc\eeprom.o: ../CH395Q/ch395.h
|
||||
voqc\eeprom.o: ../CH395Q/ch395inc.h
|
||||
voqc\eeprom.o: ../Core/Inc/spi.h
|
||||
voqc\eeprom.o: ../CH395Q/ch395cmd.h
|
||||
voqc\eeprom.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\string.h
|
||||
voqc\eeprom.o: ../board/Inc/dac7311.h
|
||||
voqc\eeprom.o: ../board/Inc/eeprom.h
|
||||
voqc\eeprom.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\math.h
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,54 @@
|
|||
voqc\flash.o: ..\users\Src\flash.c
|
||||
voqc\flash.o: ../users/Inc/flash.h
|
||||
voqc\flash.o: ../Core/Inc/main.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h
|
||||
voqc\flash.o: ../Core/Inc/stm32f4xx_hal_conf.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h
|
||||
voqc\flash.o: ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h
|
||||
voqc\flash.o: ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h
|
||||
voqc\flash.o: ../Drivers/CMSIS/Include/core_cm4.h
|
||||
voqc\flash.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\stdint.h
|
||||
voqc\flash.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
voqc\flash.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
voqc\flash.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
voqc\flash.o: ../Drivers/CMSIS/Include/mpu_armv7.h
|
||||
voqc\flash.o: ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h
|
||||
voqc\flash.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\stddef.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h
|
||||
voqc\flash.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h
|
||||
voqc\flash.o: ../users/Inc/timer.h
|
||||
voqc\flash.o: ../Core/Inc/tim.h
|
||||
voqc\flash.o: ../Core/Inc/main.h
|
||||
voqc\flash.o: ../modbus/Inc/modbus.h
|
||||
voqc\flash.o: ../users/Inc/timer.h
|
||||
voqc\flash.o: ../users/Inc/uarts.h
|
||||
voqc\flash.o: ../Core/Inc/usart.h
|
||||
voqc\flash.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\stdio.h
|
||||
voqc\flash.o: ../modbus/Inc/modbus.h
|
||||
voqc\flash.o: ../CH395Q/ch395.h
|
||||
voqc\flash.o: ../CH395Q/ch395inc.h
|
||||
voqc\flash.o: ../Core/Inc/spi.h
|
||||
voqc\flash.o: ../CH395Q/ch395cmd.h
|
||||
voqc\flash.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\string.h
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -68,3 +68,5 @@ voqc\main.o: ../board/Inc/ms5803.h
|
|||
voqc\main.o: ../board/Inc/ds18b20.h
|
||||
voqc\main.o: ../board/Inc/dac7311.h
|
||||
voqc\main.o: ../users/Inc/provalctrl.h
|
||||
voqc\main.o: ../board/Inc/eeprom.h
|
||||
voqc\main.o: ../users/Inc/provalctrl.h
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,2 +0,0 @@
|
|||
voqc\propotion_valve_ctrl.o: ..\users\Src\propotion_valve_ctrl.c
|
||||
voqc\propotion_valve_ctrl.o: ../users/Inc/propotion_valve_ctrl.h
|
Binary file not shown.
Binary file not shown.
|
@ -52,3 +52,6 @@ voqc\provalctrl.o: ../Core/Inc/spi.h
|
|||
voqc\provalctrl.o: ../CH395Q/ch395cmd.h
|
||||
voqc\provalctrl.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\string.h
|
||||
voqc\provalctrl.o: ../board/Inc/dac7311.h
|
||||
voqc\provalctrl.o: ../board/Inc/eeprom.h
|
||||
voqc\provalctrl.o: ../users/Inc/provalctrl.h
|
||||
voqc\provalctrl.o: C:\Users\admin\Desktop\wujunchao\99_General softwares\Keil_v5\ARM\ARM Compiler_5_06\Bin\..\include\math.h
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue