Hi Sameer, The 'board.h' file is the header file generated by Sysconfig. Sysconfig is a tool that allows you to configure device peripherals through a user interface and autogenerates configuration code based on your selections. Many examples in C2000ware use a Sysconfig format, meaning they have a .syscfg file in the project that has some specific peripheral configurations selected. Do you have a .syscfg file in this project? If you don't, then you won't need to import this file into your project and can remove any references to it (or also Board_init() which calls the code generated by Sysconfig). Best Regards, Delaney
↧