1 #ifndef BOARD_H 2 #define BOARD_H 3 4 #if (CONFIG_A7_DSP_ENABLE == 1) 5 #define DEBUG_LASTWORD_RAM_ADDR 0x20166000 6 #else 7 #define DEBUG_LASTWORD_RAM_ADDR 0x201e6000 8 #endif 9 10 void soc_systick_start(void); 11 void soc_systick_stop(void); 12 13 #endif /* BOARD_H */ 14