11程序代码#include #define DBG_TAG "main"#define DBG_LVL DBG_LOG#include #include #include "stm32f4xx.h"#include "main.h"#include "dac.h"#include "usart.h"#include "gpio.h"#include "spi.h"#include "dac_driver.h"#include "spi_flash.h"#include "BL6552.h"#include "excition.h"#define AIRMS_ADD 0X43C0#define BIRMS_ADD 0X43C2#define CIRMS_ADD 0X43C4#define NIRMS_ADD 0X43C6#define AVRMS_ADD 0X43C1#define BVRMS_ADD 0X43C3#define CVRMS_ADD 0X43C5#define IPEAK_ADD 0XE50...
发表评论取消回复