targetdefs.h

来自「msp430应用程序头文件」· C头文件 代码 · 共 22 行

H
22
字号
// TargetDefs.h for setting monitor build options
#define CHIP_F169           //Target is MSP430F169
//#define CHIP_F449           //Target is MSP430F449

#define MEMDUMP       1     //Allow memory dump

//#define SERIAL_PORT_0       //Use USART0
#define SERIAL_PORT_1       //Use USART1

#define ECHO          1     //Echo all USART input to terminal

#define DELAY_START   1     // comment out to run application first

#define PASSWORD      1     // comment out to disable password

#define VERSION       "1.0"

//#define DIRECT_INTERRUPTS   // If direct interrupt response is required
                            // the monitor goes into the lowest flash
                            // segments.  Otherwise, it goes into
                            // segments 0 and 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?