Changeset 23 for trunk


Ignore:
Timestamp:
Sep 1, 2009, 10:07:30 PM (15 years ago)
Author:
demin
Message:

fix configuration comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FirmwareFX2/hw_basic.c

    r19 r23  
    8888  CPUCS = bmCLKOE | bmCLKSPD1;
    8989
    90   // Use internal 48 MHz, enable output, use "Port" mode for all pins
     90  // put the system in FIFO mode by default
     91  // internal clock source at 48Mhz, drive output pin, synchronous mode
     92  // NOTE: Altera USB-Blaster does not work in another mode
    9193  IFCONFIG = bmIFCLKSRC | bm3048MHZ | bmIFCLKOE | bmIFCFG1 | bmIFCFG0;
    9294
Note: See TracChangeset for help on using the changeset viewer.