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