//---- I n c l u d e s ----//
#ifdef __ADSPBF548__
#include <cdefBF548.h>
#elif __ADSPBF527__
#include <cdefBF527.h>
#endif
#include <ccblkfn.h>
#include <stdio.h>
#include <drivers\flash\util.h>
#include <drivers\flash\adi_m25p16.h>
#include <drivers\flash\Errors.h>
#define NUM_SECTORS 32 // number of sectors in the flash device
这是vdsp下的一个历程 貌似只有先 define __ADSPBF548__ 才可以 #include <cdefBF548.h>
andy的意思是?