uarttestfcfg.tcf
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. environment["config._54f_"] = true;
  2. /*
  3.  *  The following is a directory import from the near model version
  4.  *  of this file.
  5.  */
  6. /*
  7.  * ======== dsk5402 ========
  8.  * Load the dsk5402 platform.
  9.  */
  10. utils.loadPlatform("Dsk5402");
  11. utils.importFile("Dsk5402_ddk.tci");
  12. /* Increase the wait states because UART is much
  13.  * slower than DSP
  14.  */
  15. tibios.GBL.SWWSR = 0x7208;
  16. utils.importFile("uarttest.tci");
  17. if (config.hasReportedError == false) {
  18.     prog.gen();
  19. } else {
  20.     throw new Error( "Error in config script -- database not generated." );
  21. }