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

DSP编程

开发平台:

C/C++

  1. /*
  2.  * ======== dsk5402 ========
  3.  * Load the dsk5402 platform.
  4.  */
  5. utils.loadPlatform("Dsk5402");
  6. utils.importFile("Dsk5402_ddk.tci");
  7. /* Increase the wait states because UART is much
  8.  * slower than DSP
  9.  */
  10. tibios.GBL.SWWSR = 0x7208;
  11. utils.importFile("uarttest.tci");
  12. if (config.hasReportedError == false) {
  13.     prog.gen();
  14. } else {
  15.     throw new Error( "Error in config script -- database not generated." );
  16. }