uarttestfcfg.tcf
Upload User: dahaojd
Upload Date: 2008-01-29
Package Size: 14357k
Code Size: 1k
Category:

DSP program

Development Platform:

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. }