M52233DEMO_board.h
上传用户:dongxin
上传日期:2022-06-22
资源大小:370k
文件大小:1k
源码类别:

uCOS

开发平台:

Others

  1. /*
  2.  * File: m52233demo_board.h
  3.  * Purpose: Evaluation board definitions
  4.  *
  5.  * Notes:
  6.  */
  7. #ifndef _M52233DEMO_H
  8. #define _M52233DEMO_H
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. #if UART_SUPPORT==1 
  13. /*** 
  14.  * System Bus Clock Info 
  15.  */
  16. #define SYSTEM_CLOCK  60000    /* system bus frequency */
  17. /*** 
  18.  * Serial Port Info
  19.  * The baud rate to be : 115200
  20.  * Data bits : 8
  21.  * Parity : None
  22.  * Stop Bits : 1
  23.  * Flow Control : None 
  24.  */
  25. #define TERMINAL_PORT       (0)
  26. #define TERMINAL_BAUD       kBaud115200
  27. #endif 
  28. /*
  29.  * Ethernet Port Info
  30.  */
  31. #define FEC_PHY0            (0x00)
  32. /********************************************************************/
  33. #ifdef __cplusplus
  34. }
  35. #endif
  36. #endif /* _M52233DEMO_H */