How to use static library file(driver.a)in CCS6.1.3
The IAR compiler generate static library files(driver.a).now i want to use it in the DSP(28377d), how to use the fi...
The IAR compiler generate static library files(driver.a).now i want to use it in the DSP(28377d), how to use the fi...
头文件代码如下: #ifndef _STDTYPE_H_#define _STDTYPE_H_/* 整数类型 */typedef signed char int8;typedef unsigned char uint8;typedef sh...