YB_TX_RX_APE_PRJ/Common/inc/test_macro.h

29 lines
807 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _TEST_MACRO_H_
#define _TEST_MACRO_H_
/*Recv从receiver_Sync_Init.s.c打桩数据时打开此宏*/
//#define RECV_DBG_DATA_TEST
/*Recv从receiver_Symb_Init.s.c打桩数据时打开此宏*/
//#define RECV_SYMB_DBG_DATA_TEST
/*RX数据输入直接从TX Buffer读入数据环回开关*/
#define TX_RX_LOOP
/*Transmit加载Trans.dat作为输入数据*/
#define TRANS_DBG_DATA_TEST
/*二选一或者都不打开,都不打开数据源是ARM否则需要配合TRANS_DBG_DATA_TEST打开使用*/
/*Transmit m序列自行递推*/
//#define TRANS_SRC_AUTO_GEN
/*Transmit m序列固定为起始值*/
#define TRANS_SRC_AUTO_GEN_DBG
/*状态机跳过RK3588计算*/
#define CLOSE_AI_PROCECING
/*核3暂时不工作方便直接绝对地址打点*/
// #define CLOSE_APE3
#endif /*_TEST_MACRO_H_*/