You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
789 B

  1. /******************************************************************************/
  2. /* System Level #define Macros */
  3. /******************************************************************************/
  4. /* TODO Define system operating frequency */
  5. /* Microcontroller MIPs (FCY) */
  6. #define SYS_FREQ 80000000L
  7. #define FCY SYS_FREQ
  8. /******************************************************************************/
  9. /* System Function Prototypes */
  10. /******************************************************************************/
  11. /* Custom oscillator configuration funtions, reset source evaluation
  12. functions, and other non-peripheral microcontroller initialization functions
  13. go here. */