source: firmware/FSC/readme.txt@ 17633

Last change on this file since 17633 was 10094, checked in by neise, 14 years ago
initial commit of FSC firmware - use for FSC testing only -
File size: 486 bytes
Line 
1FSC firmware:
2
3how to build.
4
5At the moment we work with AVR Studio 4 and WinAVR-20100110 under windows.
6
7c-sources in src/ should be added to a new gcc-avr project in AVR studio.
8
9as the target device choose: ATmega32
10as the CPU_frequency choose: 8000000
11
12the JTAG interface on the ATmega is not used as JTAG but normal I/O
13to the JTAG_EN fuse needs to be (un-)programmed.
14
15an external 8MHz quarz is used. programm the external clock fuse apropriately.
16
17
18DN 11.01.2011
Note: See TracBrowser for help on using the repository browser.