Loading...
本框架为了合宙Air780E开发,主要用来连接TCP服务器,通过透明传输进行数据交互。 硬件使用STM32H723ZGT6,通过UART7与4G模块进行交互。串口使用。软件使用Freertos。通过空闲中断+DMA方式进行接收并压入消息队列。 #ifndef BSP_AT_H_ #define BSP_AT_H_ #include "main.h" #include &...
头文件 #ifndef __BSP_ECU_H__ #define __BSP_ECU_H__ #include "sys.h" #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) #defi...
测试 测试2 blog.usot.rop